kaos.core.csi.extension.state
Interface StateSensor

All Superinterfaces:
KAoSExtensionComponent, StateInterestListener
All Known Implementing Classes:
FlightConditionMonitor, WeatherMonitor

public interface StateSensor
extends KAoSExtensionComponent, StateInterestListener

This interface defines how State Monitors are instantiated. The should have a constructor without parameters and an initialize method that takes a list of strings from the properties file (./config/state/state.properties)


Method Summary
 java.awt.Component getGui()
           
 void initialize(java.util.ArrayList<java.lang.String> parameters)
           
 
Methods inherited from interface kaos.core.csi.extension.KAoSExtensionComponent
addOntologicalAttribute, getEnabledStatus, getName, getOntologicalAttributes, getSubclassesForAttribute, setEnabledStatus, setName, setProperties, setSubclassesForAttribute
 
Methods inherited from interface kaos.core.csi.extension.state.StateInterestListener
deregisterInterest, registerInterest
 

Method Detail

initialize

void initialize(java.util.ArrayList<java.lang.String> parameters)

getGui

java.awt.Component getGui()


Copyright © 2006 IHMC All Rights Reserved.