|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EquivalenceOracleOutput
Result of findCounterExample
method of EquivalenceOracle
if a counterexample was found. Encapsulates the counterexample and the
output for the counterexample.
Method Summary | |
---|---|
Word |
getCounterExample()
Retrieves the counterexample |
Word |
getOracleOutput()
Retrieves the output for the encapsulated counterexample |
void |
setCounterExample(Word ex)
Method to set the counterexample |
void |
setOracleOutput(Word output)
Method to set the output for the counterexample |
Method Detail |
---|
Word getCounterExample()
Word
objectvoid setCounterExample(Word ex)
ex
- the counterexampleWord getOracleOutput()
Word
objectvoid setOracleOutput(Word output)
output
- output of the counterexample
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |