evolution.lands
Class SimpleLandResource
evolution.lands.LandResource
|
+--evolution.lands.SimpleLandResource
- public class SimpleLandResource
- extends LandResource
SimpleLandResource represents all LandResources for which no extra code
should be written to define the behaviour.
Constructor Summary |
SimpleLandResource(String name, double value, double min, double max, boolean visible, String determination) Constructor for a SimpleLandResource. |
Method Summary |
String | getName() Return the name of this SimpleLandResource. |
protected void | setName(String name) Set the name of this SimpleLandResource. |
Methods inherited from class evolution.lands.LandResource |
extract, getDetermination, getState, getValue, getVisibleValue, getVisibleValueAsString, isBoundary, isVisible, setBounds, setDetermination, setValue, setVisible |
SimpleLandResource
public SimpleLandResource(String name, double value, double min, double max, boolean visible, String determination)
- Constructor for a SimpleLandResource.
getName
public String getName()
- Return the name of this SimpleLandResource.
setName
protected void setName(String name)
- Set the name of this SimpleLandResource.
to Class java.lang.String- The name of this SimpleLandResource.