org.ow2.clif.scenario.isac.engine.instructions
Class Instruction
java.lang.Object
org.ow2.clif.scenario.isac.engine.instructions.Instruction
- Direct Known Subclasses:
- ControlInstruction, ExitInstruction, GotoInstruction, NChoiceInstruction, SampleInstruction, TestInstruction, TimerInstruction
public abstract class Instruction
- extends java.lang.Object
- Author:
- Emmanuel Varoquaux
Method Summary |
abstract int |
getType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAMPLE
public static final int SAMPLE
- See Also:
- Constant Field Values
TIMER
public static final int TIMER
- See Also:
- Constant Field Values
CONTROL
public static final int CONTROL
- See Also:
- Constant Field Values
TEST
public static final int TEST
- See Also:
- Constant Field Values
GOTO
public static final int GOTO
- See Also:
- Constant Field Values
NCHOICE
public static final int NCHOICE
- See Also:
- Constant Field Values
EXIT
public static final int EXIT
- See Also:
- Constant Field Values
Instruction
public Instruction()
getType
public abstract int getType()