Modifier and Type | Method and Description |
---|---|
PropertySet |
Aadl2Factory.createPropertySet()
Returns a new object of class 'Property Set'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<PropertySet> |
GlobalNamespace.getPropertySets()
Returns the value of the 'Property Set' reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertySetImpl
An implementation of the model object 'Property Set'.
|
Modifier and Type | Method and Description |
---|---|
PropertySet |
Aadl2FactoryImpl.createPropertySet() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<PropertySet> |
GlobalNamespaceImpl.getPropertySets() |
Modifier and Type | Method and Description |
---|---|
static PropertySet |
AadlUtil.findImportedPropertySet(java.lang.String name,
org.eclipse.emf.ecore.EObject context)
find property set name in the with clause of the containing top level name space (PackageSection or Property set) of the context.
|
static PropertySet |
AadlUtil.getContainingPropertySet(org.eclipse.emf.ecore.EObject element) |
Modifier and Type | Method and Description |
---|---|
static boolean |
AadlUtil.isImportedPropertySet(PropertySet ps,
org.eclipse.emf.ecore.EObject context)
check whether property set is in the with clause of the containing top level name space (PackageSection or Property set) of the context.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.naming.QualifiedName |
Aadl2QualifiedNameProvider.qualifiedName(PropertySet obj) |
Modifier and Type | Method and Description |
---|---|
PropertySet |
PropertiesLinkingService.findPropertySet(Element context,
java.lang.String name)
look up property set in EMF index or resource set
|
PropertySet |
PropertiesLinkingService.findPropertySet(org.eclipse.emf.ecore.EObject context,
java.lang.String name,
org.eclipse.emf.ecore.EReference reference)
look property set up in EMF index, if not found search through resource set
NOTE: resource set does not have all resources loaded
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.naming.QualifiedName |
PropertiesQualifiedNameProvider.qualifiedName(PropertySet obj) |
Modifier and Type | Method and Description |
---|---|
static PropertySet |
EMFIndexRetrieval.getPropertySetInWorkspace(org.eclipse.emf.ecore.EObject context,
java.lang.String pname)
get PropertySet in workspace by looking it up in EMF index
|
static PropertySet |
EMFIndexRetrieval.getPropertySetInWorkspace(java.lang.String pname)
get PropertySet in workspace by looking it up in EMF index
|
Modifier and Type | Method and Description |
---|---|
void |
Aadl2JavaValidator.casePropertySet(PropertySet propSet) |