Uses of Interface
edu.cmu.sei.aadl.model.property.Properties

Packages that use Properties
edu.cmu.sei.aadl.model.core   
edu.cmu.sei.aadl.model.core.impl This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. 
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
edu.cmu.sei.aadl.model.property.util   
 

Uses of Properties in edu.cmu.sei.aadl.model.core
 

Methods in edu.cmu.sei.aadl.model.core that return Properties
 Properties PropertyHolder.getProperties()
          Returns the value of the 'Properties' containment reference
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type Properties
 void PropertyHolder.setProperties(Properties value)
          Sets the value of the 'Properties' containment reference
 

Uses of Properties in edu.cmu.sei.aadl.model.core.impl
 

Fields in edu.cmu.sei.aadl.model.core.impl declared as Properties
protected  Properties PropertyHolderImpl.properties
          The cached value of the 'Properties' containment reference
 

Methods in edu.cmu.sei.aadl.model.core.impl that return Properties
 Properties PropertyHolderImpl.getProperties()
           
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type Properties
 org.eclipse.emf.common.notify.NotificationChain PropertyHolderImpl.basicSetProperties(Properties newProperties, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void PropertyHolderImpl.setProperties(Properties newProperties)
          phf: we want an add version for EList
 

Uses of Properties in edu.cmu.sei.aadl.model.property
 

Methods in edu.cmu.sei.aadl.model.property that return Properties
 Properties PropertyFactory.createProperties()
          Returns a new object of class 'Properties'
 

Uses of Properties in edu.cmu.sei.aadl.model.property.impl
 

Classes in edu.cmu.sei.aadl.model.property.impl that implement Properties
 class PropertiesImpl
          An implementation of the model object 'Properties'
 

Methods in edu.cmu.sei.aadl.model.property.impl that return Properties
 Properties PropertyFactoryImpl.createProperties()
           
 

Uses of Properties in edu.cmu.sei.aadl.model.property.util
 

Methods in edu.cmu.sei.aadl.model.property.util with parameters of type Properties
 java.lang.Object PropertySwitch.caseProperties(Properties object)
          Returns the result of interpretting the object as an instance of 'Properties'