Interface UniversalGraph<N,E,NP,EP>

All Superinterfaces:
FiniteRepresentation, Graph<N,E>, IndefiniteGraph<N,E>, IndefiniteSimpleGraph<N>, Iterable<N>, SimpleGraph<N>, UniversalIndefiniteGraph<N,E,NP,EP>
All Known Subinterfaces:
MutableGraph<N,E,NP,EP>, MutableProceduralModalProcessGraph<N,L,E,AP,TP>, MutableUniversalBidirectionalGraph<N,E,NP,EP>, ProceduralModalProcessGraph<N,L,E,AP,TP>, UniversalBidirectionalGraph<N,E,NP,EP>
All Known Implementing Classes:
AbstractBricsAutomaton.GraphView, AbstractCompactGraph, AbstractCompactUniversalBidiGraph, AbstractCompactUniversalGraph, CompactGraph, CompactPMPG, CompactSimpleBidiGraph, CompactSimpleGraph, CompactUniversalBidiGraph, CompactUniversalGraph, FiniteStateAcceptor.FSAGraphView, MealyMachine.MealyGraphView, ModalTransitionSystem.MTSGraphView, MooreMachine.MooreGraphView, SimpleMapGraph, SubsequentialTransducer.SSTGraphView, UniversalAutomatonGraphView, WitnessTree

public interface UniversalGraph<N,E,NP,EP> extends Graph<N,E>, UniversalIndefiniteGraph<N,E,NP,EP>