public interface IReasonerRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
notifyAllReasoners(IReasoner source,
IReasonerMessage.IType type)
Notifies all reasoners about a given event.
|
void |
register(IReasoner reasoner)
Adds a new Reasoner to the registry.
|
void |
unregister(IReasoner reasoner)
Removes the specified reasoner from the registry, if the reasoner was added before.
|
void register(IReasoner reasoner)
reasoner - The Reasoner which should be added to the registry.void unregister(IReasoner reasoner)
reasoner - The reasoner which should be removed from the registry.void notifyAllReasoners(IReasoner source, IReasonerMessage.IType type)
source - the reasoner causing the eventtype - the type of the eventCopyright © 2009 - 2018 SSE. All Rights Reserved.