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

Packages that use PropertyValueHolder
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 PropertyValueHolder in edu.cmu.sei.aadl.model.core
 

Methods in edu.cmu.sei.aadl.model.core that return PropertyValueHolder
 PropertyValueHolder AObject.getContainingPropertyAssociationDefinitionConstant()
          Get the enclosing PropertyAssociation, Definition or Constant.
 

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

Methods in edu.cmu.sei.aadl.model.core.impl that return PropertyValueHolder
 PropertyValueHolder AObjectImpl.getContainingPropertyAssociationDefinitionConstant()
          Get the enclosing PropertyAssociation, Definition or Constant.
 

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

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

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

Classes in edu.cmu.sei.aadl.model.property.impl that implement PropertyValueHolder
 class PropertyAssociationImpl
          An implementation of the model object 'Association'
 class PropertyConstantImpl
          An implementation of the model object 'Constant'
 class PropertyDefinitionImpl
          An implementation of the model object 'Definition'
 class PropertyValueHolderImpl
          An implementation of the model object 'Value Holder'
 

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

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