Class ProductionList

java.lang.Object
com.yahoo.prelude.semantics.rule.ProductionList

public class ProductionList extends Object
A list of the productions of a rule
Author:
bratseth
  • Constructor Details

    • ProductionList

      public ProductionList()
  • Method Details

    • addProduction

      public void addProduction(Production term)
    • productionList

      public List<Production> productionList()
      Returns an unmodifiable view of the productions in this
    • getTermCount

      public int getTermCount()
    • produce

      public void produce(RuleEvaluation e)
    • toString

      public String toString()
      Overrides:
      toString in class Object