public interface IPolicyPredicateParser
NOTE: The Policy Framework has been replaced by the Profile Framework.
| Modifier and Type | Method and Description |
|---|---|
IExpression |
parse(java.lang.String predicateExpression)
Deprecated.
Parse the predicate expression and return a vector of expressions.
|
IExpression parse(java.lang.String predicateExpression) throws EPolicyException
predicateExpression - The predicate expression as read from the
config file.EPolicyException