Package net.automatalib.graph.concept
Interface GraphViewable
-
- All Known Subinterfaces:
ContextFreeModalProcessSystem<L,AP>
,FiniteAlphabetAutomaton<S,I,T>
,ModalTransitionSystem<S,I,T,TP>
,MutableModalTransitionSystem<S,I,T,TP>
,OneSEVPA<L,I>
,net.automatalib.automaton.procedural.ProceduralSystem<I,M>
,SBA<S,I>
,SEVPA<L,I>
,SPA<S,I>
,SPMM<S,I,T,O>
,UniversalFiniteAlphabetAutomaton<S,I,T,SP,TP>
- All Known Implementing Classes:
AbstractBricsAutomaton
,AbstractCompact
,AbstractCompactDeterministic
,AbstractCompactMTS
,AbstractCompactSimpleDeterministic
,AbstractCompactSimpleNondet
,AbstractDefaultSEVPA
,AbstractFastMutable
,AbstractFastMutableDet
,AbstractFastMutableNondet
,AbstractSEVPA
,BricsDFA
,BricsNFA
,CompactDFA
,CompactMealy
,CompactMoore
,CompactMTS
,CompactNFA
,CompactSST
,DefaultCFMPS
,DefaultNSEVPA
,DefaultOneSEVPA
,EmptySBA
,EmptySPA
,EmptySPMM
,FastDFA
,FastMealy
,FastMoore
,FastNFA
,FastProbMealy
,ProductOneSEVPA
,StackSBA
,StackSPA
,StackSPMM
,UniversalCompactDet
,UniversalCompactSimpleDet
public interface GraphViewable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Graph<?,?>
graphView()
-
-
-
Method Detail
-
graphView
Graph<?,?> graphView()
-
-