|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AadlPackage | |
---|---|
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.core.util | |
edu.cmu.sei.aadl.model.pluginsupport | |
edu.cmu.sei.aadl.model.util |
Uses of AadlPackage in edu.cmu.sei.aadl.model.core |
---|
Methods in edu.cmu.sei.aadl.model.core that return AadlPackage | |
---|---|
AadlPackage |
CoreFactory.createAadlPackage()
Returns a new object of class 'Aadl Package' |
AadlPackage |
AadlSpec.findPrivateOnlyAadlPackage(java.lang.String pkName)
Find package declaration of a given name with private only. |
AadlPackage |
AadlSpec.findPublicAadlPackage(java.lang.String pn)
Find package declaration of a given name. |
Methods in edu.cmu.sei.aadl.model.core with parameters of type AadlPackage | |
---|---|
void |
AadlSpec.addAadlPackage(AadlPackage value)
Adds to the list the value of the ' Aadl Package ' containment reference list |
boolean |
AadlSpec.hasAadlPackage(AadlPackage pk)
See if package declaration already exists. |
Uses of AadlPackage in edu.cmu.sei.aadl.model.core.impl |
---|
Classes in edu.cmu.sei.aadl.model.core.impl that implement AadlPackage | |
---|---|
class |
AadlPackageImpl
An implementation of the model object 'Aadl Package' |
Methods in edu.cmu.sei.aadl.model.core.impl that return AadlPackage | |
---|---|
AadlPackage |
CoreFactoryImpl.createAadlPackage()
|
AadlPackage |
AadlSpecImpl.findPrivateOnlyAadlPackage(java.lang.String pkName)
Find package declaration of a given name with private only. |
AadlPackage |
AadlSpecImpl.findPublicAadlPackage(java.lang.String pkName)
Find package declaration of a given name. |
Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type AadlPackage | |
---|---|
void |
AadlSpecImpl.addAadlPackage(AadlPackage newAadlPackage)
phf: add element to multiplicity EList |
boolean |
AadlSpecImpl.hasAadlPackage(AadlPackage pk)
See if package declaration already exists. |
Uses of AadlPackage in edu.cmu.sei.aadl.model.core.util |
---|
Methods in edu.cmu.sei.aadl.model.core.util with parameters of type AadlPackage | |
---|---|
java.lang.Object |
CoreSwitch.caseAadlPackage(AadlPackage object)
Returns the result of interpretting the object as an instance of 'Aadl Package' |
Uses of AadlPackage in edu.cmu.sei.aadl.model.pluginsupport |
---|
Methods in edu.cmu.sei.aadl.model.pluginsupport that return AadlPackage | |
---|---|
static AadlPackage |
OsateResourceManager.findPrivateOnlyAadlPackage(java.lang.String pn,
AObject context)
Find an AADL package by name in in the local aadlspec, a resource in the resource set or workspace. |
static AadlPackage |
OsateResourceManager.findPublicAadlPackage(java.lang.String pn,
AObject context)
Find an AADL package by name in in the local aadlspec, a resource in the resource set or workspace. |
static AadlPackage |
OsateResourceManager.findPublicAadlPackageInResourceSet(java.lang.String pn)
find public package in resource set. |
static AadlPackage |
OsateResourceManager.getAadlPackage(org.eclipse.emf.ecore.resource.Resource res)
If the resource contains a package declaration only, then it is returned. |
static AadlPackage |
OsateResourceManager.getPrivateOnlyAadlPackage(org.eclipse.emf.ecore.resource.Resource res)
return the AadlPackage if it only has a private part. |
static AadlPackage |
OsateResourceManager.getPublicAadlPackage(org.eclipse.emf.ecore.resource.Resource res)
return the AadlPackage if it has a public part. |
Methods in edu.cmu.sei.aadl.model.pluginsupport that return types with arguments of type AadlPackage | |
---|---|
static java.util.Set<AadlPackage> |
OsateResourceManager.getAllPublicPackages()
Get all the global public packages in the resource set. |
static java.util.Set<AadlPackage> |
OsateResourceManager.getAllPublicPackages(AObject context)
Get all the property sets visible to the given model element. |
Uses of AadlPackage in edu.cmu.sei.aadl.model.util |
---|
Methods in edu.cmu.sei.aadl.model.util that return types with arguments of type AadlPackage | |
---|---|
static java.util.List<AadlPackage> |
AadlUtil.getAllUsedPackages(ComponentType ct)
get list of packages referenced by the features of the specified component type recurseively consider the features in port groups |
static org.eclipse.emf.common.util.EList<AadlPackage> |
AadlUtil.getAllUsedPackages(java.util.List<? extends AObject> aobjlist)
get list of packages referenced by the features of the specified list of component classifiers or port group classifiers recursively consider the features in port groups |
static java.util.List<AadlPackage> |
AadlUtil.getUsedPackages(ComponentImpl ci)
get list of packages referenced by the features of the specified component type |
static java.util.List<AadlPackage> |
AadlUtil.getUsedPackages(ComponentType ct)
get list of packages referenced by the features of the specified component type |
static org.eclipse.emf.common.util.EList<AadlPackage> |
AadlUtil.getUsedPackages(java.util.List<? extends AObject> aobjlist)
get list of packages referenced by the features of the specified list of component classifiers or port group classifiers |
static java.util.List<AadlPackage> |
AadlUtil.getUsedPackages(PortGroupType pgt)
get list of packages referenced by the features of the specified port group type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |