Uses of Interface
de.learnlib.algorithm.oml.ttt.st.STNode
-
Packages that use STNode Package Description de.learnlib.algorithm.oml.ttt.dt de.learnlib.algorithm.oml.ttt.st -
-
Uses of STNode in de.learnlib.algorithm.oml.ttt.dt
Methods in de.learnlib.algorithm.oml.ttt.dt with parameters of type STNode Modifier and Type Method Description protected abstract D
AbstractDecisionTree. query(PTNode<I,D> prefix, STNode<I> suffix)
Constructors in de.learnlib.algorithm.oml.ttt.dt with parameters of type STNode Constructor Description AbstractDecisionTree(Alphabet<I> alphabet, MembershipOracle<I,D> mqOracle, STNode<I> stRoot)
DTInnerNode(@Nullable DTInnerNode<I,D> parent, AbstractDecisionTree<I,D> tree, Children<I,D> children, STNode<I> suffix)
-
Uses of STNode in de.learnlib.algorithm.oml.ttt.st
Methods in de.learnlib.algorithm.oml.ttt.st that return STNode Modifier and Type Method Description STNode<I>
STNode. prepend(I a)
STNode<I>
SuffixTrie. root()
-