Uses of Interface
org.goplanit.utils.path.DirectedPathFactory
-
Packages that use DirectedPathFactory Package Description org.goplanit.algorithms.shortest Shortest Path algorithms for PlanItorg.goplanit.path PLANit path classesorg.goplanit.utils.path -
-
Uses of DirectedPathFactory in org.goplanit.algorithms.shortest
Methods in org.goplanit.algorithms.shortest with parameters of type DirectedPathFactory 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 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
ManagedDirectedPathFactoryImpl
Factory for creating directed paths on containerclass
SimpleDirectedPathFactoryImpl
Factory for creating simple directed paths -
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 that are not only managed but also containerisedinterface
ManagedDirectedPathFactory
Factory interface for (managed) directed paths
-