Package net.automatalib.incremental.mealy.tree
-
Class Summary Class Description AdaptiveMealyTreeBuilder<I,O> DynamicIncrementalMealyTreeBuilder<I,O> A variation of the normalIncrementalMealyTreeBuilder
which stores the successor information of each tree-node in a dynamically allocatedMap
.IncrementalMealyTreeBuilder<I,O> Incrementally builds a tree with transition outputs from a set of input and corresponding output words.