com.metamatrix.query.processor.proc
Interface RepeatedInstruction

All Known Implementing Classes:
LoopInstruction, WhileInstruction

public interface RepeatedInstruction


Method Summary
 Program getNestedProgram()
           
 void postInstruction(ProcedurePlan procEnv)
           
 boolean testCondition(ProcedurePlan procEnv)
           
 

Method Detail

testCondition

boolean testCondition(ProcedurePlan procEnv)
                      throws MetaMatrixComponentException,
                             MetaMatrixProcessingException
Throws:
MetaMatrixComponentException
MetaMatrixProcessingException

getNestedProgram

Program getNestedProgram()

postInstruction

void postInstruction(ProcedurePlan procEnv)
                     throws MetaMatrixComponentException
Throws:
MetaMatrixComponentException


Copyright © 2009. All Rights Reserved.