Interface SimpleBooleanExpression

  • All Known Implementing Classes:
    IsDefinedCondition

    public interface SimpleBooleanExpression
    Created by luigidellaquila on 21/11/16.
    • Method Detail

      • getMatchPatternInvolvedAliases

        List<String> getMatchPatternInvolvedAliases()
        if the condition involved the current pattern (MATCH statement, eg. $matched.something = foo), returns the name of involved pattern aliases ("something" in this case)
        Returns:
        a list of pattern aliases involved in this condition. Null it does not involve the pattern