| Package | Description |
|---|---|
| net.automatalib.automata |
This package contains the basic interfaces for automata.
|
| net.automatalib.automata.graphs |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FiniteAlphabetAutomaton<S,I,T> |
interface |
UniversalFiniteAlphabetAutomaton<S,I,T,SP,TP> |
| Modifier and Type | Method and Description |
|---|---|
static <S,I,T,A extends Automaton<S,I,T> & InputAlphabetHolder<I>> |
AutomatonGraphView.create(A automaton) |
static <S,I,T,SP,TP,A extends UniversalAutomaton<S,I,T,SP,TP> & InputAlphabetHolder<I>> |
UniversalAutomatonGraphView.create(A automaton) |
Copyright © 2018. All rights reserved.