com.rubecula.darwin.domain.helper
Interface EcoFactor
- All Superinterfaces:
- Attribute, Censusible, net.sf.tostring0.Identifiable, Individual
- All Known Implementing Classes:
- EcoFactor_, EcoFactor_Clients, EcoFactor_Humboldtian, EcoFactor_Number, EcoFactor_SootDensity, EcoFactor_TravelTimes, EcoFactor_TS
public interface EcoFactor
- extends Attribute, Individual, Censusible
Defines the methods supported by the EcoFactor interface. An
Environment
is a set of EcoFactor
instances.
- Author:
- Robin Hillyard
Methods inherited from interface net.sf.tostring0.Identifiable |
getIdentifier |
getEnvironment
Environment getEnvironment()
- Returns:
- the environment to which this factor belongs.
setEnvironment
void setEnvironment(Environment environment)
- Parameters:
environment
-
update
boolean update(EcoFactor other)
- Parameters:
other
- the factor which will be used to update this factor
- Returns:
- true if this EcoFactor has been updated.
Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.