Uses of Interface
org.goplanit.utils.path.SimpleDirectedPath
-
Packages that use SimpleDirectedPath Package Description org.goplanit.algorithms.shortest Shortest Path algorithms for PlanItorg.goplanit.path PLANit path classesorg.goplanit.utils.path -
-
Uses of SimpleDirectedPath in org.goplanit.algorithms.shortest
Methods in org.goplanit.algorithms.shortest with type parameters of type SimpleDirectedPath Modifier and Type Method Description <T extends SimpleDirectedPath>
TMinMaxPathResultImpl. createPath(DirectedPathFactory<T> pathFactory, DirectedVertex origin, DirectedVertex destination)
Create the path from the provided origin to a specified destination vertex, using the results available.<T extends SimpleDirectedPath>
TShortestPathResult. createPath(DirectedPathFactory<T> pathFactory, DirectedVertex origin, DirectedVertex destination)
Create the path from the provided origin to a specified destination vertex, using the results available.<T extends SimpleDirectedPath>
TShortestPathResultGeneralised. createPath(DirectedPathFactory<T> pathFactory, DirectedVertex origin, DirectedVertex destination)
Create the path from the provided origin to a specified destination vertex, using the results available. -
Uses of SimpleDirectedPath in org.goplanit.path
Classes in org.goplanit.path that implement SimpleDirectedPath Modifier and Type Class Description class
ManagedDirectedPathImpl
This object represents a path based on a number of consecutive LinkSegments The path creation makes use of the fact that the origin pair will have a null EdgeSegment, so there is no need to specify the origin.class
SimpleDirectedPathImpl
This object represents a simple directed path based on a number of consecutive LinkSegments -
Uses of SimpleDirectedPath in org.goplanit.utils.path
Classes in org.goplanit.utils.path with type parameters of type SimpleDirectedPath Modifier and Type Interface Description interface
DirectedPathFactory<T extends SimpleDirectedPath>
Factory interface for simple directed pathsSubinterfaces of SimpleDirectedPath in org.goplanit.utils.path Modifier and Type Interface Description interface
ManagedDirectedPath
Path interface representing a path through the network on edge segment level
-