Uses of Interface
de.mid.innovator.srv2api.icw2ia.IAExecSpec
-
Packages that use IAExecSpec Package Description de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions. -
-
Uses of IAExecSpec in de.mid.innovator.srv2api.icw2ia
Subinterfaces of IAExecSpec in de.mid.innovator.srv2api.icw2ia Modifier and Type Interface Description interface
IAActionExecSpec
ActionExecutionSpecification is a kind of ExecutionSpecification that represents the execution of an action.interface
IABehaviorExecSpec
BehaviorExecutionSpecification is a kind of ExecutionSpecification that represents the execution of a behavior.Methods in de.mid.innovator.srv2api.icw2ia with type parameters of type IAExecSpec Modifier and Type Method Description <T extends IAExecSpec>
java.util.List<T>IAExecOccSpec. getFinished(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
References the occurrence specification that designates the finish of the action or behavior.<T extends IAExecSpec>
java.util.List<T>IAExecOccSpec. getStarted(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
References the occurrence specification that designates the start of the action or behavior.
-