com.rubecula.darwin.foundation
Interface Visualizable

All Superinterfaces:
Censusible, Countable, net.sf.tostring0.Identifiable
All Known Subinterfaces:
Colony, Environment
All Known Implementing Classes:
Colony_, Colony_Mayrian, Environment_, Environment_Muirian, Environment_PepperedMoth, Environment_Susceptible, Environment_TS, Population_, Population_Malthusian, Population_Managed, Population_TS

public interface Visualizable
extends net.sf.tostring0.Identifiable, Countable, Censusible

Author:
Robin Hillyard

Method Summary
 java.util.Collection<Individual> getIndividuals()
           
 Realm getRealm()
           
 Sink getSink()
           
 
Methods inherited from interface net.sf.tostring0.Identifiable
getIdentifier
 
Methods inherited from interface com.rubecula.darwin.foundation.Countable
getCount
 
Methods inherited from interface com.rubecula.darwin.domain.helper.Censusible
censusMe, getCensusibleChildren
 

Method Detail

getIndividuals

java.util.Collection<Individual> getIndividuals()
Returns:
a collection of individuals which make up this Visualizable

getRealm

Realm getRealm()
Returns:
the realm in which this Visualizable object exists.

getSink

Sink getSink()
Returns:
an output destination for informational messages


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