Uses of Interface
de.mid.innovator.srv2api.icw2smdia.SMDiaVertexNode
Packages that use SMDiaVertexNode
Package
Description
Diagrams and graphical representations for elements of the icw2sm package.
-
Uses of SMDiaVertexNode in de.mid.innovator.srv2api.icw2smdia
Subinterfaces of SMDiaVertexNode in de.mid.innovator.srv2api.icw2smdiaMethods in de.mid.innovator.srv2api.icw2smdia with type parameters of type SMDiaVertexNodeModifier and TypeMethodDescription<T extends SMDiaVertexNode>
List<T> SMDiaRegionNode.getVertexNode(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) All vertex nodes owned by this region node.Methods in de.mid.innovator.srv2api.icw2smdia that return SMDiaVertexNodeModifier and TypeMethodDescriptionSMDiaTransEdge.getSourceNode()The source vertex node of this transition.SMDiaTransEdge.getTargetNode()The target vertex node of this transition.SMDiaTextNode.getVertexNode()The vertex node which owns this text node.