|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.tools.solver.constraint.Constraint
Constraint is the class which holds the users's constraint.
| Field Summary | |
protected java.lang.String |
name
Deprecated. |
| Constructor Summary | |
Constraint(java.lang.String aName)
Deprecated. Creates a new instance of Constraint |
|
| Method Summary | |
abstract TrialVeto |
validate(Trial trial)
Deprecated. Used to validate whether a trial is valid. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String name
| Constructor Detail |
public Constraint(java.lang.String aName)
| Method Detail |
public abstract TrialVeto validate(Trial trial)
trial - The trial to be validated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||