Uses of Class
de.learnlib.algorithm.lambda.ttt.dt.DTLeaf
-
-
Uses of DTLeaf in de.learnlib.algorithm.lambda.ttt
Methods in de.learnlib.algorithm.lambda.ttt that return DTLeaf Modifier and Type Method Description protected abstract DTLeaf<I,D>AbstractTTTLambda. getState(net.automatalib.word.Word<I> prefix) -
Uses of DTLeaf in de.learnlib.algorithm.lambda.ttt.dfa
Methods in de.learnlib.algorithm.lambda.ttt.dfa that return DTLeaf Modifier and Type Method Description protected DTLeaf<I,Boolean>TTTLambdaDFA. getState(net.automatalib.word.Word<I> prefix) -
Uses of DTLeaf in de.learnlib.algorithm.lambda.ttt.dt
Methods in de.learnlib.algorithm.lambda.ttt.dt that return types with arguments of type DTLeaf Modifier and Type Method Description List<DTLeaf<I,D>>AbstractDecisionTree. leaves()Methods in de.learnlib.algorithm.lambda.ttt.dt with parameters of type DTLeaf Modifier and Type Method Description voidChildren. replace(DTLeaf<I,D> oldNode, DTInnerNode<I,D> newNode) -
Uses of DTLeaf in de.learnlib.algorithm.lambda.ttt.mealy
Methods in de.learnlib.algorithm.lambda.ttt.mealy that return DTLeaf Modifier and Type Method Description protected DTLeaf<I,net.automatalib.word.Word<O>>TTTLambdaMealy. getState(net.automatalib.word.Word<I> prefix) -
Uses of DTLeaf in de.learnlib.algorithm.lambda.ttt.pt
Methods in de.learnlib.algorithm.lambda.ttt.pt that return DTLeaf Modifier and Type Method Description DTLeaf<I,D>PTNode. state()DTLeaf<I,D>PTNodeImpl. state()Methods in de.learnlib.algorithm.lambda.ttt.pt with parameters of type DTLeaf Modifier and Type Method Description voidPTNode. setState(DTLeaf<I,D> node)voidPTNodeImpl. setState(DTLeaf<I,D> node)
-