|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SequenceValidator<T>
Method Summary | |
---|---|
boolean |
validSequence(int i,
T[] inputSequence,
String[] outcomesSequence,
String outcome)
Determines whether a particular continuation of a sequence is valid. |
Method Detail |
---|
boolean validSequence(int i, T[] inputSequence, String[] outcomesSequence, String outcome)
i
- The index in the input sequence for which the new outcome is being proposed.inputSequence
- The input sequence.outcomesSequence
- The outcomes so far in this sequence.outcome
- The next proposed outcome for the outcomes sequence.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |