| Package | Description |
|---|---|
| net.automatalib.incremental.dfa | |
| net.automatalib.incremental.mealy |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIncrementalDFABuilder<I> |
class |
IncrementalDFABuilder<I>
Incrementally builds an (acyclic) DFA, from a set of positive and negative words.
|
class |
IncrementalPCDFABuilder<I> |
| Modifier and Type | Class and Description |
|---|---|
class |
IncrementalMealyBuilder<I,O>
Incrementally builds an (acyclic) Mealy machine, from a set of input and corresponding
output words.
|
Copyright © 2013. All Rights Reserved.