|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Teacher
Models a Minimal Adequate Teacher; an oracle capable of answering equivalence and membership queries.
Method Summary | |
---|---|
Tree |
equivalence(FiniteTreeAutomata FTA)
If the provided FTA does not accept exactly the target language, the a counter example is provided, otherwise the function returns null. |
boolean |
membership(Tree t)
Answers wether or not the provided tree is a member of the target language. |
Method Detail |
---|
Tree equivalence(FiniteTreeAutomata FTA)
FTA
- A FiniteTreeAutomata that is supposed to recognise the target
language.
boolean membership(Tree t)
t
- The labelled tree whose membership is to be determined.
t
t is a member of the
target language, and false if it is not (or, if it is null).
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |