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