edu.cmu.sei.aadl.model.core
Interface AadlPackage

All Superinterfaces:
AObject, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, NamedElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AadlPackageImpl

public interface AadlPackage
extends NamedElement

A representation of the model object 'Aadl Package'.

The following features are supported:

See Also:
CorePackage.getAadlPackage()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 AadlPrivate getAadlPrivate()
          Returns the value of the 'Aadl Private' containment reference
 AadlPublic getAadlPublic()
          Returns the value of the 'Aadl Public' containment reference
 org.eclipse.emf.common.util.EList getPublicComponentClassifier(ComponentCategory compCategory)
          Get the public componentClassifier in a package
 org.eclipse.emf.common.util.EList getPublicPortGroupType()
          Get the componentClassifiers of given category from the public section of the package
 void setAadlPrivate(AadlPrivate value)
          Sets the value of the 'Aadl Private' containment reference
 void setAadlPublic(AadlPublic value)
          Sets the value of the 'Aadl Public' containment reference
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.NamedElement
getName, setName
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.AObject
addComment, getAadlSpec, getAObjectRoot, getChildren, getComment, getContainingClassifier, getContainingClassifierNameSpace, getContainingComponentImpl, getContainingComponentType, getContainingPropertyAssociationDefinitionConstant, getContainingSubcomponent, getLocationReference, getReferencedObject, getSecondReferencedObject, getSystemInstance, setLocationReference, setLocationReference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getAadlPublic

AadlPublic getAadlPublic()
Returns the value of the 'Aadl Public' containment reference.

If the meaning of the 'Aadl Public' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Aadl Public' containment reference.
See Also:
setAadlPublic(AadlPublic), CorePackage.getAadlPackage_AadlPublic()

setAadlPublic

void setAadlPublic(AadlPublic value)
Sets the value of the 'Aadl Public' containment reference.

Parameters:
value - the new value of the 'Aadl Public' containment reference.
See Also:
getAadlPublic()

getAadlPrivate

AadlPrivate getAadlPrivate()
Returns the value of the 'Aadl Private' containment reference.

If the meaning of the 'Aadl Private' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Aadl Private' containment reference.
See Also:
setAadlPrivate(AadlPrivate), CorePackage.getAadlPackage_AadlPrivate()

setAadlPrivate

void setAadlPrivate(AadlPrivate value)
Sets the value of the 'Aadl Private' containment reference.

Parameters:
value - the new value of the 'Aadl Private' containment reference.
See Also:
getAadlPrivate()

getPublicComponentClassifier

org.eclipse.emf.common.util.EList getPublicComponentClassifier(ComponentCategory compCategory)
Get the public componentClassifier in a package

Parameters:
compCategory -
Returns:
the EList of ComponentClassifier

getPublicPortGroupType

org.eclipse.emf.common.util.EList getPublicPortGroupType()
Get the componentClassifiers of given category from the public section of the package

Returns:
the EList of ComponentClassifier