| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMaterializationRuleManager
Calculates and caches the rules of a basic grammar (i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexedMaterializationRuleManager
Computes and caches the rules for resolving a given violation point
for
IndexedNonterminals in addition to all Nonterminals
handled by DefaultMaterializationRuleManager. |
| Constructor and Description |
|---|
GeneralMaterializationStrategy(MaterializationRuleManager ruleManager,
GrammarResponseApplier ruleApplier)
Creates a new GeneralMaterializationStrategy using ruleManager to determine
which rules to apply to resolve a violationPoint and ruleApplier to apply
those rules to the graph.
|
Copyright © 2019. All rights reserved.