|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mit.ll.group43.surfaceoptimization.validator.ReleasedWhenReadyValidator
public class ReleasedWhenReadyValidator
Validator for the constraint that aircraft may not be released from the spot until they are ready at the spot.
Constructor Summary | |
---|---|
ReleasedWhenReadyValidator()
|
Method Summary | |
---|---|
boolean |
validate(java.util.ArrayList<Aircraft> seq)
Validates that aircraft are not released from the spot until they are ready at the spot. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReleasedWhenReadyValidator()
Method Detail |
---|
public boolean validate(java.util.ArrayList<Aircraft> seq)
validate
in interface Validator
seq
- Sequence to be validated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |