| Modifier and Type | Method and Description |
|---|---|
Constraint |
Constraint.cloneObject()
Creates and returns a deep copy of this
Constraint object. |
Constraint |
Model.createConstraint()
Creates a new
Constraint inside this Model and returns it. |
Constraint |
ListOfConstraints.get(long n)
Get a
Constraint from the ListOfConstraints. |
Constraint |
Model.getConstraint(long n)
Get the nth
Constraint object in this Model. |
Constraint |
ListOfConstraints.remove(long n)
Removes the nth item from this
ListOfConstraints items and returns a
pointer to it. |
Constraint |
Model.removeConstraint(long n)
Removes the nth
Constraint object from this Model object and
returns a pointer to it. |
| Modifier and Type | Method and Description |
|---|---|
int |
Model.addConstraint(Constraint c)
Adds a copy of the given
Constraint object to this Model. |
| Constructor and Description |
|---|
Constraint(Constraint orig)
Copy constructor; creates a copy of this
Constraint. |