kaos.core.csi.extension.state
Interface StateMonitorManager

All Superinterfaces:
KAoSExtensionComponentManager

public interface StateMonitorManager
extends KAoSExtensionComponentManager

This interface defines a factory method for obtaining a StateMonitor for the given ontological type, representing a state. The monitor will be used to monitor properties of the given state. $Revision: 1.1 $


Method Summary
 StateMonitor getStateMonitor(java.lang.String ontType)
          Return a StateMonitor for the specified ontological type.
 
Methods inherited from interface kaos.core.csi.extension.KAoSExtensionComponentManager
changeComponentEnabledStatus, deregisterComponent, getAllKAoSExtensionComponents, getComponent, getComponentEnabledStatus, getRepositoryManagerType, getRepositoryTableInformation, registerComponent, removeAllKAoSExtensionComponents
 

Method Detail

getStateMonitor

StateMonitor getStateMonitor(java.lang.String ontType)
Return a StateMonitor for the specified ontological type.

Parameters:
ontType - String specifying the ontological type, for which a StateMonitor is requested.
Returns:
StateMonitor an instance of the requested StateMonitor, or null, if the manager is not able to find or create the state monitor.


Copyright © 2006 IHMC All Rights Reserved.