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

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

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

Subinterfaces of BasicProperty in edu.cmu.sei.aadl.aadl2
 interface Property
          A representation of the model object 'Property Definition'
 interface RecordField
          A representation of the model object 'Record Field'
 

Methods in edu.cmu.sei.aadl.aadl2 that return BasicProperty
 BasicProperty Aadl2Factory.createBasicProperty()
          Returns a new object of class 'Basic Property'
 BasicProperty RecordType.createOwnedField()
          Creates a new BasicProperty and appends it to the 'Owned Field' containment reference list
 BasicProperty RecordType.createOwnedField(org.eclipse.emf.ecore.EClass eClass)
          Creates a new BasicProperty and appends it to the 'Owned Field' containment reference list
 BasicProperty BasicPropertyAssociation.getProperty()
          Returns the value of the 'Property' reference
 

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

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type BasicProperty
 void BasicPropertyAssociation.setProperty(BasicProperty value)
          Sets the value of the 'Property' reference
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement BasicProperty
 class BasicPropertyImpl
          An implementation of the model object 'Basic Property'
 class PropertyImpl
          An implementation of the model object 'Property'
 class RecordFieldImpl
          An implementation of the model object 'Record Field'
 

Fields in edu.cmu.sei.aadl.aadl2.impl declared as BasicProperty
protected  BasicProperty BasicPropertyAssociationImpl.property
          The cached value of the 'Property' reference
 

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type BasicProperty
protected  org.eclipse.emf.common.util.EList<BasicProperty> RecordTypeImpl.ownedFields
          The cached value of the 'Owned Field' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return BasicProperty
 BasicProperty BasicPropertyAssociationImpl.basicGetProperty()
           
 BasicProperty Aadl2FactoryImpl.createBasicProperty()
           
 BasicProperty RecordTypeImpl.createOwnedField()
           
 BasicProperty RecordTypeImpl.createOwnedField(org.eclipse.emf.ecore.EClass eClass)
           
 BasicProperty BasicPropertyAssociationImpl.getProperty()
           
 

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

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type BasicProperty
 void BasicPropertyAssociationImpl.setProperty(BasicProperty newProperty)
           
 

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

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