public class AndPredicate extends CompositePredicate
m_clauses| Constructor and Description |
|---|
AndPredicate()
Create an empty AndPredicate.
|
AndPredicate(Predicate p1)
Create a new AndPredicate.
|
AndPredicate(Predicate p1,
Predicate p2)
Create a new AndPredicate.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean(Tuple t)
By default, throws an UnsupportedOperationException.
|
java.lang.String |
toString() |
add, addChildListeners, clear, get, getSubPredicate, remove, removeChildListeners, set, set, size, toString, visitget, getTypeaddExpressionListener, expressionChanged, fireExpressionChange, getDouble, getFloat, getInt, getLong, hasListeners, removeExpressionListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddExpressionListener, getDouble, getFloat, getInt, getLong, removeExpressionListenerpublic AndPredicate()
public AndPredicate(Predicate p1)
p1 - the sole clause of this predicatepublic boolean getBoolean(Tuple t)
AbstractExpressiongetBoolean in interface ExpressiongetBoolean in class AbstractExpressiont - the input TupleExpression.getBoolean(prefuse.data.Tuple)public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()