|
|||||||||
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
public abstract class KRule
Field Summary | |
---|---|
(package private) java.util.ArrayList<ELPLiteral> |
afterPart
|
(package private) java.util.ArrayList<ELPLiteral> |
ifPart
|
Constructor Summary | |
---|---|
KRule()
|
Method Summary | |
---|---|
void |
addAfter(ELPLiteral newAfter)
|
void |
addIf(ELPLiteral newIf)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
java.util.ArrayList<ELPLiteral> ifPart
java.util.ArrayList<ELPLiteral> afterPart
Constructor Detail |
---|
public KRule()
Method Detail |
---|
public void addIf(ELPLiteral newIf)
public void addAfter(ELPLiteral newAfter)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |