Uses of Class
de.learnlib.algorithm.adt.adt.ADT.LCAInfo
-
Packages that use ADT.LCAInfo Package Description de.learnlib.algorithm.adt.adt -
-
Uses of ADT.LCAInfo in de.learnlib.algorithm.adt.adt
Methods in de.learnlib.algorithm.adt.adt that return ADT.LCAInfo Modifier and Type Method Description ADT.LCAInfo<S,I,O>
ADT. findLCA(ADTNode<S,I,O> s1, ADTNode<S,I,O> s2)
Return the lowest common ancestor for the given two nodes.
-