public interface IPathFinderProviderFactory
static IPathFinderProviderFactory |
DEFAULT_CONVEYOR_NETWORK_FACTORY |
|
static IPathFinderProviderFactory |
DEFAULT_NETWORK_FACTORY |
|
static IRouteScoreProvider |
DEFAULT_ROUTE_SCORE_PROVIDER |
|
Modifier and Type | Field | Description |
---|
IAStarProvider |
create(java.lang.Object sourceVertex,
Point sourcePos,
java.lang.Object targetVertex,
Point targetPos) |
|
default IRouteScoreProvider |
createRouteScoreProvider() |
|
Modifier and Type | Method | Description |
---|
static final IPathFinderProviderFactory DEFAULT_NETWORK_FACTORY
static final IPathFinderProviderFactory DEFAULT_CONVEYOR_NETWORK_FACTORY
static final IRouteScoreProvider DEFAULT_ROUTE_SCORE_PROVIDER
IAStarProvider create(java.lang.Object sourceVertex, Point sourcePos, java.lang.Object targetVertex, Point targetPos)
default IRouteScoreProvider createRouteScoreProvider()
-
How can we improve this article?
-