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

Packages that use ReferencedProperty
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
edu.cmu.sei.aadl.model.property.util   
 

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

Subinterfaces of ReferencedProperty in edu.cmu.sei.aadl.model.property
 interface PropertyConstant
          A representation of the model object 'Constant'
 interface PropertyDefinition
          A representation of the model object 'Definition'
 

Methods in edu.cmu.sei.aadl.model.property that return ReferencedProperty
 ReferencedProperty PropertyFactory.createReferencedProperty()
          Returns a new object of class 'Referenced Property'
 ReferencedProperty PropertyReference.getReferencedProperty()
          Returns the value of the 'Referenced Property' reference
 

Methods in edu.cmu.sei.aadl.model.property with parameters of type ReferencedProperty
 void PropertyReference.setReferencedProperty(ReferencedProperty value)
          Sets the value of the 'Referenced Property' reference
 

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

Classes in edu.cmu.sei.aadl.model.property.impl that implement ReferencedProperty
 class PropertyConstantImpl
          An implementation of the model object 'Constant'
 class PropertyDefinitionImpl
          An implementation of the model object 'Definition'
 class ReferencedPropertyImpl
          An implementation of the model object 'Referenced Property'
 

Fields in edu.cmu.sei.aadl.model.property.impl declared as ReferencedProperty
protected  ReferencedProperty PropertyReferenceImpl.referencedProperty
          The cached value of the 'Referenced Property' reference
 

Methods in edu.cmu.sei.aadl.model.property.impl that return ReferencedProperty
 ReferencedProperty PropertyReferenceImpl.basicGetReferencedProperty()
           
 ReferencedProperty PropertyFactoryImpl.createReferencedProperty()
           
 ReferencedProperty PropertyReferenceImpl.getReferencedProperty()
           
 

Methods in edu.cmu.sei.aadl.model.property.impl with parameters of type ReferencedProperty
 void PropertyReferenceImpl.setReferencedProperty(ReferencedProperty newReferencedProperty)
          phf: we want an add version for EList
 

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

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