Uses of Class
de.xima.fc.common.graphdot.NodeStatement
Packages that use NodeStatement
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of NodeStatement in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return NodeStatementModifier and TypeMethodDescriptionstatic 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 NodeStatementModifier and TypeMethodDescriptionvoidGraphDotModelWriter.writeModelNodeStatement(NodeStatement nodeStatement) Write a node statement model.