|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines the Parameters for the PublicationManager module of Tarl. These parameters are used only by the PublicationManager module.
ExecuterParameters| Method Summary | |
boolean |
getAgingEnabled()
Returns whether aging has been enabled for the model or not |
int |
getNumLevelsReferences()
Returns the number of levels of references considered for reading publications |
int |
getNumPublicationsCited()
Returns the number of Publications to be cited |
int |
getNumPublicationsRead()
Returns the number of Publications to be read |
int |
getNumPublicationsWritten()
Returns the number of Publications to be written by each Author each year |
YearInformation |
getYearInformation()
Returns the YearInformation for the model |
void |
initializeDefault()
Initializes the PublicationParameters with default values |
void |
setAgingEnabled(boolean agingEnabled)
Stores whether aging has been enabled for the model or not |
void |
setNumLevelsReferences(int numLevelsReferences)
Stores the number of levels of references considered for reading Publications |
void |
setNumPublicationsCited(int numPublicationsCited)
Stores the number of Publications to be cited |
void |
setNumPublicationsRead(int numPublicationsRead)
Stores the number of Publications to be read |
void |
setNumPublicationsWritten(int numPublicationsWritten)
Stores the number of Publications to be written by each Author each year |
void |
setYearInformation(YearInformation yearInformation)
Stores the YearInformation for the model |
| Method Detail |
public void initializeDefault()
PublicationParameters with default values
public boolean getAgingEnabled()
public int getNumPublicationsRead()
Publications to be read
public int getNumPublicationsCited()
Publications to be cited
public int getNumPublicationsWritten()
Publications to be written by each Author each year
public int getNumLevelsReferences()
publications
public void setAgingEnabled(boolean agingEnabled)
throws TarlException
agingEnabled - Specifies whether aging has been enabled
TarlException - if the field is set with an invalid value
public void setNumPublicationsRead(int numPublicationsRead)
throws TarlException
Publications to be read
numPublicationsRead - the number of publications to be read
TarlException - if the field is set with an invalid value
public void setNumPublicationsCited(int numPublicationsCited)
throws TarlException
Publications to be cited
numPublicationsCited - the number of publications to be cited
TarlException - if the field is set with an invalid value
public void setNumPublicationsWritten(int numPublicationsWritten)
throws TarlException
Publications to be written by each Author each year
numPublicationsWritten - the number of publications to be written by each author each year
TarlException - if the field is set with an invalid value
public void setNumLevelsReferences(int numLevelsReferences)
throws TarlException
Publications
numLevelsReferences - the number of levels of references considered for reading publications
TarlException - if the field is set with an invalid valuepublic YearInformation getYearInformation()
YearInformation for the model
public void setYearInformation(YearInformation yearInformation)
YearInformation for the model
yearInformation - Specifies the year information for the model
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||