com.rubecula.darwin.foundation
Interface Individual
- All Superinterfaces:
- net.sf.tostring0.Identifiable
- All Known Subinterfaces:
- EcoFactor, Mortal, Organism
- All Known Implementing Classes:
- EcoFactor_, EcoFactor_Clients, EcoFactor_Humboldtian, EcoFactor_Number, EcoFactor_SootDensity, EcoFactor_TravelTimes, EcoFactor_TS, Organism_, Organism_Asexual, Organism_Sexual, Organism_TS
public interface Individual
- extends net.sf.tostring0.Identifiable
This concept represents an individual member of a Visualizable
community, an Organism
, for example.
- Author:
- Robin Hillyard
Methods inherited from interface net.sf.tostring0.Identifiable |
getIdentifier |
getVisualizable
Visualizable getVisualizable()
- Returns:
- the
Visualizable
object of which this Individual
is a member.
isNew
boolean isNew()
- Returns:
- true if this individual has not yet been visualized.
isVisible
boolean isVisible()
- Returns:
- true if this individual should be visualized.
Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.