Uses of Interface
de.mid.innovator.srv2api.icw2ia.IAExecSpec
Packages that use IAExecSpec
Package
Description
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.icw2iaModifier and TypeInterfaceDescriptioninterfaceActionExecutionSpecification is a kind of ExecutionSpecification that represents the execution of an action.interfaceBehaviorExecutionSpecification is a kind of ExecutionSpecification that represents the execution of a behavior.Methods in de.mid.innovator.srv2api.icw2ia with type parameters of type IAExecSpecModifier and TypeMethodDescription<T extends IAExecSpec>
List<T> IAExecOccSpec.getFinished(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) References the occurrence specification that designates the finish of the action or behavior.<T extends IAExecSpec>
List<T> IAExecOccSpec.getStarted(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) References the occurrence specification that designates the start of the action or behavior.