org.eclipse.palamedes.kif.core.ast
Class KIFDisjunction

java.lang.Object
  extended by org.eclipse.palamedes.kif.core.ast.ASTNode
      extended by org.eclipse.palamedes.kif.core.ast.KIFSent
          extended by org.eclipse.palamedes.kif.core.ast.KIFLogSent
              extended by org.eclipse.palamedes.kif.core.ast.KIFDisjunction

public class KIFDisjunction
extends KIFLogSent


Field Summary
 
Fields inherited from class org.eclipse.palamedes.kif.core.ast.ASTNode
COMMENT, CONJUNCTION, DISJUNCTION, FORM, FUNTERM, HORNSENT, IMPLICATION, INDVAR, LOGCONST, NEGATION, OBJCONST, OPERATOR, RELSENT, SEQUENCE
 
Method Summary
protected  void copyMembers(KIFDisjunction node)
           
 java.lang.String getName()
           
 int getOperandCount()
           
 KIFSeq<KIFSent> getOperands()
           
 void traverse(ASTVisitor visitor)
           
 
Methods inherited from class org.eclipse.palamedes.kif.core.ast.KIFSent
getLeadingComment, setLeadingComment
 
Methods inherited from class org.eclipse.palamedes.kif.core.ast.ASTNode
clone, copyMembers, equals, getAST, getInfixNotation, getNodeType, getPrefixNotation, getSourceLength, getSourceStart, hashCode, setSourceLength, setSourceStart, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class KIFSent

getOperands

public KIFSeq<KIFSent> getOperands()
Specified by:
getOperands in class KIFSent

traverse

public void traverse(ASTVisitor visitor)
Specified by:
traverse in class ASTNode

getOperandCount

public int getOperandCount()
Specified by:
getOperandCount in class KIFSent

copyMembers

protected final void copyMembers(KIFDisjunction node)