org.objectweb.medor.eval.lib
Class BasicBinaryEvalutedTC

java.lang.Object
  extended byorg.objectweb.medor.eval.lib.BasicBinaryEvalutedTC
All Implemented Interfaces:
BinaryEvaluatedTC, TupleCollection
Direct Known Subclasses:
BinaryImplicitTC, CartesianEvaluatedTC, NestEvaluatedTC, ProjectEvaluatedTC, SelProjEvaluatedTC

public abstract class BasicBinaryEvalutedTC
extends java.lang.Object
implements BinaryEvaluatedTC

Author:
S.Chassande-Barrioz

Field Summary
protected  boolean closed
           
protected  boolean debug
           
protected  Logger log
           
 
Constructor Summary
BasicBinaryEvalutedTC()
           
 
Method Summary
 void close()
          It closes the TupleCollection, relaeases used resources (example : ResultSet).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.medor.eval.api.BinaryEvaluatedTC
getLeftTCCursor, getRightTCCursor
 
Methods inherited from interface org.objectweb.medor.tuple.api.TupleCollection
first, getMetaData, getRow, getTuple, getTuple, isEmpty, isLast, next, row
 

Field Detail

closed

protected boolean closed

log

protected Logger log

debug

protected boolean debug
Constructor Detail

BasicBinaryEvalutedTC

public BasicBinaryEvalutedTC()
Method Detail

close

public void close()
           throws MedorException
Description copied from interface: TupleCollection
It closes the TupleCollection, relaeases used resources (example : ResultSet). The next uses of the TupleCollection will throw an exception.

Specified by:
close in interface TupleCollection
Throws:
MedorException