Uses of Class
kaos.core.csi.query.data.OntClassDescription

Packages that use OntClassDescription
kaos.core.csi.extension.history   
kaos.core.csi.extension.state   
kaos.core.csi.query   
kaos.core.csi.query.data   
 

Uses of OntClassDescription in kaos.core.csi.extension.history
 

Methods in kaos.core.csi.extension.history with parameters of type OntClassDescription
 java.util.List<ActionInstanceDescription> PolicyDecisionHistoryComponent.findAuthorizationFailureForAction(OntClassDescription eventClass, kaos.time.DurationDescription historyStartDuration, kaos.time.DurationDescription historyEndDuration)
           
 java.util.List<ActionInstanceDescription> EventHistoryComponent.findEventsOfType(OntClassDescription eventClass, kaos.time.DurationDescription historyStartDuration, kaos.time.DurationDescription historyEndDuration)
          This method is used to find the list of occurrences of actual events of the type indicated by an event class.
 java.util.List<ActionInstanceDescription> EventsHistoryManager.findEventsOfType(OntClassDescription eventClass, kaos.time.DurationDescription historyStartDuration, kaos.time.DurationDescription historyEndDuration)
          This method is used to find the list of occurrences of actual events of the type indicated by an event class.
 

Uses of OntClassDescription in kaos.core.csi.extension.state
 

Methods in kaos.core.csi.extension.state with parameters of type OntClassDescription
 void FlightConditionMonitor.deregisterInterest(OntClassDescription state)
           
 void StateInterestListener.deregisterInterest(OntClassDescription state)
           
 void WeatherMonitor.deregisterInterest(OntClassDescription state)
           
 java.util.Set<java.lang.String> StateManager.getSubjectWithState(OntClassDescription state)
          This method is used to get the subjects with a particular state
 boolean StateManager.isStateSatisfied(OntClassDescription state)
          This method check if the state class is satisfied (matched) by any of the actual state in the state manger
 void FlightConditionMonitor.registerInterest(OntClassDescription state)
           
 void StateInterestListener.registerInterest(OntClassDescription state)
           
 void StateManager.registerInterest(OntClassDescription policyConditionDesc)
           
 void WeatherMonitor.registerInterest(OntClassDescription state)
           
 

Uses of OntClassDescription in kaos.core.csi.query
 

Methods in kaos.core.csi.query that return OntClassDescription
 OntClassDescription QueryState.getClassDesc(java.lang.String className)
           
 

Uses of OntClassDescription in kaos.core.csi.query.data
 

Subclasses of OntClassDescription in kaos.core.csi.query.data
 class ActionClassDescription
          This class contains information describing an Action class.
 

Methods in kaos.core.csi.query.data that return OntClassDescription
 OntClassDescription OntClassPropertyDescription.getRangeClassDesc()
           
 

Methods in kaos.core.csi.query.data with parameters of type OntClassDescription
 void OntClassPropertyDescription.setRangeClassDesc(OntClassDescription rangeClass)
           
 



Copyright © 2006 IHMC All Rights Reserved.