public abstract class Constraint
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
| Constructor and Description |
|---|
Constraint(java.lang.String aName)
Creates a new instance of Constraint
|
| Modifier and Type | Method and Description |
|---|---|
abstract TrialVeto |
validate(Trial trial)
Used to validate whether a trial is valid.
|