XTAS Project (0.6 beta)

xtas
Interface InstructionsSupport

All Known Implementing Classes:
Statement

public interface InstructionsSupport

XTAS Statement's instructions life-cycle supported operations.

Version:
$Id: InstructionsSupport.java,v 1.2 2003/03/26 11:34:29 geaz Exp $

Method Summary
 void addInstruction(java.lang.String type, java.lang.String match, UniFormTree newValue)
           
 Instruction[] getInstructions()
           
 Instruction pickNextInstruction()
           
 

Method Detail

pickNextInstruction

public Instruction pickNextInstruction()
                                throws ForbiddenOperationException

addInstruction

public void addInstruction(java.lang.String type,
                           java.lang.String match,
                           UniFormTree newValue)
                    throws InvalidStatementException

getInstructions

public Instruction[] getInstructions()

XTAS Project (0.6 beta)