public class BilouNameFinderSequenceValidator extends Object implements SequenceValidator<String>
Constructor and Description |
---|
BilouNameFinderSequenceValidator() |
Modifier and Type | Method and Description |
---|---|
boolean |
validSequence(int i,
String[] inputSequence,
String[] outcomesSequence,
String outcome)
Determines whether a particular continuation of a sequence is valid.
|
public boolean validSequence(int i, String[] inputSequence, String[] outcomesSequence, String outcome)
SequenceValidator
validSequence
in interface SequenceValidator<String>
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.Copyright © 2017 The Apache Software Foundation. All rights reserved.