com.rubecula.darwin.domain.environment
Class EcoSystem

java.lang.Object
  extended by net.sf.tostring0.AToString
      extended by com.rubecula.darwin.domain.environment.EcoSystem
All Implemented Interfaces:
Countable, java.lang.Cloneable, net.sf.tostring0.IToString

public class EcoSystem
extends net.sf.tostring0.AToString
implements Countable, java.lang.Cloneable

The type holds a map of eco factors for an environment. Since it's only used by Environment (i.e. this package) most of the methods are of package scope only. It could conceivably be defined as a class within the Environment_ class. Logically parallel class to TraitMap.

Author:
Robin Hillyard

Field Summary
 
Fields inherited from interface net.sf.tostring0.IToString
ANGBR_OPEN, ANGBRA_CLSE, BRA_CLSE, BRA_OPEN, BRCE_OPEN, BRCS_CLSE, COLON, LIST_SEPARATOR, MAX_ELEMENTS_DEFAULT, S_MT, S_PERCENT, SEPARATOR, SPACE
 
Method Summary
 java.lang.Object clone()
           
 int getCount()
          TEST
 
Methods inherited from class net.sf.tostring0.AToString
toString, toString, toStringBrief, toStringId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException
See Also:
Object.clone()

getCount

public int getCount()
TEST

Specified by:
getCount in interface Countable
Returns:
the number of members of this group.
See Also:
Countable.getCount()


Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.