Returns the RuleID uniquely identifying this ScoringRule.
(self)
| 108 | self._dependencies = dependencies |
| 109 | |
| 110 | def get_rule_id(self) -> RuleID: |
| 111 | """Returns the RuleID uniquely identifying this ScoringRule.""" |
| 112 | return self._ruleID |
| 113 | |
| 114 | def get_name(self) -> str: |
| 115 | """Returns a string combining the name and version to uniquely name the logic of the ScoringRule.""" |
no outgoing calls
no test coverage detected