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

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

Uses of ReferenceValue in edu.cmu.sei.aadl.model.instance
 

Subinterfaces of ReferenceValue in edu.cmu.sei.aadl.model.instance
 interface InstanceReferenceValue
          A representation of the model object 'Reference Value'
 

Methods in edu.cmu.sei.aadl.model.instance that return ReferenceValue
 ReferenceValue ComponentInstance.getReferenceTo()
          Create a ReferenceValue that references the subcomponent associated with the component instance.
 

Uses of ReferenceValue in edu.cmu.sei.aadl.model.instance.impl
 

Classes in edu.cmu.sei.aadl.model.instance.impl that implement ReferenceValue
 class InstanceReferenceValueImpl
          An implementation of the model object 'Reference Value'
 

Methods in edu.cmu.sei.aadl.model.instance.impl that return ReferenceValue
 ReferenceValue ComponentInstanceImpl.getReferenceTo()
           
 

Uses of ReferenceValue in edu.cmu.sei.aadl.model.instance.util
 

Methods in edu.cmu.sei.aadl.model.instance.util with parameters of type ReferenceValue
 java.lang.Object InstanceSwitch.caseReferenceValue(ReferenceValue object)
          Returns the result of interpretting the object as an instance of 'Reference Value'
 

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

Methods in edu.cmu.sei.aadl.model.property that return ReferenceValue
 ReferenceValue PropertyFactory.createReferenceValue()
          Returns a new object of class 'Reference Value'
 

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

Classes in edu.cmu.sei.aadl.model.property.impl that implement ReferenceValue
 class ReferenceValueImpl
          An implementation of the model object 'Reference Value'
 

Methods in edu.cmu.sei.aadl.model.property.impl that return ReferenceValue
 ReferenceValue PropertyFactoryImpl.createReferenceValue()
           
 

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

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