|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.palamedes.kif.core.ast.ASTNode
org.eclipse.palamedes.kif.core.ast.KIFSent
org.eclipse.palamedes.kif.core.ast.KIFLogSent
org.eclipse.palamedes.kif.core.ast.KIFImplication
org.eclipse.palamedes.gdl.core.ast.Rule
public abstract class Rule
A rule is an implication of the form
h <= b_1 ∧ ... ∧ b_n
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 | |
---|---|
KIFRelSent |
getConsequence()
|
java.lang.String |
getHeadLvl1Const()
|
java.lang.String |
getHeadLvl2Const()
|
void |
setConsequence(KIFSent consequence)
|
Methods inherited from class org.eclipse.palamedes.kif.core.ast.KIFImplication |
---|
copyMembers, getName, getOperandCount, getOperands, getPremise, toString, traverse |
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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public KIFRelSent getConsequence()
getConsequence
in class KIFImplication
public void setConsequence(KIFSent consequence)
setConsequence
in class KIFImplication
public java.lang.String getHeadLvl1Const()
public java.lang.String getHeadLvl2Const()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |