Uses of Class
de.xima.fc.common.graphdot.Assignment
Packages that use Assignment
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of Assignment in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return AssignmentModifier and TypeMethodDescriptionstatic AssignmentGraphDotElementFactory.assignment(CharSequence name, Object value) Creates a new assignment expression that assign a value to a named property.AssignmentStatement.getAssignment()Methods in de.xima.fc.common.graphdot with parameters of type AssignmentModifier and TypeMethodDescriptionstatic AssignmentStatementGraphDotElementFactory.assignmentStatement(Assignment assignment) Creates a new property statement that assign a value to a named property.voidGraphDotModelWriter.writeModelAssignment(Assignment assignment) Writes an assignment model.Constructors in de.xima.fc.common.graphdot with parameters of type AssignmentModifierConstructorDescriptionAssignmentStatement(Assignment assignment) Creates a new assignment.