Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACObjNodeSelBehavior
-
Packages that use ACObjNodeSelBehavior Package Description de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors.de.mid.innovator.srv2api.icw2be The Common Behaviors package specifies the core concepts required for dynamic elements and provides the infrastructure to support more detailed definitions of behavior. -
-
Uses of ACObjNodeSelBehavior in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ACObjNodeSelBehavior Modifier and Type Method Description ACObjNodeSelBehavior
ACObjectNode. getSelBehavior()
Selects tokens for outgoing edges. -
Uses of ACObjNodeSelBehavior in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be that return types with arguments of type ACObjNodeSelBehavior Modifier and Type Method Description java.util.List<ACObjNodeSelBehavior>
BEBehavior. getObjectNodeR(K_CONTROL_OPTION... behaviourFlags)
The link element to theACObjectNode
which theBEBehavior
selects tokens for.
-