Uses of Interface
kaos.core.csi.OntPropertyDescription

Packages that use OntPropertyDescription
kaos.core.csi   
kaos.core.csi.extension.state   
kaos.core.csi.registration   
 

Uses of OntPropertyDescription in kaos.core.csi
 

Methods in kaos.core.csi that return OntPropertyDescription
 OntPropertyDescription OntInstanceDescription.addProperty(java.lang.String newProperty, java.lang.String value)
          Add property to the instance; providing name and value.
 OntPropertyDescription OntInstanceDescription.addProperty(java.lang.String newProperty, java.lang.String propertyValue, java.lang.Object propertyValueDesc)
          Add property to the instance; providing name, value and value description.
 OntPropertyDescription OntPropertyDescription.clone()
          Cone the property
 OntPropertyDescription OntInstanceDescription.getNestedProperty(java.lang.String propertyName)
          Get the given property if nested in the train of interrelated instances.
 OntPropertyDescription OntInstanceDescription.getProperty(java.lang.String propertyName)
          Get property of the instance
 OntPropertyDescription OntInstanceDescription.setProperty(java.lang.String newProperty, java.lang.String value)
          Set property for the instance; providing name and value.
 

Methods in kaos.core.csi that return types with arguments of type OntPropertyDescription
 java.util.Set<OntPropertyDescription> OntInstanceDescription.getProperties()
          Get properties of the instance
 java.util.Map<java.lang.String,OntPropertyDescription> OntInstanceDescription.getPropertiesMap()
          Get properties of the instance
 

Methods in kaos.core.csi with parameters of type OntPropertyDescription
 void OntInstanceDescription.addProperty(OntPropertyDescription newProperty)
          Add property to the instance The method will will check if the property already exist and if yes combine the values.
 void OntInstanceDescription.setProperty(OntPropertyDescription newProperty)
          Set property for the instance.
 

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

Methods in kaos.core.csi.extension.state with parameters of type OntPropertyDescription
 void StateManager.updateStateProperty(java.lang.String stateId, OntPropertyDescription updatedproperty)
          This method is used to add or update properties of a state
 

Method parameters in kaos.core.csi.extension.state with type arguments of type OntPropertyDescription
 void FlightConditionMonitor.stateUpdate(java.lang.String stateID, java.lang.String stateClass, java.util.List<OntPropertyDescription> properties)
           
 void StateUpdateListener.stateUpdate(java.lang.String stateID, java.lang.String stateClass, java.util.List<OntPropertyDescription> properties)
           
 void StateManager.updateStateProperties(java.lang.String stateId, java.util.List<OntPropertyDescription> updatedproperties)
          This method is used to add or update properties of a state
 

Uses of OntPropertyDescription in kaos.core.csi.registration
 

Methods in kaos.core.csi.registration that return OntPropertyDescription
 OntPropertyDescription Property.getOntPropertyRep()
          Return mapping from to the OntPropertyDescription.
 



Copyright © 2006 IHMC All Rights Reserved.