|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.ls5.jlearn.splittercreators.HowarStyleSplitterCreator
public class HowarStyleSplitterCreator
Constructor Summary | |
---|---|
HowarStyleSplitterCreator()
|
Method Summary | |
---|---|
boolean |
applyGlobally()
Indicates that a set of suffixes is ought to be applied globally (to all states or components - or whatever data structure is used). |
List<State> |
applyToStates()
Return a list of states from the hypothesis which are identified to be affected by splitters formely having been created using the createSplitters-method. |
List<Word> |
createSplitters(Word counterexample,
Word output,
Oracle o,
Automaton hypothesis)
Determine splitters that reveal diverging behavior between the learner's hypothesis and the target system. |
void |
setOracle(Oracle o)
allows to set the oracle explicitly. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HowarStyleSplitterCreator()
Method Detail |
---|
public void setOracle(Oracle o)
SplitterCreator
setOracle
in interface SplitterCreator
public List<Word> createSplitters(Word counterexample, Word output, Oracle o, Automaton hypothesis)
SplitterCreator
createSplitters
in interface SplitterCreator
counterexample
- counterexample provided by the equivalence oracleoutput
- output of the target system in reaction to the target systemo
- connector to the target systemhypothesis
- current hypothesis of the learner
public List<State> applyToStates()
SplitterCreator
applyToStates
in interface SplitterCreator
public boolean applyGlobally()
SplitterCreator
applyGlobally
in interface SplitterCreator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |