unity.predicates
Class Not

java.lang.Object
  extended by unity.predicates.SelectionPredicate
      extended by unity.predicates.Not

public class Not
extends SelectionPredicate


Constructor Summary
Not(SelectionPredicate p1)
           
 
Method Summary
 boolean evaluate(Tuple t)
           
 java.lang.String toString(Relation relation)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Not

public Not(SelectionPredicate p1)
Method Detail

evaluate

public boolean evaluate(Tuple t)
                 throws java.sql.SQLException
Specified by:
evaluate in class SelectionPredicate
Throws:
java.sql.SQLException

toString

public java.lang.String toString(Relation relation)
Specified by:
toString in class SelectionPredicate