Uses of Interface
de.mid.innovator.srv2api.icw2pres.PRDiaAttachmentNode
-
Packages that use PRDiaAttachmentNode Package Description de.mid.innovator.srv2api.icw2pres Diagrams and graphical representations of model elements in diagrams. -
-
Uses of PRDiaAttachmentNode in de.mid.innovator.srv2api.icw2pres
Methods in de.mid.innovator.srv2api.icw2pres that return PRDiaAttachmentNode Modifier and Type Method Description PRDiaAttachmentNode
PRDiaAttachmentEdge. getOwningDiaAttachmentNode()
The attachment node owning this attachment edge.Methods in de.mid.innovator.srv2api.icw2pres that return types with arguments of type PRDiaAttachmentNode Modifier and Type Method Description static java.util.List<PRDiaAttachmentNode>
PRDiaAttachmentNodeHelper. addAttachmentNode(SrvContext srvCtx, PRDia ohDia, java.util.List<? extends MEAttachment> seqAttachment, java.awt.Point ptPos)
Adds attachments as nodes.java.util.List<PRDiaAttachmentNode>
PRDia. getOwnedDiaAttachmentNode(K_CONTROL_OPTION... behaviourFlags)
All attachment nodes owned by this diagram.
-