Serialized Form
exec
java.util.Vector exec
- A vector containing the Scenario executable.
Each member-object will be a vmInstruction derived class object.
- See Also:
VMInstruction
name
java.lang.String name
- This scenario's name.
note
java.lang.String note
- Associated note.
exec
java.util.Vector exec
- A vector containing the Simulation executable.
Each member-object will be a vmInstruction derived class object.
- See Also:
VMInstruction
name
java.lang.String name
- This sim's name.
NOTE! SimCompiler currently requires a uid attribute for the tag,
but it isn't used for anything now.
note
java.lang.String note
- Associated note.
Package autohit.transport |
numeric
int numeric
- Numeric.
name
java.lang.String name
- Variable name.
value
java.lang.String value
- Numeric value and/or variable reference.
expected
int expected
- The expected crc value.
content
java.lang.String content
- Any content.
invocation
java.lang.String invocation
- The invocation.
count
java.lang.String count
- Count variable. Will contain a variable reference. Should
the referenced variable = "0", the for should break.
target
int target
- Target for when the FOR is broken.
qs
java.lang.String qs
- The query string. For the HTTP Transport this will be a URL without the
domain.
name
java.lang.String name
- Variable name.
value
java.lang.String value
- Variable value.
e
java.lang.String e
- Expression.
target
int target
- False target. Jump here is expression resolves as false
value
java.lang.String value
- Value.
target
int target
- The jump target address.
iv
boolean iv
- Detected imbedded variable. An optimization,
nToken
int nToken
- Numeric token.
name
java.lang.String name
- Variable name.
value
java.lang.String value
- Variable value.
expected
java.lang.String expected
- The expected string to seek.
name
java.lang.String name
- Variable name.
value
java.lang.String value
- Variable value.
size
int size
- Content size.
time
java.lang.String time
- The length of time to wait measured in milliseconds.
This is a String and not an int so that we can do variable
substitution.
e
java.lang.String e
- Expresion
target
int target
- Target if expression true.
value
java.lang.String value
- Test value.