Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACActivityEdge
-
Packages that use ACActivityEdge 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.icw2model 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.icw2ac Modifier and Type Interface Description interface
ACControlFlow
A control flow is an edge that starts an activity node after the previous one is finished.interface
ACObjectFlow
An 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 ACActivityEdge Modifier and Type Method Description <T extends ACActivityEdge>
java.util.List<T>ACActivityGroup. getContainedEdge(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All activity edges being assigned to this group.<T extends ACActivityEdge>
java.util.List<T>ACActivityGroup. getContainedEdge(java.lang.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>
java.util.List<T>ACActivityGroup. getContainedEdgeExplicit(java.lang.Class<T> returnType)
<T extends ACActivityEdge>
java.util.List<T>ACActivityGroup. getContainedEdgeImplicit(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All activity edges being implicitly assigned to this group.<T extends ACActivityEdge>
java.util.List<T>ACActivityGroup. getContainedEdgeImplicit(java.lang.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>
java.util.List<T>ACActivity. getEdge(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends ACActivityEdge>
java.util.List<T>ACActivityNode. getIncoming(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All edges heading into the node.<T extends ACActivityEdge>
java.util.List<T>ACInterruptibleRegion. getInterruptingEdge(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends ACActivityEdge>
java.util.List<T>ACInterruptibleRegion. getInterruptingEdge(java.lang.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>
java.util.List<T>ACActivityNode. getOutgoing(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All edges heading out of the node.Methods in de.mid.innovator.srv2api.icw2ac that return ACActivityEdge Modifier and Type Method Description ACActivityEdge
ACActivityEdge. insertActivityNode(ELElement item)
Splits up theACActivityEdge
and inserts the givenACActivityNode
.ACActivityEdge
ACActivityEdge. reconnect(ADClientAble ohNew, K_SIDE side, java.awt.Point pos)
Reconnects the edge.Method parameters in de.mid.innovator.srv2api.icw2ac with type arguments of type ACActivityEdge Modifier and Type Method Description void
ACActivityGroup. setContainedEdgeExplicit(java.util.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 ACActivityEdge Modifier and Type Method Description ACActivityEdge
MEValSpecOpaqueExpr. getGuardOwnerEdge()
The edge which the guard belongs to.ACActivityEdge
MEValSpecOpaqueExpr. getWeightOwnerEdge()
The edge which the weight belongs to.
-