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, getSource 
- 
Methods inherited from interface net.automatalib.graph.Graph
getAdjacentNodes, getOutgoingEdges, getOutgoingEdgesIterator, getVisualizationHelper 
- 
Methods inherited from interface net.automatalib.graph.IndefiniteGraph
getAdjacentNodesIterator, getEdgesBetween, getTarget 
- 
Methods inherited from interface net.automatalib.graph.IndefiniteSimpleGraph
isConnected 
- 
Methods inherited from interface java.lang.Iterable
forEach, spliterator 
- 
Methods inherited from interface net.automatalib.graph.MutableGraph
addNode, addNode, connect, setEdgeProperty, setNodeProperty 
- 
Methods inherited from interface net.automatalib.graph.SimpleGraph
createDynamicNodeMapping, createStaticNodeMapping, getNodes, iterator, nodeIDs, size 
- 
Methods inherited from interface net.automatalib.graph.UniversalIndefiniteGraph
getEdgeProperty, getNodeProperty 
 - 
 
 -