public abstract class Reasoner extends java.lang.Object implements IReasoner
Constructor and Description |
---|
Reasoner() |
Reasoner(EventDatabase database) |
Modifier and Type | Method and Description |
---|---|
EventDatabase |
getDatabase() |
int |
getHandledSDEs() |
void |
setDatabase(EventDatabase database) |
void |
setHandledSDEs(int handledSDEs) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createMappings, handleAgreement, handleEvent
public Reasoner()
public Reasoner(EventDatabase database)
public EventDatabase getDatabase()
getDatabase
in interface IReasoner
public void setDatabase(EventDatabase database)
setDatabase
in interface IReasoner
public int getHandledSDEs()
public void setHandledSDEs(int handledSDEs)