Uses of Interface
org.goplanit.utils.graph.modifier.event.GraphModifierEventProducer
-
-
Uses of GraphModifierEventProducer in org.goplanit.graph.modifier
Classes in org.goplanit.graph.modifier that implement GraphModifierEventProducer 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 GraphModifierEventProducer in org.goplanit.network.layer.modifier
Classes in org.goplanit.network.layer.modifier that implement GraphModifierEventProducer Modifier and Type Class Description class
UntypedNetworkLayerModifierImpl<V extends DirectedVertex,E extends DirectedEdge,S extends EdgeSegment>
Modifier class for model free network layer, generics used to allow derived classes to provide typed versions for containers and content of containers. -
Uses of GraphModifierEventProducer in org.goplanit.utils.graph.modifier
Subinterfaces of GraphModifierEventProducer in org.goplanit.utils.graph.modifier Modifier and Type Interface Description interface
DirectedGraphModifier
Modify directed graph elements .interface
GraphModifier<V extends Vertex,E extends Edge>
Modify graph elements -
Uses of GraphModifierEventProducer in org.goplanit.utils.graph.modifier.event
Subinterfaces of GraphModifierEventProducer in org.goplanit.utils.graph.modifier.event Modifier and Type Interface Description interface
DirectedGraphModifierEventProducer
Interface dedicated to theDirectedGraphModifier
event related exposed methods. -
Uses of GraphModifierEventProducer in org.goplanit.utils.network.layer.modifier
Subinterfaces of GraphModifierEventProducer in org.goplanit.utils.network.layer.modifier Modifier and Type Interface Description interface
UntypedDirectedGraphLayerModifier<V extends DirectedVertex,E extends DirectedEdge,S extends EdgeSegment>
Modifier with additional functionality related to modifications to layers derived fromUntypedDirectedGraphLayer
.
-