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, getChildrenclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChild, getChildrenpublic OrExpression()
public boolean evaluate(User user)
Expressionevaluate in interface Expressionuser - User to test the expression against.Copyright © 2011–2015 The Kuali Foundation. All rights reserved.