Uses of Class
org.objectweb.medor.eval.lib.BasicBinaryEvalutedTC

Packages that use BasicBinaryEvalutedTC
org.objectweb.medor.eval.lib   
 

Uses of BasicBinaryEvalutedTC in org.objectweb.medor.eval.lib
 

Subclasses of BasicBinaryEvalutedTC in org.objectweb.medor.eval.lib
 class BinaryImplicitTC
          This class represents TupleCollection result of filtering or joining then projecting of two sub TupleCollection.
 class CartesianEvaluatedTC
          This class is the implementation of a catesian result betwin two TupleCollection.
 class NestEvaluatedTC
          This class represent is TupleCollection Result of the Nest Operation.
 class ProjectEvaluatedTC
          A project Operation QueryNode is performed by this TupleCollection.
 class SelProjEvaluatedTC
          This classe is a TupleCollection result of a Select + Project Operations.