Package net.automatalib.automaton
Interface UniversalFiniteAlphabetAutomaton<S,I,T,SP,TP>
-
- All Superinterfaces:
Automaton<S,I,T>
,FiniteAlphabetAutomaton<S,I,T>
,FiniteRepresentation
,GraphViewable
,InputAlphabetHolder<I>
,Iterable<S>
,SimpleAutomaton<S,I>
,SimpleTS<S,I>
,TransitionSystem<S,I,T>
,UniversalAutomaton<S,I,T,SP,TP>
,UniversalTransitionSystem<S,I,T,SP,TP>
- All Known Subinterfaces:
ModalTransitionSystem<S,I,T,TP>
,MutableModalTransitionSystem<S,I,T,TP>
- All Known Implementing Classes:
AbstractCompact
,AbstractCompactDeterministic
,AbstractCompactMTS
,AbstractCompactSimpleDeterministic
,AbstractCompactSimpleNondet
,AbstractFastMutable
,AbstractFastMutableDet
,AbstractFastMutableNondet
,CompactDFA
,CompactMealy
,CompactMoore
,CompactMTS
,CompactNFA
,CompactSST
,FastDFA
,FastMealy
,FastMoore
,FastNFA
,FastProbMealy
,UniversalCompactDet
,UniversalCompactSimpleDet
public interface UniversalFiniteAlphabetAutomaton<S,I,T,SP,TP> extends UniversalAutomaton<S,I,T,SP,TP>, FiniteAlphabetAutomaton<S,I,T>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default UniversalGraph<S,TransitionEdge<I,T>,SP,TransitionEdge.Property<I,TP>>
transitionGraphView()
-
Methods inherited from interface net.automatalib.automaton.FiniteAlphabetAutomaton
getTransitions, graphView
-
Methods inherited from interface net.automatalib.automaton.concept.InputAlphabetHolder
getInputAlphabet
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface net.automatalib.automaton.simple.SimpleAutomaton
createDynamicStateMapping, createStaticStateMapping, getStates, iterator, size, stateIDs
-
Methods inherited from interface net.automatalib.ts.simple.SimpleTS
getInitialStates, getStates, getSuccessors, getSuccessors
-
Methods inherited from interface net.automatalib.ts.TransitionSystem
getSuccessor, getSuccessors, getTransitions, powersetView
-
Methods inherited from interface net.automatalib.automaton.UniversalAutomaton
transitionGraphView
-
Methods inherited from interface net.automatalib.ts.UniversalTransitionSystem
getStateProperty, getTransitionProperty
-
-
-
-
Method Detail
-
transitionGraphView
default UniversalGraph<S,TransitionEdge<I,T>,SP,TransitionEdge.Property<I,TP>> transitionGraphView()
- Specified by:
transitionGraphView
in interfaceFiniteAlphabetAutomaton<S,I,T>
-
-