Uses of Interface
org.goplanit.utils.graph.modifier.GraphModifier
-
Packages that use GraphModifier Package Description org.goplanit.graph.modifier org.goplanit.graph.modifier.event org.goplanit.utils.graph.modifier -
-
Uses of GraphModifier in org.goplanit.graph.modifier
Classes in org.goplanit.graph.modifier that implement GraphModifier Modifier and Type Class Description class
DirectedGraphModifierImpl
Implementation of a directed graph modifier that supports making changes to any untyped directed graph.class
GraphModifierImpl
Apply modifications to the graph in an integrated fashion. -
Uses of GraphModifier in org.goplanit.graph.modifier.event
Constructors in org.goplanit.graph.modifier.event with parameters of type GraphModifier Constructor Description BreakEdgeEvent(GraphModifier<?,?> source, Vertex vertexToBreakAt, Edge aToBreak, Edge breakToB)
ConstructorRemoveSubGraphEdgeEvent(GraphModifier<?,?> source, Edge removedEdge)
ConstructorRemoveSubGraphEdgeSegmentEvent(GraphModifier<?,?> source, EdgeSegment removedEdgeSegment)
ConstructorRemoveSubGraphEvent(GraphModifier<?,?> source)
ConstructorRemoveSubGraphVertexEvent(GraphModifier<?,?> source, Vertex removedVertex)
Constructor -
Uses of GraphModifier in org.goplanit.utils.graph.modifier
Subinterfaces of GraphModifier in org.goplanit.utils.graph.modifier Modifier and Type Interface Description interface
DirectedGraphModifier
Modify directed graph elements .
-