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

Packages that use PropertyOwner
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
 

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

Subinterfaces of PropertyOwner in edu.cmu.sei.aadl.aadl2
 interface ClassifierValue
          A representation of the model object 'Classifier Value'
 interface MetaclassReference
          A representation of the model object 'Metaclass Reference'
 

Methods in edu.cmu.sei.aadl.aadl2 that return PropertyOwner
 PropertyOwner Property.createAppliesTo(org.eclipse.emf.ecore.EClass eClass)
          Creates a new PropertyOwner and appends it to the 'Applies To' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type PropertyOwner
 org.eclipse.emf.common.util.EList<PropertyOwner> Property.getAppliesTos()
          Returns the value of the 'Applies To' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement PropertyOwner
 class ClassifierValueImpl
          An implementation of the model object 'Classifier Value'
 class MetaclassReferenceImpl
          An implementation of the model object 'Metaclass Reference'
 class PropertyOwnerImpl
          An implementation of the model object 'Property Owner'
 

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type PropertyOwner
protected  org.eclipse.emf.common.util.EList<PropertyOwner> PropertyImpl.appliesTos
          The cached value of the 'Applies To' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return PropertyOwner
 PropertyOwner PropertyImpl.createAppliesTo(org.eclipse.emf.ecore.EClass eClass)
           
 

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

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

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