Uses of Class
de.xima.fc.common.graphdot.NodeId
Packages that use NodeId
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of NodeId in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return NodeIdModifier and TypeMethodDescriptionNodeStatement.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 NodeIdModifier and TypeMethodDescriptionstatic 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 NodeIdModifierConstructorDescriptionNodeStatement(NodeId nodeId, NodeAttributeList attributes) Creates a new node statement.