public class Not<T> extends Object implements Expression<T>
Copyright © Enremmeta LLC 2015. All Rights Reserved.
Modifier and Type | Field and Description |
---|---|
private Expression<T> |
term |
Constructor and Description |
---|
Not(Expression<T> term) |
Not(T term) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
boolean |
eval(Set<T> received) |
String |
getName() |
String |
toString() |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
log
private Expression<T> term
public Not(Expression<T> term)
public Not(T term)
public boolean eval(Set<T> received)
eval
in interface Expression<T>
public String getName()
getName
in interface Expression<T>