org.ow2.clif.scenario.isac.engine.instructions
Class Instruction

java.lang.Object
  extended by 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

Field Summary
static int CONTROL
           
static int EXIT
           
static int GOTO
           
static int NCHOICE
           
static int SAMPLE
           
static int TEST
           
static int TIMER
           
 
Constructor Summary
Instruction()
           
 
Method Summary
abstract  int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

Instruction

public Instruction()
Method Detail

getType

public abstract int getType()