EVEDemo.SWEEP
Class LocalCondition

java.lang.Object
  |
  +--EVEDemo.SWEEP.LocalCondition

public class LocalCondition
extends java.lang.Object
implements java.io.Serializable

LocalCondition is the condition with one Relation. e.g. R.A = 5, R.B > 5 or R.C < 10, etc.

See Also:
Serialized Form

Field Summary
(package private)  Operator Op
           
(package private)  Attribute Operand1
           
(package private)  PrimitiveValue Operand2
           
 
Constructor Summary
LocalCondition(Attribute attr, Operator newOp, PrimitiveValue value)
           
 
Method Summary
 java.lang.String getSQL()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

Operand1

Attribute Operand1

Op

Operator Op

Operand2

PrimitiveValue Operand2
Constructor Detail

LocalCondition

public LocalCondition(Attribute attr,
                      Operator newOp,
                      PrimitiveValue value)
               throws java.lang.Exception
Method Detail

getSQL

public java.lang.String getSQL()