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. SeeGraphDotElementFactoryfor creating graph dot elements. -
-
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 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 AssignmentStatement Modifier and Type Method Description voidGraphDotModelWriter. writeModelAssignmentStatement(AssignmentStatement propertyStatement)Writes an assignment statement model.
-