|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kaos.policy.guard.GuardRepositoryManagerImpl kaos.policy.history.EventsHistoryManager
public class EventsHistoryManager
This class extends guard repository manager implementation. It has a new method that finds the # events belongig to a specified event class. This finding is performed across all the components in this manager.
Constructor Summary | |
---|---|
EventsHistoryManager(java.lang.String type)
|
Method Summary | |
---|---|
int |
countEventsOfType(BasicActionDescription eventClass)
This method is used to find out the # occurrences of actual events of the type indicated by an event class. |
void |
setKAoSExtensionComponent(java.lang.String associatedOntType,
KAoSExtensionComponent extComp)
Set KAoSExtensionComponent for the given ontology type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventsHistoryManager(java.lang.String type)
Method Detail |
---|
public void setKAoSExtensionComponent(java.lang.String associatedOntType, KAoSExtensionComponent extComp) throws ComponentAlreadyPresentException
setKAoSExtensionComponent
in interface GuardRepositoryManager
setKAoSExtensionComponent
in class GuardRepositoryManagerImpl
associatedOntType
- A String indicating the
ontology type associated with that
component.extComp
- The KAoSExtensionComponent to be set for
the given type.
ComponentAlreadyPresentException
public int countEventsOfType(BasicActionDescription eventClass)
eventClass
- A BasicActionDescription object specifying
the type of event class.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |