Exemplo n.º 1
0
 // Dependency rules are created from lines with
 // a specific extension algorithm (see CreateDependencyRules()
 // below. Hence, the constructor is private.
 private DependencyRule(IRuleMatch ruleMatch, DependencyRuleRepresentation rep)
 {
     _ruleMatch = ruleMatch;
     _rep = rep;
 }
Exemplo n.º 2
0
 // Dependency rules are created from lines with
 // a specific extension algorithm (see CreateDependencyRules()
 // below. Hence, the constructor is private.
 private DependencyRule(IRuleMatch ruleMatch, DependencyRuleRepresentation rep)
 {
     _ruleMatch = ruleMatch;
     _rep       = rep;
 }