|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.ie.cowbots.logic.KRule
edu.udo.cs.ie.cowbots.logic.KCausationRule
public class KCausationRule
Field Summary | |
---|---|
(package private) ELPLiteral |
caused
|
Fields inherited from class edu.udo.cs.ie.cowbots.logic.KRule |
---|
afterPart, ifPart |
Constructor Summary | |
---|---|
KCausationRule(ELPLiteral caused)
|
|
KCausationRule(ELPLiteral caused,
java.util.ArrayList<ELPLiteral> ifPart,
java.util.ArrayList<ELPLiteral> afterPart)
|
Method Summary | |
---|---|
void |
setCaused(ELPLiteral caused)
|
java.lang.String |
toString()
|
Methods inherited from class edu.udo.cs.ie.cowbots.logic.KRule |
---|
addAfter, addIf |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
ELPLiteral caused
Constructor Detail |
---|
public KCausationRule(ELPLiteral caused)
public KCausationRule(ELPLiteral caused, java.util.ArrayList<ELPLiteral> ifPart, java.util.ArrayList<ELPLiteral> afterPart)
Method Detail |
---|
public void setCaused(ELPLiteral caused)
caused
- the caused to setpublic java.lang.String toString()
toString
in class KRule
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |