Class RegexProjectPredicate

    • Field Detail

      • pattern

        protected final dk.brics.automaton.RunAutomaton pattern
    • Constructor Detail

      • RegexProjectPredicate

        public RegexProjectPredicate​(String re)
    • Method Detail

      • match

        public boolean match​(ChangeData object)
        Description copied from interface: Matchable
        Does this predicate match this object?
      • getCost

        public int getCost()
        Returns:
        a cost estimate to run this predicate, higher figures cost more.