Uses of Class
de.xima.fc.common.graphdot.NodeStatement
-
Packages that use NodeStatement Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of NodeStatement in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return NodeStatement 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.Methods in de.xima.fc.common.graphdot with parameters of type NodeStatement Modifier and Type Method Description void
GraphDotModelWriter. writeModelNodeStatement(NodeStatement nodeStatement)
Write a node statement model.
-