Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACObjectFlow
-
Packages that use ACObjectFlow 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 ACObjectFlow in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ACObjectFlow Modifier and Type Method Description static ACObjectFlow
ACObjectFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Object Flow Edge with template from source to target element.static ACObjectFlow
ACObjectFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Object Flow Edge with stereotype from source to target element.ACObjectFlow
ACObjFlowBehavior. getSelectionOwningFlow()
The object flow of the selection behavior.ACObjectFlow
ACObjFlowBehavior. getTransformationOwningFlow()
The object flow of the transformation behavior. -
Uses of ACObjectFlow in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be that return types with arguments of type ACObjectFlow Modifier and Type Method Description java.util.List<ACObjectFlow>
BEBehavior. getObjectFlowWithSelection(K_CONTROL_OPTION... behaviourFlags)
java.util.List<ACObjectFlow>
BEBehavior. getObjectFlowWithSelection(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getObjectFlowWithSelection and filters its return values according to the given stereotype value.java.util.List<ACObjectFlow>
BEBehavior. getObjectFlowWithTransformation(K_CONTROL_OPTION... behaviourFlags)
java.util.List<ACObjectFlow>
BEBehavior. getObjectFlowWithTransformation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getObjectFlowWithTransformation and filters its return values according to the given stereotype value.
-