productionRuleSet property

Set<ProductionRule> productionRuleSet
final

The set of production rules for DolSystem. These dictate how the system's output is generated at generate.

Implementation

final Set<ProductionRule> productionRuleSet;