public interface IProjectionModel
extends james.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.
|
int |
getYears()
Gets the number of projected years.
|
int getYears()
int getGenerations()
Map<ParameterInstance,SetType> getInstanceSetTypes()
int getMaximumAge()
Copyright © 2012. All Rights Reserved.