|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines the Parameters for the Executer module of Tarl. These parameters are used only by the Executer module.
HelperParameters| Method Summary | |
AuthorParameters |
getAuthorParameters()
Returns the ParametersInterface for the Author module of Tarl |
int |
getNumAuthorsAtStart()
Returns the number of Authors at the start of the Model |
int |
getNumCreationAuthors()
Returns the number of Authors to be created in numCreationYears years |
int |
getNumCreationYears()
Returns the number of years in which creation is supposed to take place |
int |
getNumPublicationsAtStart()
Returns the number of Publications at the start of the Model |
PublicationParameters |
getPublicationParameters()
Returns the ParametersInterface for the Publication module of Tarl |
TopicParameters |
getTopicParameters()
Returns the ParametersInterface for the Topic module of Tarl |
YearInformation |
getYearInformation()
Returns the YearInformation for the model |
void |
initializeDefault()
Initializes the ExecuterParameters with default values |
void |
setNumAuthorsAtStart(int numAuthorsAtStart)
Stores the number of authors at the start of the Model |
void |
setNumCreationAuthors(int numCreationAuthors)
Stores the number of Authors to be created in numCreationYears years |
void |
setNumCreationYears(int numCreationYears)
Stores the number of years in which creation is supposed to take place |
void |
setNumPublicationsAtStart(int numPublicationsAtStart)
Stores the number of publications at the start of the Model |
| Method Detail |
public void initializeDefault()
ExecuterParameters with default values
public int getNumAuthorsAtStart()
Authors at the start of the Model
public int getNumPublicationsAtStart()
Publications at the start of the Model
public int getNumCreationAuthors()
Authors to be created in numCreationYears years
public int getNumCreationYears()
public void setNumAuthorsAtStart(int numAuthorsAtStart)
throws TarlException
numAuthorsAtStart - the number of authors at the start of the Model
TarlException - if the field is set with an invalid value
public void setNumPublicationsAtStart(int numPublicationsAtStart)
throws TarlException
numPublicationsAtStart - the number of publications at the start of the Model
TarlException - if the field is set with an invalid value
public void setNumCreationAuthors(int numCreationAuthors)
throws TarlException
Authors to be created in numCreationYears years
numCreationAuthors - the number of authors to be created in numCreationYears years
TarlException - if the field is set with an invalid value
public void setNumCreationYears(int numCreationYears)
throws TarlException
numCreationYears - the number of years in which creation is supposed to take place
TarlException - if the field is set with an invalid valuepublic PublicationParameters getPublicationParameters()
Publication module of Tarl
public AuthorParameters getAuthorParameters()
Author module of Tarl
public TopicParameters getTopicParameters()
Topic module of Tarl
public YearInformation getYearInformation()
YearInformation for the model
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||