aima.logic.propositional.parsing.ast
Class AtomicSentence

java.lang.Object
  extended by aima.logic.propositional.parsing.ast.Sentence
      extended by aima.logic.propositional.parsing.ast.AtomicSentence
All Implemented Interfaces:
ParseTreeNode
Direct Known Subclasses:
FalseSentence, Symbol, TrueSentence

public abstract class AtomicSentence
extends Sentence


Constructor Summary
AtomicSentence()
           
 
Method Summary
 
Methods inherited from class aima.logic.propositional.parsing.ast.Sentence
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomicSentence

public AtomicSentence()