(file) Return to CQLSimplePredicateRep.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / CQL

Diff for /pegasus/src/Pegasus/CQL/CQLSimplePredicateRep.h between version 1.1.2.7 and 1.1.2.8

version 1.1.2.7, 2004/09/29 17:32:45 version 1.1.2.8, 2004/10/18 21:34:18
Line 97 
Line 97 
       */       */
     Boolean evaluate(CIMInstance CI, QueryContext& QueryCtx);     Boolean evaluate(CIMInstance CI, QueryContext& QueryCtx);
  
     CQLExpression getLeftExpression();      CQLExpression getLeftExpression()const;
  
     CQLExpression getRightExpression();      CQLExpression getRightExpression()const;
  
     enum ExpressionOpType getOperation();      enum ExpressionOpType getOperation()const;
  
     void applyContext(QueryContext& queryContext);     void applyContext(QueryContext& queryContext);
  
     String toString();      String toString()const;
  
     Boolean isSimple();      Boolean isSimple()const;
  
     Boolean isSimpleValue();      Boolean isSimpleValue()const;
  
     friend class CQLFactory;     friend class CQLFactory;
   private:   private:


Legend:
Removed from v.1.1.2.7  
changed lines
  Added in v.1.1.2.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2