-
- All Superinterfaces:
FiniteRepresentation
- All Known Subinterfaces:
BidirectionalGraph.IntAbstraction<E>,Graph.IntAbstraction<E>,MutableGraph.IntAbstraction<E,NP,EP>,UniversalGraph.IntAbstraction<E,NP,EP>
- All Known Implementing Classes:
AbstractCompactGraph,AbstractCompactUniversalBidiGraph,AbstractCompactUniversalGraph,CompactGraph,CompactPMPG,CompactSimpleBidiGraph,CompactSimpleGraph,CompactUniversalBidiGraph,CompactUniversalGraph,WitnessTree
- Enclosing interface:
- SimpleGraph<N>
public static interface SimpleGraph.IntAbstraction extends FiniteRepresentation
Basic interface for integer abstractions of graphs. In an integer abstraction, each node of a graph is identified with an integer in the range[0, size() - 1].
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisConnected(int source, int target)-
Methods inherited from interface net.automatalib.automaton.concept.FiniteRepresentation
size
-
-