Class ReplacingProductionRule


  • public class ReplacingProductionRule
    extends ProductionRule
    A production rule which replaces matched terms by the production
    Author:
    bratseth
    • Constructor Detail

      • ReplacingProductionRule

        public ReplacingProductionRule()
    • 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