Uses of Class
de.xima.fc.common.graphdot.AttributeStatement
Packages that use AttributeStatement
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of AttributeStatement in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return AttributeStatementModifier and TypeMethodDescriptionstatic AttributeStatementGraphDotElementFactory.attributeStatement(EAttributeStatementType type, IGraphDotAttributeList attributes) Creates a new assignment statement that assigns default properties to a graph element.static AttributeStatementGraphDotElementFactory.attributeStatementEdge(EdgeAttributeList attributeList) Creates a new assignment statement that assigns default properties to an edge.static AttributeStatementGraphDotElementFactory.attributeStatementGraph(GraphAttributeList attributeList) Creates a new assignment statement that assigns default properties to a graph.static AttributeStatementGraphDotElementFactory.attributeStatementNode(NodeAttributeList attributeList) Creates a new assignment statement that assigns default properties to a node.static AttributeStatementGraphDotElementFactory.attributeStatementSubGraph(SubGraphAttributeList attributeList) Creates a new assignment statement that assigns default properties to a sub graph.Methods in de.xima.fc.common.graphdot with parameters of type AttributeStatementModifier and TypeMethodDescriptionvoidGraphDotModelWriter.writeModelAttributeStatement(AttributeStatement attributeStatement) Writes an attribute statement model.