Uses of Class
de.xima.fc.common.graphdot.NodeId
-
Packages that use NodeId Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. SeeGraphDotElementFactoryfor creating graph dot elements. -
-
Uses of NodeId in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return NodeId Modifier and Type Method Description NodeIdNodeStatement. getNodeId()static NodeIdGraphDotElementFactory. nodeId(CharSequence id)Creates a new node ID without a port and compass point.static NodeIdGraphDotElementFactory. nodeId(CharSequence id, Port port)Creates a new node ID with an ID and a port.Methods in de.xima.fc.common.graphdot with parameters of type NodeId Modifier and Type Method Description static NodeStatementGraphDotElementFactory. nodeStatement(NodeId nodeId)Creates a new node statement.static NodeStatementGraphDotElementFactory. nodeStatement(NodeId nodeId, NodeAttributeList attributes)Creates a new node statement.voidGraphDotModelWriter. writeModelNodeId(NodeId nodeId)Writes a node ID model.Constructors in de.xima.fc.common.graphdot with parameters of type NodeId Constructor Description NodeStatement(NodeId nodeId, NodeAttributeList attributes)Creates a new node statement.
-