Class AbstractAutomatonGraphView<S,A extends Automaton<S,?,?>,E>

java.lang.Object
net.automatalib.automaton.graph.AbstractAutomatonGraphView<S,A,E>
All Implemented Interfaces:
Iterable<S>, FiniteRepresentation, Graph<S,E>, IndefiniteGraph<S,E>, IndefiniteSimpleGraph<S>, SimpleGraph<S>
Direct Known Subclasses:
AbstractBricsAutomaton.GraphView, AutomatonGraphView

public abstract class AbstractAutomatonGraphView<S,A extends Automaton<S,?,?>,E> extends Object implements Graph<S,E>