|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines the Parameters for the AuthorManager module of Tarl. These parameters are used only by the AuthorManager module.
ExecuterParameters| Method Summary | |
int |
getMaximumAge()
Returns the maximum age of the Authors |
int |
getNumCoAuthors()
Returns the number of co-authors for each Author |
int |
getNumDeactivationAuthors()
Returns the number of Authors to be deactivated in numDeactivationYears years |
int |
getNumDeactivationYears()
Returns the number of years in which deactivation is supposed to take place |
void |
initializeDefault()
Initializes the AuthorParameters with default values |
void |
setMaximumAge(int maximumAge)
Stores the maximum age of the Authors |
void |
setNumCoAuthors(int numCoAuthors)
Stores the number of co-authors for each Author |
void |
setNumDeactivationAuthors(int numDeactivationAuthors)
Stores the number of Authors to be deactivated in numDeactivationYears years |
void |
setNumDeactivationYears(int numDeactivationYears)
Stores the number of years in which deactivation is supposed to take place |
| Method Detail |
public void initializeDefault()
AuthorParameters with default values
public int getMaximumAge()
Authors
public int getNumDeactivationAuthors()
Authors to be deactivated in numDeactivationYears years
public int getNumDeactivationYears()
public int getNumCoAuthors()
Author
public void setMaximumAge(int maximumAge)
throws TarlException
Authors
maximumAge - the maximum age of the authors
TarlException - if the field is set with an invalid value
public void setNumDeactivationAuthors(int numDeactivationAuthors)
throws TarlException
Authors to be deactivated in numDeactivationYears years
numDeactivationAuthors - the number of authors to be deactivate in numDeactivationYears years
TarlException - if the field is set with an invalid value
public void setNumDeactivationYears(int numDeactivationYears)
throws TarlException
numDeactivationYears - the number of years in which deactivation is supposed to take place
TarlException - if the field is set with an invalid value
public void setNumCoAuthors(int numCoAuthors)
throws TarlException
Author
numCoAuthors - the number of co-authors for each author
TarlException - if the field is set with an invalid value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||