|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertySet | |
---|---|
edu.cmu.sei.aadl.model.core | |
edu.cmu.sei.aadl.model.core.impl | This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. |
edu.cmu.sei.aadl.model.pluginsupport | |
edu.cmu.sei.aadl.model.property | |
edu.cmu.sei.aadl.model.property.impl | |
edu.cmu.sei.aadl.model.property.util |
Uses of PropertySet in edu.cmu.sei.aadl.model.core |
---|
Methods in edu.cmu.sei.aadl.model.core that return PropertySet | |
---|---|
PropertySet |
AadlSpec.findPropertySet(java.lang.String pn)
Find property set declaration of a given name. |
Methods in edu.cmu.sei.aadl.model.core with parameters of type PropertySet | |
---|---|
void |
AadlSpec.addPropertySet(PropertySet value)
Adds to the list the value of the ' Property Set ' containment reference list |
Uses of PropertySet in edu.cmu.sei.aadl.model.core.impl |
---|
Methods in edu.cmu.sei.aadl.model.core.impl that return PropertySet | |
---|---|
PropertySet |
AadlSpecImpl.findPropertySet(java.lang.String pn)
Find property set declaration of a given name. |
Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type PropertySet | |
---|---|
void |
AadlSpecImpl.addPropertySet(PropertySet newPropertySet)
phf: add element to multiplicity EList |
Uses of PropertySet in edu.cmu.sei.aadl.model.pluginsupport |
---|
Methods in edu.cmu.sei.aadl.model.pluginsupport that return PropertySet | |
---|---|
static PropertySet |
OsateResourceManager.findPropertySet(java.lang.String psn,
AObject context)
Find an AADL property set by name in a resource in the resource set. |
static PropertySet |
OsateResourceManager.findPropertySetInResourceSet(java.lang.String psn)
Find property set in resource set. |
static PropertySet |
OsateResourceManager.findPropertySetInResourceSet(java.lang.String psn,
org.eclipse.emf.ecore.resource.ResourceSet resset)
Find property set in resource set. |
static PropertySet |
OsateResourceManager.getPropertySet(org.eclipse.emf.ecore.resource.Resource res)
return the propertyset as the single root of this file. |
Methods in edu.cmu.sei.aadl.model.pluginsupport 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.Set<PropertySet> |
OsateResourceManager.getAllPropertySets(AObject context)
Get all the property sets visible to the given model element. |
Uses of PropertySet in edu.cmu.sei.aadl.model.property |
---|
Methods in edu.cmu.sei.aadl.model.property that return PropertySet | |
---|---|
PropertySet |
PropertyFactory.createPropertySet()
Returns a new object of class 'Set' |
PropertySet |
PropertyType.getPropertySet()
gets the containing property set for a named property type or an unnamed property type in a property definition |
PropertySet |
PropertyConstant.getPropertySet()
Get the containing property set |
PropertySet |
PropertyDefinition.getPropertySet()
gets the containing property set for a named property definition |
Uses of PropertySet in edu.cmu.sei.aadl.model.property.impl |
---|
Classes in edu.cmu.sei.aadl.model.property.impl that implement PropertySet | |
---|---|
class |
PropertySetImpl
An implementation of the model object 'Set' |
Methods in edu.cmu.sei.aadl.model.property.impl that return PropertySet | |
---|---|
PropertySet |
PropertyFactoryImpl.createPropertySet()
|
PropertySet |
PropertyTypeImpl.getPropertySet()
gets the containing property set for a named property type or an unnamed property type in a property definition |
PropertySet |
PropertyDefinitionImpl.getPropertySet()
gets the containing property set for a named property definition |
PropertySet |
PropertyConstantImpl.getPropertySet()
Get the containing Property set. |
Uses of PropertySet in edu.cmu.sei.aadl.model.property.util |
---|
Methods in edu.cmu.sei.aadl.model.property.util with parameters of type PropertySet | |
---|---|
java.lang.Object |
PropertySwitch.casePropertySet(PropertySet object)
Returns the result of interpretting the object as an instance of 'Set' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |