Class CollectionMatchExpression


  • public class CollectionMatchExpression
    extends AbstractRuleMatchExpression
    Implements a collection match expression.
    Author:
    Holger Eichelberger
    • Constructor Detail

      • CollectionMatchExpression

        public CollectionMatchExpression​(Expression expression)
                                  throws VilException
        Creates a new collection match expression.
        Parameters:
        expression - an expression which evaluates to a collection
        Throws:
        VilException - in case that the expression does not evaluate to a collection