|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--autohit.Sim
Sim is the basic class for a simulation. Each represents a use-flow for a single user. It can handle authentication for a single user.
Sim's do not have a version reference. Putting a compiled Sim from one version into a vm of another version can have unpredictable results.
When creating a new Sim, you must call the init() member after construction. If you do not, you will eventually get an internal exception. If you are deserializing, don't worry about it.
| Field Summary | |
java.util.Vector |
exec
A vector containing the Simulation executable. |
java.lang.String |
name
This sim's name. |
java.lang.String |
note
Associated note. |
| Constructor Summary | |
Sim()
Default Constructor. |
|
| Method Summary | |
void |
init()
Initializes a brand-new Sim(). |
java.lang.String |
toString()
Dump this SIM. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
public java.util.Vector exec
VMInstructionpublic java.lang.String name
public java.lang.String note
| Constructor Detail |
public Sim()
init()| Method Detail |
public void init()
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||