Class CompactSimpleAutomaton<I>

Type Parameters:
I - input symbol type
All Implemented Interfaces:
Iterable<Integer>, SupportsGrowingAlphabet<I>, Automaton<Integer,I,Integer>, FiniteRepresentation, InitialStates<Integer>, InputAlphabetHolder<I>, StateIDs<Integer>, StateLocalInput<Integer,I>, FiniteAlphabetAutomaton<Integer,I,Integer>, MutableAutomaton<Integer,I,Integer,Void,Void>, SimpleAutomaton<Integer,I>, UniversalAutomaton<Integer,I,Integer,Void,Void>, UniversalFiniteAlphabetAutomaton<Integer,I,Integer,Void,Void>, GraphViewable, SimpleTS<Integer,I>, TransitionSystem<Integer,I,Integer>, UniversalTransitionSystem<Integer,I,Integer,Void,Void>

public class CompactSimpleAutomaton<I> extends AbstractCompactSimpleNondet<I,Void>
A simple automaton that only stores adjacency information.