Uses of Class
de.learnlib.datastructure.discriminationtree.BinaryDTNode
-
Packages that use BinaryDTNode Package Description de.learnlib.datastructure.discriminationtree -
-
Uses of BinaryDTNode in de.learnlib.datastructure.discriminationtree
Methods in de.learnlib.datastructure.discriminationtree that return BinaryDTNode Modifier and Type Method Description protected BinaryDTNode<I,D>BinaryDTNode. createChild(Boolean outcome, D data)Constructors in de.learnlib.datastructure.discriminationtree with parameters of type BinaryDTNode Constructor Description BinaryDTNode(BinaryDTNode<I,D> parent, Boolean parentOutcome, D data)
-