Uses of Interface
org.goplanit.utils.graph.modifier.DirectedGraphModifier
-
Packages that use DirectedGraphModifier Package Description org.goplanit.graph.directed.modifier org.goplanit.graph.directed.modifier.event -
-
Uses of DirectedGraphModifier in org.goplanit.graph.directed.modifier
Classes in org.goplanit.graph.directed.modifier that implement DirectedGraphModifier Modifier and Type Class Description class
DirectedGraphModifierImpl
Implementation of a directed graph modifier that supports making changes to any untyped directed graph. -
Uses of DirectedGraphModifier in org.goplanit.graph.directed.modifier.event
Constructors in org.goplanit.graph.directed.modifier.event with parameters of type DirectedGraphModifier Constructor Description BreakEdgeSegmentEvent(DirectedGraphModifier source, DirectedVertex vertexToBreakAt, EdgeSegment brokenEdgeSegment)
constructorRecreatedDirectedGraphEntitiesManagedIdsEvent(DirectedGraphModifier source, ManagedIdEntities<? extends ManagedId> managedIdEntities)
ConstructorRemoveSubGraphEdgeSegmentEvent(DirectedGraphModifier source, EdgeSegment removedEdgeSegment)
Constructor
-