Interface ITransformationRule<Match extends IPatternMatch,​Matcher extends ViatraQueryMatcher<Match>>

    • Method Detail

      • getName

        java.lang.String getName()
      • getFilter

        EventFilter<? super Match> getFilter()
        Returns the event filter set up for this rule; if no specific filter is set up, an dedicated empty filter is returned
        Returns:
        the event filter for this rule, never null