Uses of Interface
de.mid.innovator.srv2api.icw2pres.PRDiaEdgeSeg
-
Packages that use PRDiaEdgeSeg Package Description de.mid.innovator.srv2api.icw2pres Diagrams and graphical representations of model elements in diagrams. -
-
Uses of PRDiaEdgeSeg in de.mid.innovator.srv2api.icw2pres
Methods in de.mid.innovator.srv2api.icw2pres that return PRDiaEdgeSeg Modifier and Type Method Description PRDiaEdgeSeg
PRDiaSegEdge. getOwningEdgeSeg()
PRDiaEdgeSeg
PRDiaSegNode. getOwningEdgeSeg()
Methods in de.mid.innovator.srv2api.icw2pres that return types with arguments of type PRDiaEdgeSeg Modifier and Type Method Description java.util.List<PRDiaEdgeSeg>
PRDiaEdge. getSourceEdgeSeg(K_CONTROL_OPTION... behaviourFlags)
The combination of edge and node at the source side of thePRDiaEdge
.java.util.List<PRDiaEdgeSeg>
PRDiaEdge. getTargetEdgeSeg(K_CONTROL_OPTION... behaviourFlags)
The combination of edge and node at the target side of thePRDiaEdge
.
-