aima.logic.propositional.parsing.ast
Class ComplexSentence

java.lang.Object
  extended by aima.logic.propositional.parsing.ast.Sentence
      extended by aima.logic.propositional.parsing.ast.ComplexSentence
All Implemented Interfaces:
ParseTreeNode
Direct Known Subclasses:
BinarySentence, MultiSentence, UnarySentence

public abstract class ComplexSentence
extends Sentence


Constructor Summary
ComplexSentence()
           
 
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

ComplexSentence

public ComplexSentence()