Class LogicParser

java.lang.Object
edu.uky.ai.io.Parser
edu.uky.ai.logic.io.LogicParser
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
PredicateLogicParser, PropositionalLogicParser

public abstract class LogicParser extends Parser
Contains common parsing rules that apply to many kinds of logic.
Author:
Stephen G. Ware
  • Constructor Details

    • LogicParser

      public LogicParser()
      Constructs a new parser.