Uses of Interface
org.planit.utils.graph.Vertices
-
Packages that use Vertices Package Description org.planit.graph Network component object classesorg.planit.network.macroscopic.physical Macroscopic physical network component object classesorg.planit.network.physical Physical network component object classesorg.planit.utils.graph Utilities for setting up graphsorg.planit.utils.network.physical Physical network oriented utility classes -
-
Uses of Vertices in org.planit.graph
Classes in org.planit.graph that implement Vertices Modifier and Type Class Description classVerticesImpl<V extends Vertex>Vertices implementation using a graphbuilder <V> to create the verticesFields in org.planit.graph declared as Vertices Modifier and Type Field Description protected Vertices<V>GraphImpl. verticesclass instance containing all verticesMethods in org.planit.graph that return Vertices Modifier and Type Method Description Vertices<V>GraphImpl. getVertices()collect vertices of graphMethods in org.planit.graph with parameters of type Vertices Modifier and Type Method Description voidDirectedGraphBuilderImpl. recreateIds(Vertices<? extends DirectedVertex> vertices)recreate the ids for all passed in verticesvoidGraphBuilder. recreateIds(Vertices<? extends V> vertices)recreate the ids for all passed in verticesvoidGraphBuilderImpl. recreateIds(Vertices<? extends Vertex> vertices)recreate the ids for all passed in vertices -
Uses of Vertices in org.planit.network.macroscopic.physical
Methods in org.planit.network.macroscopic.physical with parameters of type Vertices Modifier and Type Method Description voidMacroscopicPhysicalNetworkBuilderImpl. recreateIds(Vertices<? extends Node> nodes)recreate the ids for all passed in vertices -
Uses of Vertices in org.planit.network.physical
Classes in org.planit.network.physical that implement Vertices Modifier and Type Class Description classNodesImpl<N extends Node>Nodes implementation wrapper that simply utilises passed in vertices of the desired generic type to delegate registration and creation of its nodes onMethods in org.planit.network.physical with parameters of type Vertices Modifier and Type Method Description voidPhysicalNetworkBuilderImpl. recreateIds(Vertices<? extends Node> nodes)recreate the ids for all passed in verticesConstructors in org.planit.network.physical with parameters of type Vertices Constructor Description NodesImpl(Vertices<N> vertices)Constructor -
Uses of Vertices in org.planit.utils.graph
Methods in org.planit.utils.graph that return Vertices Modifier and Type Method Description Vertices<V>Graph. getVertices()collect vertices of graph -
Uses of Vertices in org.planit.utils.network.physical
Subinterfaces of Vertices in org.planit.utils.network.physical Modifier and Type Interface Description interfaceNodes<N extends Node>wrapper around vertices interface to support Nodes explicitly rather than vertices
-