Interface DirectedGraphModifier
-
- All Superinterfaces:
DirectedGraphModifierEventProducer
,EventProducer
,GraphModifier<DirectedVertex,DirectedEdge>
,GraphModifierEventProducer
,TopologicalModifier
- All Known Implementing Classes:
DirectedGraphModifierImpl
public interface DirectedGraphModifier extends GraphModifier<DirectedVertex,DirectedEdge>, DirectedGraphModifierEventProducer
Modify directed graph elements .- Author:
- markr
-
-
Method Summary
-
Methods inherited from interface org.goplanit.utils.graph.modifier.GraphModifier
breakEdgeAt, breakEdgesAt, breakEdgesAt, recreateManagedEntitiesIds, removeDanglingSubGraphs, removeDanglingSubGraphs, removeSubGraph, removeSubGraphOf, reset
-
Methods inherited from interface org.goplanit.utils.graph.modifier.event.GraphModifierEventProducer
addListener, addListener, removeAllListeners, removeListener, removeListener
-
-