public interface IPathFinderProviderFactory
Modifier and Type | Field | Description |
---|---|---|
static final IPathFinderProviderFactory | DEFAULT_CONVEYOR_NETWORK_FACTORY | |
static final IPathFinderProviderFactory | DEFAULT_NETWORK_FACTORY | |
static final IRouteScoreProvider | DEFAULT_ROUTE_SCORE_PROVIDER |
Modifier and Type | Method | Description |
---|---|---|
IAStarProvider | create | |
default IRouteScoreProvider | createRouteScoreProvider() |
static final IPathFinderProviderFactory DEFAULT_NETWORK_FACTORY
static final IPathFinderProviderFactory DEFAULT_CONVEYOR_NETWORK_FACTORY
static final IRouteScoreProvider DEFAULT_ROUTE_SCORE_PROVIDER
IAStarProvider create(Object sourceVertex, Point sourcePos, Object targetVertex, Point targetPos)
default IRouteScoreProvider createRouteScoreProvider()