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 classDirectedGraphModifierImplImplementation of a directed graph modifier that supports making changes to any untyped directed graph.classGraphModifierImplApply 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 classUntypedNetworkLayerModifierImpl<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 interfaceDirectedGraphModifierModify directed graph elements .interfaceGraphModifier<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 interfaceDirectedGraphModifierEventProducerInterface dedicated to theDirectedGraphModifierevent 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 interfaceUntypedDirectedGraphLayerModifier<V extends DirectedVertex,E extends DirectedEdge,S extends EdgeSegment>Modifier with additional functionality related to modifications to layers derived fromUntypedDirectedGraphLayer.
-