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. -
-
Uses of NodeId in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return NodeId Modifier and Type Method Description NodeId
NodeStatement. getNodeId()
static NodeId
GraphDotElementFactory. nodeId(CharSequence id)
Creates a new node ID without a port and compass point.static NodeId
GraphDotElementFactory. 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 NodeStatement
GraphDotElementFactory. nodeStatement(NodeId nodeId)
Creates a new node statement.static NodeStatement
GraphDotElementFactory. nodeStatement(NodeId nodeId, NodeAttributeList attributes)
Creates a new node statement.void
GraphDotModelWriter. 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.
-