Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACActivityEdge
Packages that use ACActivityEdge
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
This packagage contains elements representing the logical model.
-
Uses of ACActivityEdge in de.mid.innovator.srv2api.icw2ac
Subinterfaces of ACActivityEdge in de.mid.innovator.srv2api.icw2acModifier and TypeInterfaceDescriptioninterfaceA control flow is an edge that starts an activity node after the previous one is finished.interfaceAn object flow is an activity edge that can have objects or data passing along it.Methods in de.mid.innovator.srv2api.icw2ac with type parameters of type ACActivityEdgeModifier and TypeMethodDescription<T extends ACActivityEdge>
List<T> ACActivityGroup.getContainedEdge(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All activity edges being assigned to this group.<T extends ACActivityEdge>
List<T> ACActivityGroup.getContainedEdge(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getContainedEdge and filters its return values according to the given stereotype value.<T extends ACActivityEdge>
List<T> ACActivityGroup.getContainedEdgeExplicit(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ACActivityEdge>
List<T> ACActivityGroup.getContainedEdgeImplicit(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All activity edges being implicitly assigned to this group.<T extends ACActivityEdge>
List<T> ACActivityGroup.getContainedEdgeImplicit(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getContainedEdgeImplicit and filters its return values according to the given stereotype value.<T extends ACActivityEdge>
List<T> ACActivity.getEdge(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ACActivityEdge>
List<T> ACActivityNode.getIncoming(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All edges heading into the node.<T extends ACActivityEdge>
List<T> ACInterruptibleRegion.getInterruptingEdge(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends ACActivityEdge>
List<T> ACInterruptibleRegion.getInterruptingEdge(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getInterruptingEdge and filters its return values according to the given stereotype value.<T extends ACActivityEdge>
List<T> ACActivityNode.getOutgoing(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All edges heading out of the node.Methods in de.mid.innovator.srv2api.icw2ac that return ACActivityEdgeModifier and TypeMethodDescriptionACActivityEdge.insertActivityNode(ELElement item) Splits up theACActivityEdgeand inserts the givenACActivityNode.ACActivityEdge.reconnect(ADClientAble ohNew, K_SIDE side, Point pos) Reconnects the edge.Method parameters in de.mid.innovator.srv2api.icw2ac with type arguments of type ACActivityEdgeModifier and TypeMethodDescriptionvoidACActivityGroup.setContainedEdgeExplicit(List<? extends ACActivityEdge> values) Set the value of Foreign Key ContainedEdgeExplicit. -
Uses of ACActivityEdge in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return ACActivityEdgeModifier and TypeMethodDescriptionMEValSpecOpaqueExpr.getGuardOwnerEdge()The edge which the guard belongs to.MEValSpecOpaqueExpr.getWeightOwnerEdge()The edge which the weight belongs to.