org.drools.spi
Class KnowledgeHelper
java.lang.Object
org.drools.spi.KnowledgeHelper
- public class KnowledgeHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KnowledgeHelper
public KnowledgeHelper(Rule rule,
Tuple tuple)
assertObject
public void assertObject(Object object)
throws FactException
- Throws:
FactException
modifyObject
public void modifyObject(Object object)
throws FactException
- Throws:
FactException
modifyObject
public void modifyObject(Object oldObject,
Object newObject)
throws FactException
- Throws:
FactException
retractObject
public void retractObject(Object object)
throws FactException
- Throws:
FactException
getRuleName
public String getRuleName()
getObjects
public List getObjects()
getObjects
public List getObjects(Class objectClass)
clearAgenda
public void clearAgenda()
Copyright © 2001-2004 The Codehaus. All Rights Reserved.