Class AddingProductionRule


  • public class AddingProductionRule
    extends ProductionRule
    A production rule which adds the production to the matched query
    Author:
    bratseth
    • Constructor Detail

      • AddingProductionRule

        public AddingProductionRule()
    • Method Detail

      • getSymbol

        protected java.lang.String getSymbol()
        Description copied from class: ProductionRule
        Returns the symbol of this production rule. All rules are on the form condition symbol production.
        Specified by:
        getSymbol in class ProductionRule