Uses of Interface
net.automatalib.incremental.mealy.IncrementalMealyBuilder
-
Packages that use IncrementalMealyBuilder Package Description net.automatalib.incremental.mealy.dag net.automatalib.incremental.mealy.tree -
-
Uses of IncrementalMealyBuilder in net.automatalib.incremental.mealy.dag
Classes in net.automatalib.incremental.mealy.dag that implement IncrementalMealyBuilder Modifier and Type Class Description class
IncrementalMealyDAGBuilder<I,O>
Incrementally builds an (acyclic) Mealy machine, from a set of input and corresponding output words. -
Uses of IncrementalMealyBuilder in net.automatalib.incremental.mealy.tree
Classes in net.automatalib.incremental.mealy.tree that implement IncrementalMealyBuilder Modifier and Type Class Description class
DynamicIncrementalMealyTreeBuilder<I,O>
A variation of the normalIncrementalMealyTreeBuilder
which stores the successor information of each tree-node in a dynamically allocatedMap
.class
IncrementalMealyTreeBuilder<I,O>
Incrementally builds a tree with transition outputs from a set of input and corresponding output words.
-