|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProjectionModel
Currently this is a simple marker interface.
Method Summary | |
---|---|
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. |
Methods inherited from interface james.core.model.IModel |
---|
cleanUp, init, setAccessRestriction |
Methods inherited from interface james.core.base.INamedEntity |
---|
compareTo, getName, setName |
Methods inherited from interface james.core.base.IEntity |
---|
getCompleteInfoString, getSimpleId |
Methods inherited from interface james.core.observe.IObservable |
---|
changed, getMediator, registerObserver, setMediator, unregisterObserver, unregisterObservers |
Method Detail |
---|
int getYears()
int getGenerations()
Map<ParameterInstance,SetType> getInstanceSetTypes()
int getMaximumAge()
List<SetType> getAllSetTypes()
SetType
objects, the custom ones and the
default one.
SetType
objects defined in this scenario (at
least the default SetType
is defined)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |