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 classContainerisedDirectedPathFactoryImplFactory for creating directed paths on containerclassManagedDirectedPathFactoryImplFactory for creating directed paths on containerclassSimpleDirectedPathFactoryImplFactory 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 interfaceContainerisedDirectedPathFactoryFactory interface for directed paths that are not only managed but also containerisedinterfaceManagedDirectedPathFactoryFactory interface for (managed) directed paths
-