Package megamek.common.pathfinder
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
-
Method Details
-
getAdjacent
- Parameters:
e- a directed edge- Returns:
- all the edges that lead from destination node of e
-