public interface PropertySet extends Namespace, ModelUnit
The following features are supported:
Aadl2Package.getPropertySet()
Type | Property and Description |
---|---|
Property |
createOwned
Creates a new
Property and appends it to the 'Owned Property' containment reference list. |
Modifier and Type | Method and Description |
---|---|
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.common.util.EList<ModelUnit> |
getImportedUnits()
Returns the value of the 'Imported Unit' reference 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.
|
findNamedElement, getMembers, getNamesOfMember, getOwnedMembers, members_distinguishable, membersAreDistinguishable
acceptsProperty, allNamespaces, checkPropertyAssociation, createOwnedPropertyAssociation, getName, getNamespace, getNonModalPropertyValue, getOwnedPropertyAssociations, getPropertyValue, getPropertyValueInternal, getPropertyValueList, getPropertyValues, getQualifiedName, getSimplePropertyValue, has_no_qualified_name, has_qualified_name, hasName, isDistinguishableFrom, qualifiedName, removePropertyAssociations, removePropertyAssociations, separator, setName, setPropertyValue, setPropertyValue, setPropertyValue
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
getLocationReference, setLocationReference, setLocationReference
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Property
and appends it to the 'Owned Property' containment reference list.
Property
.getOwnedProperties()
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<ModelUnit> getImportedUnits()
ModelUnit
.
If the meaning of the 'Imported Unit' reference list isn't clear, there really should be more of a description here...
Aadl2Package.getPropertySet_ImportedUnit()