| Package | Description |
|---|---|
| net.automatalib.automata |
This package contains the basic interfaces for automata.
|
| net.automatalib.automata.fsa | |
| net.automatalib.automata.graphs | |
| net.automatalib.automata.transout | |
| net.automatalib.graphs |
| Modifier and Type | Method and Description |
|---|---|
default UniversalGraph<S,TransitionEdge<I,T>,SP,TransitionEdge.Property<I,TP>> |
UniversalFiniteAlphabetAutomaton.transitionGraphView() |
default UniversalGraph<S,TransitionEdge<I,T>,SP,TransitionEdge.Property<I,TP>> |
UniversalAutomaton.transitionGraphView(Collection<? extends I> inputs) |
| Modifier and Type | Class and Description |
|---|---|
static class |
FiniteStateAcceptor.FSAGraphView<S,I,A extends FiniteStateAcceptor<S,I>> |
| Modifier and Type | Method and Description |
|---|---|
default UniversalGraph<S,TransitionEdge<I,S>,Boolean,TransitionEdge.Property<I,Void>> |
FiniteStateAcceptor.transitionGraphView(Collection<? extends I> inputs) |
| Modifier and Type | Class and Description |
|---|---|
class |
UniversalAutomatonGraphView<S,I,T,SP,TP,A extends UniversalAutomaton<S,I,T,SP,TP>> |
| Modifier and Type | Class and Description |
|---|---|
static class |
MealyMachine.MealyGraphView<S,I,T,O,A extends MealyMachine<S,I,T,O>> |
| Modifier and Type | Method and Description |
|---|---|
default UniversalGraph<S,TransitionEdge<I,T>,Void,TransitionEdge.Property<I,O>> |
MealyMachine.transitionGraphView(Collection<? extends I> inputs) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableGraph<N,E,NP,EP>
A graph that allows modification.
|
Copyright © 2018. All rights reserved.