Interface AdjacencyMap<E>

Type Parameters:
E - the type of directed edges used by the graph.
All Known Implementing Classes:
GroundMovementAdjacency, NextStepsAdjacencyMap

public interface AdjacencyMap<E>
Factory for retrieving neighbouring edges.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getAdjacent

      Collection<E> getAdjacent(E e)
      Parameters:
      e - a directed edge
      Returns:
      all the edges that lead from destination node of e