Package net.sf.freecol.server.ai
Class ColonyPlan.BuildPlan
- java.lang.Object
-
- net.sf.freecol.server.ai.ColonyPlan.BuildPlan
-
- Enclosing class:
- ColonyPlan
private static class ColonyPlan.BuildPlan extends java.lang.Object
The things to build, and their priority.
-
-
Field Summary
Fields Modifier and Type Field Description double
difficulty
double
support
BuildableType
type
double
weight
-
Constructor Summary
Constructors Constructor Description BuildPlan(BuildableType type, double weight, double support)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getValue()
java.lang.String
toString()
-
-
-
Field Detail
-
type
public final BuildableType type
-
weight
public double weight
-
support
public double support
-
difficulty
public double difficulty
-
-
Constructor Detail
-
BuildPlan
public BuildPlan(BuildableType type, double weight, double support)
-
-