|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object aima.basic.simplerule.Condition aima.basic.simplerule.NOTCondition
public class NOTCondition
Constructor Summary | |
---|---|
NOTCondition(Condition aCon)
|
Method Summary | |
---|---|
boolean |
evaluate(ObjectWithDynamicAttributes p)
|
java.lang.String |
toString()
|
Methods inherited from class aima.basic.simplerule.Condition |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NOTCondition(Condition aCon)
Method Detail |
---|
public boolean evaluate(ObjectWithDynamicAttributes p)
evaluate
in class Condition
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 |