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 interfaceIncrementalDFABuilder<I>General interface for incremental DFA builders.Classes in net.automatalib.incremental.dfa that implement IncrementalConstruction Modifier and Type Class Description classAbstractIncrementalDFABuilder<I>Abstract base class forIncrementalDFABuilders. -
Uses of IncrementalConstruction in net.automatalib.incremental.dfa.dag
Classes in net.automatalib.incremental.dfa.dag that implement IncrementalConstruction Modifier and Type Class Description classIncrementalDFADAGBuilder<I>Incrementally builds an (acyclic) DFA, from a set of positive and negative words.classIncrementalPCDFADAGBuilder<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 classIncrementalDFATreeBuilder<I>Incrementally builds a tree, from a set of positive and negative words.classIncrementalPCDFATreeBuilder<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 interfaceAdaptiveMealyBuilder<I,O>A variation of theIncrementalMealyBuilderinterface that allows one to override previously inserted traces.interfaceIncrementalMealyBuilder<I,O>General interface for incremental Mealy builders.interfaceMealyBuilder<I,O>A utility interface to share functionality betweenIncrementalMealyBuilders andAdaptiveMealyBuilders. -
Uses of IncrementalConstruction in net.automatalib.incremental.mealy.dag
Classes in net.automatalib.incremental.mealy.dag that implement IncrementalConstruction Modifier and Type Class Description classIncrementalMealyDAGBuilder<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 classAdaptiveMealyTreeBuilder<I,O>classDynamicIncrementalMealyTreeBuilder<I,O>A variation of the normalIncrementalMealyTreeBuilderwhich stores the successor information of each tree-node in a dynamically allocatedMap.classIncrementalMealyTreeBuilder<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 interfaceIncrementalMooreBuilder<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 classIncrementalMooreDAGBuilder<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 classIncrementalMooreTreeBuilder<I,O>Incrementally builds a (tree-based) Moore machine from a set of input and corresponding output words.
-