Uses of Interface
org.objectweb.medor.eval.api.BinaryEvaluatedTC

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

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

Classes in org.objectweb.medor.eval.lib that implement BinaryEvaluatedTC
 class BasicBinaryEvalutedTC
           
 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.