Uses of Interface
org.goplanit.utils.graph.modifier.TopologicalModifier
-
-
Uses of TopologicalModifier in org.goplanit.graph.directed.modifier
Classes in org.goplanit.graph.directed.modifier that implement TopologicalModifier Modifier and Type Class Description class
DirectedGraphModifierImpl
Implementation of a directed graph modifier that supports making changes to any untyped directed graph. -
Uses of TopologicalModifier in org.goplanit.graph.modifier
Classes in org.goplanit.graph.modifier that implement TopologicalModifier Modifier and Type Class Description class
GraphModifierImpl
Apply modifications to the graph in an integrated fashion. -
Uses of TopologicalModifier in org.goplanit.network.layer.modifier
Classes in org.goplanit.network.layer.modifier that implement TopologicalModifier Modifier and Type Class Description class
ServiceNetworkLayerModifierImpl<V extends ServiceNode,E extends ServiceLeg,S extends ServiceLegSegment>
Modifier class for service network layer, added functionality for service networks to: remove unmapped service nodes, service legs, and service leg segmentsclass
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 TopologicalModifier in org.goplanit.utils.graph.modifier
Subinterfaces of TopologicalModifier 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 TopologicalModifier in org.goplanit.utils.network.layer
Methods in org.goplanit.utils.network.layer that return TopologicalModifier Modifier and Type Method Description TopologicalModifier
TopologicalLayer. getLayerModifier()
Provide access to the modifier options for this layer -
Uses of TopologicalModifier in org.goplanit.utils.network.layer.modifier
Subinterfaces of TopologicalModifier in org.goplanit.utils.network.layer.modifier Modifier and Type Interface Description interface
ServiceNetworkLayerModifier<V extends ServiceNode,E extends ServiceLeg,S extends ServiceLegSegment>
Modifier with additional functionality related to modifications to service network layersinterface
TopologicalLayerModifier
Interface to define all layer wide modifications functionality to be exposed.interface
UntypedDirectedGraphLayerModifier<V extends DirectedVertex,E extends DirectedEdge,S extends EdgeSegment>
Modifier with additional functionality related to modifications to layers derived fromUntypedDirectedGraphLayer
.
-