| Modifier and Type | Method | Description | 
|---|
RouteData | find(IPathFinderProviderFactory factory,
 ConveyorNode<?> source,
 ConveyorNode<?> target,
 LengthUnits units) |   | 
RouteData | find(IPathFinderProviderFactory factory,
 ConveyorNode<?> source,
 ConveyorNode<?> target,
 LengthUnits units,
 Predicate<ConveyorNode<?>> nodeFilter,
 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,
 Predicate<ConveyorNode<?>> nodeFilter,
 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,
 Predicate<ConveyorNode<?>> nodeFilter,
 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,
 Predicate<ConveyorNode<?>> nodeFilter,
 Predicate<ConveyorPath<?>> pathFilter,
 ConveyorPath<?>... conveyorsToInclude) |   | 
 
 
ConveyorNetworkPathFinder
 
public ConveyorNetworkPathFinder()
public RouteData find(IPathFinderProviderFactory factory,
 ConveyorPath<?> sourcePath,
 double sourceOffset,
 PathMovementDirection sourceDirection,
 ConveyorPath<?> targetPath,
 double targetOffset,
 PathMovementDirection targetDirection,
 LengthUnits units,
 Predicate<ConveyorNode<?>> nodeFilter,
 Predicate<ConveyorPath<?>> pathFilter,
 ConveyorPath<?>... conveyorsToInclude)