Package org.ossreviewtoolkit.evaluator
Class Rule.RuleMatcherManager
-
- All Implemented Interfaces:
public final class Rule.RuleMatcherManagerA DSL helper class, providing convenience functions for adding RuleMatchers to this rule.
-
-
Constructor Summary
Constructors Constructor Description Rule.RuleMatcherManager()
-
Method Summary
Modifier and Type Method Description final UnitunaryPlus(RuleMatcher $self)Add a RuleMatcher to this rule. final UnitunaryMinus(RuleMatcher $self)Add the negation of a RuleMatcher to this rule. -
-
Method Detail
-
unaryPlus
final Unit unaryPlus(RuleMatcher $self)
Add a RuleMatcher to this rule.
-
unaryMinus
final Unit unaryMinus(RuleMatcher $self)
Add the negation of a RuleMatcher to this rule.
-
-
-
-