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
 StringgetName()
          Return the name of this SimpleLandResource.
 protected voidsetName(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

Constructor Detail

SimpleLandResource

public SimpleLandResource(String name, double value, double min, double max, boolean visible, String determination)
Constructor for a SimpleLandResource.
Method Detail

getName

public String getName()
Return the name of this SimpleLandResource.

setName

protected void setName(String name)
Set the name of this SimpleLandResource.

Association Links

to Class java.lang.String

The name of this SimpleLandResource.

a gvijf production