|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertySet
A representation of the model object 'Property Set'.
The following features are supported:
Imports
Contents
Owned Property Type
Owned Property
Owned Property Constant
Imported Property Set
Imported Package
Aadl2Package.getPropertySet()
Field Summary |
---|
Fields inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject |
---|
copyright |
Method Summary | |
---|---|
Property |
createOwnedProperty()
Creates a new Property and appends it to the 'Owned Property' containment reference list |
PropertyConstant |
createOwnedPropertyConstant()
Creates a new PropertyConstant and appends it to the 'Owned Property Constant' containment reference list |
PropertyType |
createOwnedPropertyType(org.eclipse.emf.ecore.EClass eClass)
Creates a new PropertyType and appends it to the 'Owned Property Type' containment reference list |
org.eclipse.emf.ecore.util.FeatureMap |
getContents()
Returns the value of the 'Contents' attribute list. |
org.eclipse.emf.common.util.EList<AadlPackage> |
getImportedPackages()
Returns the value of the 'Imported Package' reference list. |
org.eclipse.emf.common.util.EList<PropertySet> |
getImportedPropertySets()
Returns the value of the 'Imported Property Set' reference list. |
org.eclipse.emf.ecore.util.FeatureMap |
getImports()
Returns the value of the 'Imports' attribute list. |
org.eclipse.emf.common.util.EList<Property> |
getOwnedProperties()
Returns the value of the 'Owned Property' containment reference list. |
org.eclipse.emf.common.util.EList<PropertyConstant> |
getOwnedPropertyConstants()
Returns the value of the 'Owned Property Constant' containment reference list. |
org.eclipse.emf.common.util.EList<PropertyType> |
getOwnedPropertyTypes()
Returns the value of the 'Owned Property Type' containment reference list. |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.Namespace |
---|
findNamedElement, getMembers, getNamesOfMember, getOwnedMembers, members_distinguishable, membersAreDistinguishable |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.Element |
---|
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject |
---|
getLocationReference, 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 |
Method Detail |
---|
org.eclipse.emf.ecore.util.FeatureMap getImports()
FeatureMap.Entry
.
If the meaning of the 'Imports' attribute list isn't clear, there really should be more of a description here...
Aadl2Package.getPropertySet_Imports()
org.eclipse.emf.ecore.util.FeatureMap getContents()
FeatureMap.Entry
.
If the meaning of the 'Contents' attribute list isn't clear, there really should be more of a description here...
Aadl2Package.getPropertySet_Contents()
org.eclipse.emf.common.util.EList<PropertyType> getOwnedPropertyTypes()
PropertyType
.
This feature subsets the following features:
If the meaning of the 'Owned Property Type' containment reference list isn't clear, there really should be more of a description here...
Aadl2Package.getPropertySet_OwnedPropertyType()
PropertyType createOwnedPropertyType(org.eclipse.emf.ecore.EClass eClass)
PropertyType
and appends it to the 'Owned Property Type' containment reference list.
eClass
- The Ecore class of the PropertyType
to create.
PropertyType
.getOwnedPropertyTypes()
org.eclipse.emf.common.util.EList<Property> getOwnedProperties()
Property
.
This feature subsets the following features:
If the meaning of the 'Owned Property' containment reference list isn't clear, there really should be more of a description here...
Aadl2Package.getPropertySet_OwnedProperty()
Property createOwnedProperty()
Property
and appends it to the 'Owned Property' containment reference list.
Property
.getOwnedProperties()
org.eclipse.emf.common.util.EList<PropertyConstant> getOwnedPropertyConstants()
PropertyConstant
.
This feature subsets the following features:
If the meaning of the 'Owned Property Constant' containment reference list isn't clear, there really should be more of a description here...
Aadl2Package.getPropertySet_OwnedPropertyConstant()
PropertyConstant createOwnedPropertyConstant()
PropertyConstant
and appends it to the 'Owned Property Constant' containment reference list.
PropertyConstant
.getOwnedPropertyConstants()
org.eclipse.emf.common.util.EList<PropertySet> getImportedPropertySets()
PropertySet
.
If the meaning of the 'Imported Property Set' containment reference list isn't clear, there really should be more of a description here...
Aadl2Package.getPropertySet_ImportedPropertySet()
org.eclipse.emf.common.util.EList<AadlPackage> getImportedPackages()
AadlPackage
.
If the meaning of the 'Imported Package' containment reference list isn't clear, there really should be more of a description here...
Aadl2Package.getPropertySet_ImportedPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |