Uses of Interface
net.automatalib.incremental.IncrementalConstruction
Packages that use IncrementalConstruction
Package
Description
-
Uses of IncrementalConstruction in net.automatalib.incremental.dfa
Subinterfaces of IncrementalConstruction in net.automatalib.incremental.dfaModifier and TypeInterfaceDescriptioninterfaceGeneral interface for incremental DFA builders.Classes in net.automatalib.incremental.dfa that implement IncrementalConstruction -
Uses of IncrementalConstruction in net.automatalib.incremental.dfa.dag
Classes in net.automatalib.incremental.dfa.dag that implement IncrementalConstructionModifier and TypeClassDescriptionclassIncrementally builds an (acyclic) DFA, from a set of positive and negative words.classThe prefix-closed version ofIncrementalDFADAGBuilder. -
Uses of IncrementalConstruction in net.automatalib.incremental.dfa.tree
Classes in net.automatalib.incremental.dfa.tree that implement IncrementalConstructionModifier and TypeClassDescriptionclassIncrementally builds a tree, from a set of positive and negative words.classThe prefix-closed version ofIncrementalDFATreeBuilder. -
Uses of IncrementalConstruction in net.automatalib.incremental.mealy
Subinterfaces of IncrementalConstruction in net.automatalib.incremental.mealyModifier and TypeInterfaceDescriptioninterfaceAdaptiveMealyBuilder<I,O> A variation of theIncrementalMealyBuilderinterface that allows one to override previously inserted traces.interfaceGeneral 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 IncrementalConstructionModifier and TypeClassDescriptionclassIncrementally 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 IncrementalConstructionModifier and TypeClassDescriptionclassclassA variation of the normalIncrementalMealyTreeBuilderwhich stores the successor information of each tree-node in a dynamically allocatedMap.classIncrementally 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.mooreModifier and TypeInterfaceDescriptioninterfaceGeneral interface for incremental Moore builders. -
Uses of IncrementalConstruction in net.automatalib.incremental.moore.dag
Classes in net.automatalib.incremental.moore.dag that implement IncrementalConstructionModifier and TypeClassDescriptionclassIncrementally 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 IncrementalConstructionModifier and TypeClassDescriptionclassIncrementally builds a (tree-based) Moore machine from a set of input and corresponding output words.