Uses of Interface
edu.cmu.sei.aadl.aadl2.PropertyValue

Packages that use PropertyValue
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.instance   
edu.cmu.sei.aadl.aadl2.instance.impl   
edu.cmu.sei.aadl.aadl2.instance.util   
edu.cmu.sei.aadl.aadl2.util   
 

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

Subinterfaces of PropertyValue in edu.cmu.sei.aadl.aadl2
 interface BooleanLiteral
          A representation of the model object 'Boolean Literal'
 interface ClassifierValue
          A representation of the model object 'Classifier Value'
 interface ComputedValue
          A representation of the model object 'Computed Value'
 interface ConstantValue
          A representation of the model object 'Constant Value'
 interface EnumerationValue
          A representation of the model object 'Enumeration Value'
 interface IntegerLiteral
          A representation of the model object 'Integer Literal'
 interface NumberValue
          A representation of the model object 'Number Value'
 interface PropertyReference
          A representation of the model object 'Property Reference'
 interface RangeValue
          A representation of the model object 'Range Value'
 interface RealLiteral
          A representation of the model object 'Real Literal'
 interface RecordValue
          A representation of the model object 'Record Value'
 interface ReferenceValue
          A representation of the model object 'Reference Value'
 interface StringLiteral
          A representation of the model object 'String Literal'
 interface UnitValue
          A representation of the model object 'Unit Value'
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type PropertyValue
 PropertyAssociation NamedElement.setPropertyValue(Property pd, PropertyValue pv)
           
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement PropertyValue
 class BooleanLiteralImpl
          An implementation of the model object 'Boolean Literal'
 class ClassifierValueImpl
          An implementation of the model object 'Classifier Value'
 class ComputedValueImpl
          An implementation of the model object 'Computed Value'
 class ConstantValueImpl
          An implementation of the model object 'Constant Value'
 class EnumerationValueImpl
          An implementation of the model object 'Enumeration Value'
 class IntegerLiteralImpl
          An implementation of the model object 'Integer Literal'
 class NumberValueImpl
          An implementation of the model object 'Number Value'
 class PropertyReferenceImpl
          An implementation of the model object 'Property Reference'
 class PropertyValueImpl
          An implementation of the model object 'Property Value'
 class RangeValueImpl
          An implementation of the model object 'Range Value'
 class RealLiteralImpl
          An implementation of the model object 'Real Literal'
 class RecordValueImpl
          An implementation of the model object 'Record Value'
 class ReferenceValueImpl
          An implementation of the model object 'Reference Value'
 class StringLiteralImpl
          An implementation of the model object 'String Literal'
 class UnitValueImpl
          An implementation of the model object 'Unit Value'
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type PropertyValue
 PropertyAssociation NamedElementImpl.setPropertyValue(Property pd, PropertyValue pv)
           
 

Uses of PropertyValue in edu.cmu.sei.aadl.aadl2.instance
 

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

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

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

Uses of PropertyValue in edu.cmu.sei.aadl.aadl2.instance.util
 

Methods in edu.cmu.sei.aadl.aadl2.instance.util with parameters of type PropertyValue
 T InstanceSwitch.casePropertyValue(PropertyValue object)
          Returns the result of interpreting the object as an instance of 'Property Value'
 

Uses of PropertyValue in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type PropertyValue
 T Aadl2Switch.casePropertyValue(PropertyValue object)
          Returns the result of interpreting the object as an instance of 'Property Value'
 boolean Aadl2Validator.validatePropertyValue(PropertyValue propertyValue, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)