Uses of Class
de.xima.fc.common.graphdot.AssignmentStatement
Packages that use AssignmentStatement
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of AssignmentStatement in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return AssignmentStatementModifier and TypeMethodDescriptionstatic AssignmentStatementGraphDotElementFactory.assignmentStatement(Assignment assignment) Creates a new property statement that assign a value to a named property.static AssignmentStatementGraphDotElementFactory.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 AssignmentStatementModifier and TypeMethodDescriptionvoidGraphDotModelWriter.writeModelAssignmentStatement(AssignmentStatement propertyStatement) Writes an assignment statement model.