Module net.automatalib.api
Package net.automatalib.graph
Interface MutableUniversalBidirectionalGraph<N,E,NP,EP>
- All Superinterfaces:
BidirectionalGraph<N,,E> FiniteRepresentation,Graph<N,,E> IndefiniteGraph<N,,E> IndefiniteSimpleGraph<N>,Iterable<N>,MutableGraph<N,,E, NP, EP> SimpleGraph<N>,UniversalBidirectionalGraph<N,,E, NP, EP> UniversalGraph<N,,E, NP, EP> UniversalIndefiniteGraph<N,E, NP, EP>
- All Known Implementing Classes:
AbstractCompactUniversalBidiGraph,CompactSimpleBidiGraph,CompactUniversalBidiGraph
public interface MutableUniversalBidirectionalGraph<N,E,NP,EP>
extends MutableGraph<N,E,NP,EP>, UniversalBidirectionalGraph<N,E,NP,EP>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.automatalib.graph.BidirectionalGraph
BidirectionalGraph.IntAbstraction<E>Nested classes/interfaces inherited from interface net.automatalib.graph.MutableGraph
MutableGraph.IntAbstraction<E,NP, EP> Nested classes/interfaces inherited from interface net.automatalib.graph.UniversalGraph
UniversalGraph.IntAbstraction<E,NP, EP> -
Method Summary
Methods inherited from interface net.automatalib.graph.BidirectionalGraph
getIncomingEdges, getSourceMethods inherited from interface net.automatalib.graph.Graph
getAdjacentNodes, getOutgoingEdges, getOutgoingEdgesIterator, getVisualizationHelperMethods inherited from interface net.automatalib.graph.IndefiniteGraph
getAdjacentNodesIterator, getEdgesBetween, getTargetMethods inherited from interface net.automatalib.graph.IndefiniteSimpleGraph
isConnectedMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface net.automatalib.graph.MutableGraph
addNode, addNode, connect, setEdgeProperty, setNodePropertyMethods inherited from interface net.automatalib.graph.SimpleGraph
createDynamicNodeMapping, createStaticNodeMapping, getNodes, iterator, nodeIDs, sizeMethods inherited from interface net.automatalib.graph.UniversalIndefiniteGraph
getEdgeProperty, getNodeProperty