public interface IProjectionModel
extends org.jamesii.core.model.IModel
Modifier and Type | Method and Description |
---|---|
List<SetType> |
getAllSetTypes()
Returns list of all
SetType objects, the custom ones and the
default one. |
int |
getGenerations()
Gets the number of projected generations.
|
Map<ParameterInstance,SetType> |
getInstanceSetTypes()
Gets the map parameter instance => Settype.
|
int |
getMaximumAge()
Gets the maximum age.
|
SubPopulationModel |
getSubPopulationModel()
Returns the
SubPopulationModel this projection assumes. |
int |
getYears()
Gets the number of projected years.
|
changed, changed, getMediator, registerObserver, setMediator, unregisterObserver, unregisterObservers
compareTo
int getYears()
int getGenerations()
Map<ParameterInstance,SetType> getInstanceSetTypes()
int getMaximumAge()
List<SetType> getAllSetTypes()
SetType
objects, the custom ones and the
default one.SubPopulationModel getSubPopulationModel()
SubPopulationModel
this projection assumes.SubPopulationModel
of the projectionCopyright © 2013. All Rights Reserved.