public class OrExpression extends AbstractNonLeafExpression implements NonLeafExpression
Constructor and Description |
---|
OrExpression() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
boolean |
evaluate(User user)
Evaluates the expression against the user
|
addChild, getChildren
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addChild, getChildren
public OrExpression()
public boolean evaluate(User user)
Expression
evaluate
in interface Expression
user
- User to test the expression against.Copyright © 2011–2015 The Kuali Foundation. All rights reserved.