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 NodeStatementGraphDotElementFactory. nodeStatement(NodeId nodeId)Creates a new node statement.static NodeStatementGraphDotElementFactory. 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 voidGraphDotModelWriter. writeModelNodeStatement(NodeStatement nodeStatement)Write a node statement model.
-