|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
boolean |
addConstraint(IConstraint constraint)
Add a new constraint. |
IConstraint[] |
constraints()
The constraints currently in the domain. |
int |
nConstraints()
The number of constraints currently in the domain. |
boolean |
removeConstraint(IConstraint constraint)
Remove a constraint. |
void |
reset()
Remove all the constraints. |
Method Detail |
public boolean addConstraint(IConstraint constraint)
constraint
- The constraint to be added.
true
if the constraint was added succesfully.
false
otherwise.public boolean removeConstraint(IConstraint constraint)
constraint
- The constraint to be removed.
true
if the constraint was removed succesfully.
false
otherwise.public IConstraint[] constraints()
public int nConstraints()
public void reset()
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |