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

Packages that use PropertySet
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
edu.cmu.sei.aadl.modelsupport.eclipseinterface   
 

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

Methods in edu.cmu.sei.aadl.aadl2 that return PropertySet
 PropertySet Aadl2Factory.createPropertySet()
          Returns a new object of class 'Property Set'
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type PropertySet
 org.eclipse.emf.common.util.EList<PropertySet> PropertySet.getImportedPropertySets()
          Returns the value of the 'Imported Property Set' reference list.
 org.eclipse.emf.common.util.EList<PropertySet> PackageSection.getImportedPropertySets()
          Returns the value of the 'Imported Property Set' reference list.
 org.eclipse.emf.common.util.EList<PropertySet> GlobalNamespace.getPropertySets()
          Returns the value of the 'Property Set' reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement PropertySet
 class PropertySetImpl
          An implementation of the model object 'Property Set'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return PropertySet
 PropertySet Aadl2FactoryImpl.createPropertySet()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type PropertySet
 org.eclipse.emf.common.util.EList<PropertySet> PackageSectionImpl.getImportedPropertySets()
           
 org.eclipse.emf.common.util.EList<PropertySet> PropertySetImpl.getImportedPropertySets()
           
 org.eclipse.emf.common.util.EList<PropertySet> GlobalNamespaceImpl.getPropertySets()
           
 

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

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

Uses of PropertySet in edu.cmu.sei.aadl.modelsupport.eclipseinterface
 

Methods in edu.cmu.sei.aadl.modelsupport.eclipseinterface that return PropertySet
static PropertySet OsateResourceManager.findPropertySet(java.lang.String name)
           
static PropertySet OsateResourceManager.getPropertySet(org.eclipse.emf.ecore.resource.Resource res)
          Return the property set as the single root of this file.
 

Methods in edu.cmu.sei.aadl.modelsupport.eclipseinterface that return types with arguments of type PropertySet
static java.util.Set<PropertySet> OsateResourceManager.getAllPropertySets()
          Get all the global property sets in the resource set.
static java.util.List<PropertySet> OsateResourceManager.getPredeclaredPropertySets()