Uses of Class
edu.cmu.sei.aadl.aadl2.properties.PropertyAcc

Packages that use PropertyAcc
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.instance.impl   
 

Uses of PropertyAcc in edu.cmu.sei.aadl.aadl2
 

Methods in edu.cmu.sei.aadl.aadl2 that return PropertyAcc
 PropertyAcc NamedElement.getPropertyValue(Property property)
          Get the property value for a particular model element and property.
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type PropertyAcc
 void NamedElement.getPropertyValueInternal(Property property, PropertyAcc pas, boolean fromInstanceSlaveCall)
          Helper routine for computing the value of the property.
 

Uses of PropertyAcc in edu.cmu.sei.aadl.aadl2.impl
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return PropertyAcc
 PropertyAcc NamedElementImpl.getPropertyValue(Property property)
          Returns the property value for the property specified by property
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type PropertyAcc
protected  void PropertyImpl.getPropertyValueFromDeclarativeModel(EvaluationContext ctx, InstanceObject io, PropertyAcc pas)
           
 void PropertyImpl.getPropertyValueInternal(EvaluationContext ctx, PropertyAcc paa)
           
 void ModeImpl.getPropertyValueInternal(Property prop, PropertyAcc pas, boolean fromInstanceSlaveCall)
           
 void SubcomponentImpl.getPropertyValueInternal(Property prop, PropertyAcc pas, boolean fromInstanceSlaveCall)
           
 void ComponentTypeImpl.getPropertyValueInternal(Property property, PropertyAcc paa, boolean fromInstanceSlaveCall)
           
 void ComponentImplementationImpl.getPropertyValueInternal(Property property, PropertyAcc pas, boolean fromInstanceSlaveCall)
           
 void EndToEndFlowImpl.getPropertyValueInternal(Property pn, PropertyAcc pas, boolean fromInstanceSlaveCall)
           
 void FeatureImpl.getPropertyValueInternal(Property prop, PropertyAcc pas, boolean fromInstanceSlaveCall)
           
 void NamedElementImpl.getPropertyValueInternal(Property pn, PropertyAcc pas, boolean fromInstanceSlaveCall)
           
 void SubprogramCallImpl.getPropertyValueInternal(Property prop, PropertyAcc pas, boolean fromInstanceSlaveCall)
           
 void FeatureGroupTypeImpl.getPropertyValueInternal(Property pn, PropertyAcc paa, boolean fromInstanceSlaveCall)
           
 void FlowSpecificationImpl.getPropertyValueInternal(Property prop, PropertyAcc paa, boolean fromInstanceSlaveCall)
           
 void ConnectionImpl.getPropertyValueInternal(Property pn, PropertyAcc pas, boolean fromInstanceSlaveCall)
           
 void FeatureGroupImpl.getPropertyValueInternalHelper(Property prop, PropertyAcc pas, boolean fromInstanceSlaveCall)
           
 void FeatureImpl.getPropertyValueInternalHelper(Property prop, PropertyAcc pas, boolean fromInstanceSlaveCall)
           
 void SubcomponentImpl.getPropertyValueTest(Property prop, PropertyAcc pas, Classifier cl)
           
 void FeatureImpl.getPropertyValueTest(Property prop, PropertyAcc pas, Classifier cl)
           
 void FeatureGroupImpl.getPropertyValueTestHelper(Property prop, PropertyAcc pas, Classifier cl)
           
 void FeatureImpl.getPropertyValueTestHelper(Property prop, PropertyAcc pas, Classifier cl)
           
 

Uses of PropertyAcc in edu.cmu.sei.aadl.aadl2.instance.impl
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl with parameters of type PropertyAcc
protected  void InstanceObjectImpl.getPropertyValueFromDeclarativeModel(Property property, PropertyAcc pas)
          Get the property value from the declarative model elements associated with the instance object.
 void InstanceObjectImpl.getPropertyValueInternal(Property property, PropertyAcc pas, boolean fromInstanceSlaveCall)