Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACObjectFlow
Packages that use ACObjectFlow
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
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 ACObjectFlowModifier and TypeMethodDescriptionstatic ACObjectFlowACObjectFlowHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget) Create a new Object Flow Edge with template from source to target element.static ACObjectFlowACObjectFlowHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget) Create a new Object Flow Edge with stereotype from source to target element.ACObjFlowBehavior.getSelectionOwningFlow()The object flow of the selection behavior.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 ACObjectFlowModifier and TypeMethodDescriptionBEBehavior.getObjectFlowWithSelection()BEBehavior.getObjectFlowWithSelection(MMStereotype stereotype) The method calls getObjectFlowWithSelection and filters its return values according to the given stereotype value.BEBehavior.getObjectFlowWithTransformation()BEBehavior.getObjectFlowWithTransformation(MMStereotype stereotype) The method calls getObjectFlowWithTransformation and filters its return values according to the given stereotype value.