Uses of Interface
de.mid.innovator.srv2api.icw2pres.PRDiaCalloutNode
Packages that use PRDiaCalloutNode
Package
Description
BPMN Diagrams and graphical representations for elements of the icw2bp package.
Diagrams and graphical representations for elements of the icw2class package.
Concept diagrams and graphical representations for elements of the icw2gc
package.
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 PRDiaCalloutNodeModifier and TypeMethodDescriptionBPDiaGroupNode.getOwnedCalloutNode()All callout nodes owned by this group node.BPDiaLaneNode.getOwnedCalloutNode()All callout nodes owned by this lane node.BPDiaSubProcessNode.getOwnedCalloutNode()All callout nodes owned by this subprocess node.BPDiaViewNode.getOwnedCalloutNode()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 PRDiaCalloutNodeModifier and TypeMethodDescriptionCLDiaHierNode.getOwnedCalloutNode()All callout nodes owned by this hierarchical node.CLDiaSubjectNode.getOwnedCalloutNode()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 PRDiaCalloutNodeModifier and TypeMethodDescriptionGCDiaConceptNode.getOwnedCalloutNode()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 PRDiaCalloutNodeModifier and TypeMethodDescriptionPRDiaCalloutEdge.getOwningCalloutNode()The callout node owning this callout edge.Methods in de.mid.innovator.srv2api.icw2pres that return types with arguments of type PRDiaCalloutNodeModifier and TypeMethodDescriptionstatic List<PRDiaCalloutNode> PRDiaCalloutNodeHelper.addCalloutNodes(SrvContext srvCtx, List<? extends ELElement> seq) Adds callout nodes to the specified presentation contents.PRDia.getOwnedCalloutNode()All callout nodes owned by this diagram.