Uses of Interface
org.goplanit.utils.graph.modifier.GraphModifier
-
Packages that use GraphModifier Package Description org.goplanit.graph.directed.modifier org.goplanit.graph.modifier org.goplanit.graph.modifier.event org.goplanit.utils.graph.modifier -
-
Uses of GraphModifier in org.goplanit.graph.directed.modifier
Classes in org.goplanit.graph.directed.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. -
Uses of GraphModifier in org.goplanit.graph.modifier
Classes in org.goplanit.graph.modifier that implement GraphModifier Modifier and Type Class Description 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)
ConstructorRecreatedGraphEntitiesManagedIdsEvent(GraphModifier source, ManagedIdEntities<? extends ManagedId> managedIdEntities)
ConstructorRemoveSubGraphEdgeEvent(GraphModifier<?,?> source, Edge removedEdge)
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 .
-