public class NotExpression extends Object implements NonLeafExpression
Constructor and Description |
---|
NotExpression() |
Modifier and Type | Method and Description |
---|---|
NonLeafExpression |
addChild(Expression expression) |
boolean |
equals(Object obj) |
boolean |
evaluate(User user)
Evaluates the expression against the user
|
List<Expression> |
getChildren() |
public NotExpression()
public boolean evaluate(User user)
Expression
evaluate
in interface Expression
user
- User to test the expression against.public NonLeafExpression addChild(Expression expression)
addChild
in interface NonLeafExpression
public List<Expression> getChildren()
getChildren
in interface NonLeafExpression
Copyright © 2011–2015 The Kuali Foundation. All rights reserved.