Class ColonyPlan.BuildPlan

  • Enclosing class:
    ColonyPlan

    private static class ColonyPlan.BuildPlan
    extends java.lang.Object
    The things to build, and their priority.
    • Field Detail

      • weight

        public double weight
      • support

        public double support
      • difficulty

        public double difficulty
    • Constructor Detail

      • BuildPlan

        public BuildPlan​(BuildableType type,
                         double weight,
                         double support)
    • Method Detail

      • getValue

        public double getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object