com.rubecula.darwin.examples.travelingsalesman
Class EcoFactor_TS

java.lang.Object
  extended by net.sf.tostring0.AToString
      extended by com.rubecula.darwin.domain.helper.Attribute_
          extended by com.rubecula.darwin.domain.environment.EcoFactor_
              extended by com.rubecula.darwin.examples.travelingsalesman.EcoFactor_TS
All Implemented Interfaces:
Attribute, Censusible, EcoFactor, Individual, java.lang.Cloneable, net.sf.tostring0.Identifiable, net.sf.tostring0.IToString
Direct Known Subclasses:
EcoFactor_Clients, EcoFactor_TravelTimes

public abstract class EcoFactor_TS
extends EcoFactor_

Author:
Robin Hillyard

Field Summary
 
Fields inherited from class com.rubecula.darwin.domain.environment.EcoFactor_
LOG
 
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
 
Constructor Summary
protected EcoFactor_TS(java.lang.Object identifier, java.lang.Object value)
           
 
Method Summary
 boolean isNew()
           
 boolean isVisible()
           
 boolean update(EcoFactor other)
           
 
Methods inherited from class com.rubecula.darwin.domain.environment.EcoFactor_
censusMe, clone, getCensusibleChildren, getEnvironment, getVisualizable, setEnvironment, toString
 
Methods inherited from class com.rubecula.darwin.domain.helper.Attribute_
equals, getAttribute, getIdentifier, getValue, hashCode, setValue
 
Methods inherited from class net.sf.tostring0.AToString
toString, toStringBrief, toStringId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.rubecula.darwin.domain.helper.Attribute
getAttribute, getValue, setValue
 
Methods inherited from interface net.sf.tostring0.Identifiable
getIdentifier
 

Constructor Detail

EcoFactor_TS

protected EcoFactor_TS(java.lang.Object identifier,
                       java.lang.Object value)
Parameters:
identifier -
value -
Method Detail

isNew

public boolean isNew()
Returns:
false
See Also:
Individual.isNew()

isVisible

public boolean isVisible()
Returns:
false
See Also:
Individual.isVisible()

update

public boolean update(EcoFactor other)
Parameters:
other - the factor which will be used to update this factor
Returns:
true if this EcoFactor has been updated
See Also:
EcoFactor.update(com.rubecula.darwin.domain.helper.EcoFactor)


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