Interface IPolicyPredicateParser


public interface IPolicyPredicateParser
Interface for policy predicate parsers.

 NOTE:  The Policy Framework has been replaced by the Profile Framework.
 

Version:
$Revision$, $Date$
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(String predicateExpression)
    Parse the predicate expression and return a vector of expressions.
  • Method Details

    • parse

      IExpression parse(String predicateExpression) throws EPolicyException
      Parse the predicate expression and return a vector of expressions.
      Parameters:
      predicateExpression - The predicate expression as read from the config file.
      Returns:
      expVector The vector of expressions.
      Throws:
      EPolicyException