Interface INeighborStrategy

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface INeighborStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the collection of vectors to check for neighbor nodes.
  • Method Details

    • getOffsets

      Iterable<PathVector> getOffsets()
      Gets the collection of vectors to check for neighbor nodes.
      Returns:
      An iterable of PathVectors.