com.metamatrix.query.processor.proc
Interface RepeatedInstruction
- All Known Implementing Classes:
- LoopInstruction, WhileInstruction
public interface RepeatedInstruction
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.