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, getOutputParameterMethods inherited from interface com.agi.mbse.sysml2.api.delegation.services.InstanceContext
getAccessorService, getDataServiceMethods inherited from interface com.agi.mbse.sysml2.api.delegation.services.SimulationContext
getContextLogger, getTimeService
-
Method Details
-
getResultParameter
FeatureReadWriteAccessor getResultParameter()- Returns:
- A
FeatureReadWriteAccessorfor the result parameter of this Calculation.
-