public class DummyVariable extends Variable
attributes, backupForSerialization, dependentVariables, id, logger, solver| Modifier | Constructor and Description |
|---|---|
protected |
DummyVariable(ConstraintSolver cs,
java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Variable arg0) |
Domain |
getDomain()
Get the domain of this Variable.
|
void |
setDomain(Domain d)
Set the domain of this variable.
|
java.lang.String |
toString()
Get a
String representation of this Variable. |
addDependentVariables, dependsOn, equals, getAncestorVariable, getAttributes, getColor, getComponent, getConstraintSolver, getDependentVariables, getDescription, getID, getMarking, getOwner, getParentVariable, getRecursivelyDependentVariables, getRootVariable, hashCode, isDependentVariable, removeDependentVariables, setAttributes, setColor, setComponent, setDependentVariables, setMarking, setOwner, setParentVariableprotected DummyVariable(ConstraintSolver cs, java.lang.String label)
public int compareTo(Variable arg0)
public Domain getDomain()
Variablepublic void setDomain(Domain d)
Variable