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
-
-
Constructor Summary
Constructors Constructor Description Instruction()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract intgetType()
-
-
-
Field Detail
-
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
-
-