Modifier and Type | Interface and Description |
---|---|
interface |
PrivatePackageSection
A representation of the model object 'Private Package Section'.
|
interface |
PublicPackageSection
A representation of the model object 'Public Package Section'.
|
Modifier and Type | Class and Description |
---|---|
class |
PackageSectionImpl
An implementation of the model object 'Package Section'.
|
class |
PrivatePackageSectionImpl
An implementation of the model object 'Private Package Section'.
|
class |
PublicPackageSectionImpl
An implementation of the model object 'Public Package Section'.
|
Modifier and Type | Method and Description |
---|---|
static PackageSection |
AadlUtil.getContainingPackageSection(org.eclipse.emf.ecore.EObject element) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.casePackageSection(PackageSection object)
Returns the result of interpreting the object as an instance of 'Package Section'.
|
boolean |
Aadl2Validator.validatePackageSection(PackageSection packageSection,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
static void |
AnnexUtil.addLibs(PackageSection packsec,
java.util.List<DefaultAnnexLibrary> result)
add default annex libraries of packsec.
|
static void |
AnnexUtil.addSubclauses(PackageSection packsec,
java.util.List<DefaultAnnexSubclause> result)
add default annex subclauses of packsec.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.naming.QualifiedName |
Aadl2QualifiedNameProvider.qualifiedName(PackageSection obj) |
Modifier and Type | Method and Description |
---|---|
NamedElement |
PropertiesLinkingService.findNamedElementInsideAadlPackage(java.lang.String name,
PackageSection context)
Search for a
NamedElement inside a package. |
AadlPackage |
PropertiesLinkingService.resolvePackageRename(java.lang.String name,
PackageSection context)
resolve package name by looking it up in PackageRename
|