Uses of Interface
de.mid.innovator.srv2api.icw2pres.PRDiaCalloutNode
-
Packages that use PRDiaCalloutNode Package Description de.mid.innovator.srv2api.icw2bpdia BPMN Diagrams and graphical representations for elements of the icw2bp package.de.mid.innovator.srv2api.icw2cldia Diagrams and graphical representations for elements of the icw2class package.de.mid.innovator.srv2api.icw2gcdia Concept diagrams and graphical representations for elements of the icw2gc package.de.mid.innovator.srv2api.icw2pres Diagrams and graphical representations of model elements in diagrams. -
-
Uses of PRDiaCalloutNode in de.mid.innovator.srv2api.icw2bpdia
Methods in de.mid.innovator.srv2api.icw2bpdia that return types with arguments of type PRDiaCalloutNode Modifier and Type Method Description java.util.List<PRDiaCalloutNode>
BPDiaGroupNode. getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)
All callout nodes owned by this group node.java.util.List<PRDiaCalloutNode>
BPDiaLaneNode. getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)
All callout nodes owned by this lane node.java.util.List<PRDiaCalloutNode>
BPDiaSubProcessNode. getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)
All callout nodes owned by this subprocess node.java.util.List<PRDiaCalloutNode>
BPDiaViewNode. getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)
All callout nodes owned by this view node. -
Uses of PRDiaCalloutNode in de.mid.innovator.srv2api.icw2cldia
Methods in de.mid.innovator.srv2api.icw2cldia that return types with arguments of type PRDiaCalloutNode Modifier and Type Method Description java.util.List<PRDiaCalloutNode>
CLDiaHierNode. getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)
All callout nodes owned by this hierarchical node.java.util.List<PRDiaCalloutNode>
CLDiaSubjectNode. getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)
All callout nodes owned by this subject node. -
Uses of PRDiaCalloutNode in de.mid.innovator.srv2api.icw2gcdia
Methods in de.mid.innovator.srv2api.icw2gcdia that return types with arguments of type PRDiaCalloutNode Modifier and Type Method Description java.util.List<PRDiaCalloutNode>
GCDiaConceptNode. getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)
All callout nodes owned by this concept node. -
Uses of PRDiaCalloutNode in de.mid.innovator.srv2api.icw2pres
Methods in de.mid.innovator.srv2api.icw2pres that return PRDiaCalloutNode Modifier and Type Method Description PRDiaCalloutNode
PRDiaCalloutEdge. getOwningCalloutNode()
The callout node owning this callout edge.Methods in de.mid.innovator.srv2api.icw2pres that return types with arguments of type PRDiaCalloutNode Modifier and Type Method Description static java.util.List<PRDiaCalloutNode>
PRDiaCalloutNodeHelper. addCalloutNodes(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Adds callout nodes to the specified presentation contents.java.util.List<PRDiaCalloutNode>
PRDia. getOwnedCalloutNode(K_CONTROL_OPTION... behaviourFlags)
All callout nodes owned by this diagram.
-