Interface WeightedPath

All Superinterfaces:
Iterable<Entity>, Path

public interface WeightedPath extends Path
A Path that has an associated weight.
  • Method Details

    • weight

      double weight()
      Returns the weight of the path.
      Returns:
      the weight of the path.