Uses of Interface
org.goplanit.utils.path.DirectedPathFactory
-
Packages that use DirectedPathFactory Package Description org.goplanit.algorithms.shortestpath Shortest Path algorithms for PlanItorg.goplanit.path PLANit path classesorg.goplanit.utils.path -
-
Uses of DirectedPathFactory in org.goplanit.algorithms.shortestpath
Methods in org.goplanit.algorithms.shortestpath with parameters of type DirectedPathFactory Modifier and Type Method Description DirectedPath
MinMaxPathResultImpl. createPath(DirectedPathFactory pathFactory, Vertex origin, Vertex destination)
Create the path from the provided origin to a specified destination vertex, using the results available.DirectedPath
ShortestPathResult. createPath(DirectedPathFactory pathFactory, Vertex origin, Vertex destination)
Create the path from the provided origin to a specified destination vertex, using the results available.DirectedPath
ShortestPathResultImpl. createPath(DirectedPathFactory pathFactory, Vertex origin, Vertex destination)
Create the path from the provided origin to a specified destination vertex, using the results available. -
Uses of DirectedPathFactory in org.goplanit.path
Classes in org.goplanit.path that implement DirectedPathFactory Modifier and Type Class Description class
ContainerisedDirectedPathFactoryImpl
Factory for creating directed paths on containerclass
DirectedPathFactoryImpl
Factory for creating directed paths on container -
Uses of DirectedPathFactory in org.goplanit.utils.path
Subinterfaces of DirectedPathFactory in org.goplanit.utils.path Modifier and Type Interface Description interface
ContainerisedDirectedPathFactory
Factory interface for directed paths
-