- java.lang.Object
-
- com.anylogic.engine.routing.finders.AbstractNetworkPathFinder<ConveyorNode<?>,ConveyorPath<?>>
-
- com.anylogic.engine.routing.finders.ConveyorNetworkPathFinder
public class ConveyorNetworkPathFinder extends AbstractNetworkPathFinder<ConveyorNode<?>,ConveyorPath<?>>
ConveyorNetworkPathFinder() |
|
Constructor | Description |
---|
RouteData |
find(IPathFinderProviderFactory factory,
ConveyorNode<?> source,
ConveyorNode<?> target,
LengthUnits units) |
|
RouteData |
find(IPathFinderProviderFactory factory,
ConveyorNode<?> source,
ConveyorNode<?> target,
LengthUnits units,
java.util.function.Predicate<ConveyorNode<?>> nodeFilter,
java.util.function.Predicate<ConveyorPath<?>> pathFilter,
ConveyorPath<?>... conveyorsToInclude) |
|
RouteData |
find(IPathFinderProviderFactory factory,
ConveyorNode<?> sourceNode,
ConveyorPath<?> targetPath,
double targetOffset,
PathMovementDirection targetDirection,
LengthUnits units) |
|
RouteData |
find(IPathFinderProviderFactory factory,
ConveyorNode<?> sourceNode,
ConveyorPath<?> targetPath,
double targetOffset,
PathMovementDirection targetDirection,
LengthUnits units,
java.util.function.Predicate<ConveyorNode<?>> nodeFilter,
java.util.function.Predicate<ConveyorPath<?>> pathFilter,
ConveyorPath<?>... conveyorsToInclude) |
|
RouteData |
find(IPathFinderProviderFactory factory,
ConveyorPath<?> sourcePath,
double sourceOffset,
PathMovementDirection sourceDirection,
ConveyorNode<?> targetNode,
LengthUnits units) |
|
RouteData |
find(IPathFinderProviderFactory factory,
ConveyorPath<?> sourcePath,
double sourceOffset,
PathMovementDirection sourceDirection,
ConveyorNode<?> targetNode,
LengthUnits units,
java.util.function.Predicate<ConveyorNode<?>> nodeFilter,
java.util.function.Predicate<ConveyorPath<?>> pathFilter,
ConveyorPath<?>... conveyorsToInclude) |
|
RouteData |
find(IPathFinderProviderFactory factory,
ConveyorPath<?> sourcePath,
double sourceOffset,
PathMovementDirection sourceDirection,
ConveyorPath<?> targetPath,
double targetOffset,
PathMovementDirection targetDirection,
LengthUnits units) |
|
RouteData |
find(IPathFinderProviderFactory factory,
ConveyorPath<?> sourcePath,
double sourceOffset,
PathMovementDirection sourceDirection,
ConveyorPath<?> targetPath,
double targetOffset,
PathMovementDirection targetDirection,
LengthUnits units,
java.util.function.Predicate<ConveyorNode<?>> nodeFilter,
java.util.function.Predicate<ConveyorPath<?>> pathFilter,
ConveyorPath<?>... conveyorsToInclude) |
|
Modifier and Type | Method | Description |
---|
contains, findShortestRoute, notContains
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConveyorNetworkPathFinder()
public RouteData find(IPathFinderProviderFactory factory, ConveyorPath<?> sourcePath, double sourceOffset, PathMovementDirection sourceDirection, ConveyorPath<?> targetPath, double targetOffset, PathMovementDirection targetDirection, LengthUnits units)
public RouteData find(IPathFinderProviderFactory factory, ConveyorPath<?> sourcePath, double sourceOffset, PathMovementDirection sourceDirection, ConveyorPath<?> targetPath, double targetOffset, PathMovementDirection targetDirection, LengthUnits units, java.util.function.Predicate<ConveyorNode<?>> nodeFilter, java.util.function.Predicate<ConveyorPath<?>> pathFilter, ConveyorPath<?>... conveyorsToInclude)
public RouteData find(IPathFinderProviderFactory factory, ConveyorPath<?> sourcePath, double sourceOffset, PathMovementDirection sourceDirection, ConveyorNode<?> targetNode, LengthUnits units)
public RouteData find(IPathFinderProviderFactory factory, ConveyorPath<?> sourcePath, double sourceOffset, PathMovementDirection sourceDirection, ConveyorNode<?> targetNode, LengthUnits units, java.util.function.Predicate<ConveyorNode<?>> nodeFilter, java.util.function.Predicate<ConveyorPath<?>> pathFilter, ConveyorPath<?>... conveyorsToInclude)
public RouteData find(IPathFinderProviderFactory factory, ConveyorNode<?> sourceNode, ConveyorPath<?> targetPath, double targetOffset, PathMovementDirection targetDirection, LengthUnits units)
public RouteData find(IPathFinderProviderFactory factory, ConveyorNode<?> sourceNode, ConveyorPath<?> targetPath, double targetOffset, PathMovementDirection targetDirection, LengthUnits units, java.util.function.Predicate<ConveyorNode<?>> nodeFilter, java.util.function.Predicate<ConveyorPath<?>> pathFilter, ConveyorPath<?>... conveyorsToInclude)
public RouteData find(IPathFinderProviderFactory factory, ConveyorNode<?> source, ConveyorNode<?> target, LengthUnits units)
public RouteData find(IPathFinderProviderFactory factory, ConveyorNode<?> source, ConveyorNode<?> target, LengthUnits units, java.util.function.Predicate<ConveyorNode<?>> nodeFilter, java.util.function.Predicate<ConveyorPath<?>> pathFilter, ConveyorPath<?>... conveyorsToInclude)
-
How can we improve this article?
-