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

Packages that use ModalPropertyValue
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.properties   
edu.cmu.sei.aadl.aadl2.util   
 

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

Methods in edu.cmu.sei.aadl.aadl2 that return ModalPropertyValue
 ModalPropertyValue Aadl2Factory.createModalPropertyValue()
          Returns a new object of class 'Modal Property Value'
 ModalPropertyValue PropertyAssociation.createOwnedValue()
          Creates a new ModalPropertyValue and appends it to the 'Owned Value' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type ModalPropertyValue
 org.eclipse.emf.common.util.EList<ModalPropertyValue> PropertyAssociation.getOwnedValues()
          Returns the value of the 'Owned Value' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ModalPropertyValue
 class ModalPropertyValueImpl
          An implementation of the model object 'Modal Property Value'
 

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type ModalPropertyValue
protected  org.eclipse.emf.common.util.EList<ModalPropertyValue> PropertyAssociationImpl.ownedValues
          The cached value of the 'Owned Value' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ModalPropertyValue
 ModalPropertyValue Aadl2FactoryImpl.createModalPropertyValue()
           
 ModalPropertyValue PropertyAssociationImpl.createOwnedValue()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type ModalPropertyValue
 org.eclipse.emf.common.util.EList<ModalPropertyValue> PropertyAssociationImpl.getOwnedValues()
           
 

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

Methods in edu.cmu.sei.aadl.aadl2.instance that return types with arguments of type ModalPropertyValue
 java.util.List<ModalPropertyValue> ConnectionInstance.getConnectionPropertyValues(Property property)
          Get the values associated with the given property for each connection declaration that defines this semantic connection.
 

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

Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return types with arguments of type ModalPropertyValue
 java.util.List<ModalPropertyValue> ConnectionInstanceImpl.getConnectionPropertyValues(Property property)
           
 

Uses of ModalPropertyValue in edu.cmu.sei.aadl.aadl2.properties
 

Methods in edu.cmu.sei.aadl.aadl2.properties that return ModalPropertyValue
 ModalPropertyValue EvaluatedProperty.MpvProxy.getMPV()
           
 

Methods in edu.cmu.sei.aadl.aadl2.properties with parameters of type ModalPropertyValue
 void EvaluatedProperty.MpvProxy.setMPV(ModalPropertyValue mpv)
           
 

Constructors in edu.cmu.sei.aadl.aadl2.properties with parameters of type ModalPropertyValue
EvaluatedProperty.MpvProxy(ModalPropertyValue mpv)
           
 

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

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