Interface CalcContext
- All Superinterfaces:
ActionContext
,InstanceContext
,SimulationContext
Context for a Calculation, allowing access to the Calculation's parameter.
-
Method Summary
Methods inherited from interface com.agi.mbse.sysml2.api.delegation.services.ActionContext
getInputParameter, getOutputParameter
Methods inherited from interface com.agi.mbse.sysml2.api.delegation.services.InstanceContext
getAccessorService, getDataService
Methods inherited from interface com.agi.mbse.sysml2.api.delegation.services.SimulationContext
getContextLogger, getTimeService
-
Method Details
-
getResultParameter
FeatureReadWriteAccessor getResultParameter()- Returns:
- A
FeatureReadWriteAccessor
for the result parameter of this Calculation.
-