Class ShortestPathFinder.AeroMovePathRelaxer

java.lang.Object
megamek.common.pathfinder.ShortestPathFinder.AeroMovePathRelaxer
All Implemented Interfaces:
AbstractPathFinder.EdgeRelaxer<MovePath,MovePath>
Enclosing class:
ShortestPathFinder

public static class ShortestPathFinder.AeroMovePathRelaxer extends Object implements AbstractPathFinder.EdgeRelaxer<MovePath,MovePath>
Relaxes edge based on the supplied comparator, with special considerations for flying off the map (since this will likely always look back to the comparator).