Uses of Interface
org.goplanit.utils.graph.modifier.TopologicalModifier
-
-
Uses of TopologicalModifier in org.goplanit.graph.modifier
Classes in org.goplanit.graph.modifier that implement TopologicalModifier 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 TopologicalModifier in org.goplanit.network.layer.modifier
Classes in org.goplanit.network.layer.modifier that implement TopologicalModifier 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 TopologicalModifier in org.goplanit.utils.graph.modifier
Subinterfaces of TopologicalModifier 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 TopologicalModifier in org.goplanit.utils.network.layer
Methods in org.goplanit.utils.network.layer that return TopologicalModifier Modifier and Type Method Description TopologicalModifierTopologicalLayer. 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 interfaceTopologicalLayerModifierInterface to define all layer wide modifications functionality to be exposed.interfaceUntypedDirectedGraphLayerModifier<V extends DirectedVertex,E extends DirectedEdge,S extends EdgeSegment>Modifier with additional functionality related to modifications to layers derived fromUntypedDirectedGraphLayer.
-