Uses of Interface
net.automatalib.graph.ads.RecursiveADSNode
-
Packages that use RecursiveADSNode Package Description net.automatalib.graph.ads -
-
Uses of RecursiveADSNode in net.automatalib.graph.ads
Classes in net.automatalib.graph.ads with type parameters of type RecursiveADSNode Modifier and Type Interface Description interfaceRecursiveADSNode<S,I,O,N extends RecursiveADSNode<S,I,O,N>>An interface representing a node in an adaptive distinguishing sequence (which essentially forms a decision tree).Subinterfaces of RecursiveADSNode in net.automatalib.graph.ads Modifier and Type Interface Description interfaceADSNode<S,I,O>A (simplified) node in an adaptive distinguishing sequence.
-