Uses of Interface
net.automatalib.incremental.IncrementalConstruction
-
-
Uses of IncrementalConstruction in net.automatalib.incremental.dfa
Subinterfaces of IncrementalConstruction in net.automatalib.incremental.dfa Modifier and Type Interface Description interface
IncrementalDFABuilder<I>
General interface for incremental DFA builders.Classes in net.automatalib.incremental.dfa that implement IncrementalConstruction Modifier and Type Class Description class
AbstractIncrementalDFABuilder<I>
Abstract base class forIncrementalDFABuilder
s. -
Uses of IncrementalConstruction in net.automatalib.incremental.dfa.dag
Classes in net.automatalib.incremental.dfa.dag that implement IncrementalConstruction Modifier and Type Class Description class
IncrementalDFADAGBuilder<I>
Incrementally builds an (acyclic) DFA, from a set of positive and negative words.class
IncrementalPCDFADAGBuilder<I>
The prefix-closed version ofIncrementalDFADAGBuilder
. -
Uses of IncrementalConstruction in net.automatalib.incremental.dfa.tree
Classes in net.automatalib.incremental.dfa.tree that implement IncrementalConstruction Modifier and Type Class Description class
IncrementalDFATreeBuilder<I>
Incrementally builds a tree, from a set of positive and negative words.class
IncrementalPCDFATreeBuilder<I>
The prefix-closed version ofIncrementalDFATreeBuilder
. -
Uses of IncrementalConstruction in net.automatalib.incremental.mealy
Subinterfaces of IncrementalConstruction in net.automatalib.incremental.mealy Modifier and Type Interface Description interface
AdaptiveMealyBuilder<I,O>
A variation of theIncrementalMealyBuilder
interface that allows one to override previously inserted traces.interface
IncrementalMealyBuilder<I,O>
General interface for incremental Mealy builders.interface
MealyBuilder<I,O>
A utility interface to share functionality betweenIncrementalMealyBuilder
s andAdaptiveMealyBuilder
s. -
Uses of IncrementalConstruction in net.automatalib.incremental.mealy.dag
Classes in net.automatalib.incremental.mealy.dag that implement IncrementalConstruction 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 IncrementalConstruction in net.automatalib.incremental.mealy.tree
Classes in net.automatalib.incremental.mealy.tree that implement IncrementalConstruction Modifier and Type Class Description class
AdaptiveMealyTreeBuilder<I,O>
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. -
Uses of IncrementalConstruction in net.automatalib.incremental.moore
Subinterfaces of IncrementalConstruction in net.automatalib.incremental.moore Modifier and Type Interface Description interface
IncrementalMooreBuilder<I,O>
General interface for incremental Moore builders. -
Uses of IncrementalConstruction in net.automatalib.incremental.moore.dag
Classes in net.automatalib.incremental.moore.dag that implement IncrementalConstruction Modifier and Type Class Description class
IncrementalMooreDAGBuilder<I,O>
Incrementally builds an (acyclic) Moore machine from a set of input and corresponding output words. -
Uses of IncrementalConstruction in net.automatalib.incremental.moore.tree
Classes in net.automatalib.incremental.moore.tree that implement IncrementalConstruction Modifier and Type Class Description class
IncrementalMooreTreeBuilder<I,O>
Incrementally builds a (tree-based) Moore machine from a set of input and corresponding output words.
-