|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.isti.trinetwatch.controlAgentSim.StationTypeLevelInfo
This class holds information about a given level.
| Constructor Summary | |
StationTypeLevelInfo(int levelNum,
int levelTimeout,
java.lang.String scriptPath)
Create a new object of type StationTypeLevelInfo. |
|
| Method Summary | |
int |
getLevelNumber()
This method returns the level this object represents. |
java.lang.String |
getScriptPath()
This method returns the path for the script to execute when changing to this level. |
int |
getTimeout()
This method returns the timeout indicating the maximum length of time changeing to this level should take. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public StationTypeLevelInfo(int levelNum,
int levelTimeout,
java.lang.String scriptPath)
levelNum - The number of the level this object will hold information
for.levelTimeout - The maximum length of time changeing to this level
will take.scriptPath - The path to the script to be executed when changing to
this level.| Method Detail |
public int getLevelNumber()
public int getTimeout()
public java.lang.String getScriptPath()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||