Uses of Class
de.aristaflow.adept2.model.runtimeenvironment.ActivityState
Packages that use ActivityState
Package
Description
-
Uses of ActivityState in de.aristaflow.adept2.core.runtimemanager
Methods in de.aristaflow.adept2.core.runtimemanager that return ActivityStateModifier and TypeMethodDescriptionExecutionControlManager.getActivityState(SessionToken session, EBPInstanceReference activity) Gets the current state of the designated activity ornullin case the activity is not yet known or not known any more.ExecutionControlManager.waitForTermination(SessionToken session, EBPInstanceReference activity, long timeToRespond) Waits for the designated time for the designated activity to terminate and returns the last state when leaving this method.Methods in de.aristaflow.adept2.core.runtimemanager that return types with arguments of type ActivityStateModifier and TypeMethodDescriptionExecutionControlManager.getActivities(SessionToken session, ActivityState.State[] states) Gets all activities of the agent identified by the designated session token and their corresponding state.ExecutionControlManager.getActivitiesIterator(SessionToken session, ActivityState.State[] states) The same asExecutionControlManager.getActivities(SessionToken, ActivityState.State[])but with partial retrieval of the activities and their state.ExecutionControlManager.getAllActivities(SessionToken session, ActivityState.State[] states) Gets all activities and their corresponding state.ExecutionControlManager.getAllActivitiesIterator(SessionToken session, ActivityState.State[] states) The same asExecutionControlManager.getAllActivities(SessionToken, ActivityState.State[])but with partial retrieval of the activities and their state. -
Uses of ActivityState in de.aristaflow.adept2.model.runtimeenvironment
Subclasses of ActivityState in de.aristaflow.adept2.model.runtimeenvironmentModifier and TypeClassDescriptionclassThis class distinguishes the several termination states of an activity as an extension to the states of the component of an activity. -
Uses of ActivityState in de.aristaflow.ilm.model.runtimeenvironment
Methods in de.aristaflow.ilm.model.runtimeenvironment with type parameters of type ActivityStateModifier and TypeMethodDescriptionprotected static <T extends ActivityState,R extends ActivityState>
RTransformation.fillActivityState(T actState, R ret) Methods in de.aristaflow.ilm.model.runtimeenvironment with parameters of type ActivityStateModifier and TypeMethodDescriptionstatic ActivityStateTransformation.toIlm(ActivityState actState) Method parameters in de.aristaflow.ilm.model.runtimeenvironment with type arguments of type ActivityStateModifier and TypeMethodDescriptionstatic ActivityWithActStateTransformation.toIlm(Pair<EBPInstanceReference, ActivityState> pair)