Uses of Class
de.xima.fc.common.graphdot.AssignmentStatement
-
Packages that use AssignmentStatement Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of AssignmentStatement in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return AssignmentStatement Modifier and Type Method Description static AssignmentStatement
GraphDotElementFactory. assignmentStatement(Assignment assignment)
Creates a new property statement that assign a value to a named property.static AssignmentStatement
GraphDotElementFactory. assignmentStatement(CharSequence name, Object value)
Creates a new property statement that assign a value to a named property.Methods in de.xima.fc.common.graphdot with parameters of type AssignmentStatement Modifier and Type Method Description void
GraphDotModelWriter. writeModelAssignmentStatement(AssignmentStatement propertyStatement)
Writes an assignment statement model.
-