edu.cmu.sei.aadl.aadl2
Interface ComponentType

All Superinterfaces:
AObject, Classifier, ComponentClassifier, Element, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, NamedElement, Namespace, org.eclipse.emf.common.notify.Notifier, Type
All Known Subinterfaces:
AbstractType, BusType, DataType, DeviceType, MemoryType, ProcessorType, ProcessType, SubprogramGroupType, SubprogramType, SystemType, ThreadGroupType, ThreadType, VirtualBusType, VirtualProcessorType
All Known Implementing Classes:
AbstractTypeImpl, BusTypeImpl, ComponentTypeImpl, DataTypeImpl, DeviceTypeImpl, MemoryTypeImpl, ProcessorTypeImpl, ProcessTypeImpl, SubprogramGroupTypeImpl, SubprogramTypeImpl, SystemTypeImpl, ThreadGroupTypeImpl, ThreadTypeImpl, VirtualBusTypeImpl, VirtualProcessorTypeImpl

public interface ComponentType
extends ComponentClassifier

A representation of the model object 'Component Type'.

The following features are supported:

See Also:
Aadl2Package.getComponentType()

Field Summary
 
Fields inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject
copyright
 
Method Summary
 AbstractFeature createOwnedAbstractFeature()
          Creates a new AbstractFeature and appends it to the 'Owned Abstract Feature' containment reference list
 TypeExtension createOwnedExtension()
          Creates a new TypeExtension and sets the 'Owned Extension' containment reference
 FeatureGroup createOwnedFeatureGroup()
          Creates a new FeatureGroup and appends it to the 'Owned Feature Group' containment reference list
 FlowSpecification createOwnedFlowSpecification()
          Creates a new FlowSpecification and appends it to the 'Owned Flow Specification' containment reference list
 org.eclipse.emf.common.util.EList<FlowSpecification> getAllFlowSpecifications()
          get list of all flow specs of a component type, including ancestor features In case of refined flow specs the refined flow spec is returned in the list.
 ComponentType getExtended()
          Returns the value of the 'Extended' reference.
 org.eclipse.emf.ecore.util.FeatureMap getFeatures()
          Returns the value of the 'Features' attribute list.
 org.eclipse.emf.common.util.EList<AbstractFeature> getOwnedAbstractFeatures()
          Returns the value of the 'Owned Abstract Feature' containment reference list.
 TypeExtension getOwnedExtension()
          Returns the value of the 'Owned Extension' containment reference.
 org.eclipse.emf.common.util.EList<FeatureGroup> getOwnedFeatureGroups()
          Returns the value of the 'Owned Feature Group' containment reference list.
 org.eclipse.emf.common.util.EList<Feature> getOwnedFeatures()
          Returns the value of the 'Owned Feature' containment reference list.
 org.eclipse.emf.common.util.EList<FlowSpecification> getOwnedFlowSpecifications()
          Returns the value of the 'Owned Flow Specification' containment reference list.
 boolean isNoFeatures()
          Returns the value of the 'No Features' attribute
 void setExtended(ComponentType value)
          Sets the value of the 'Extended' reference
 void setNoFeatures(boolean value)
          Sets the value of the 'No Features' attribute
 void setOwnedExtension(TypeExtension value)
          Sets the value of the 'Owned Extension' containment reference
 
Methods inherited from interface edu.cmu.sei.aadl.aadl2.ComponentClassifier
createOwnedInternalEvent, createOwnedMode, createOwnedModeTransition, createOwnedProcessorPort, getCategory, getOwnedInternalEvents, getOwnedModes, getOwnedModeTransitions, getOwnedProcessorPorts, isNoFlows, isNoModes, setNoFlows, setNoModes
 
Methods inherited from interface edu.cmu.sei.aadl.aadl2.Classifier
allFeatures, allParents, checkAppliesToClassifier, createOwnedAnnexSubclause, createOwnedAnnexSubclause, createOwnedPrototype, createOwnedPrototypeBinding, getAllExtendPlusSelf, getAllFeatures, getAllPropertyAssociations, getClassifierFeatures, getGeneralizations, getGenerals, getInheritedMembers, getOwnedAnnexSubclauses, getOwnedPrototypeBindings, getOwnedPrototypes, hasVisibilityOf, inherit, inheritableMembers, inheritedMember, isDescendentOf, isNoAnnexes, isNoProperties, isNoPrototypes, lookupPrototypeBinding, maySpecializeType, no_cycles_in_generalization, parents, setNoAnnexes, setNoProperties, setNoPrototypes, specialize_type
 
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.Type
conformsTo
 
Methods inherited from interface edu.cmu.sei.aadl.aadl2.NamedElement
acceptsProperty, allNamespaces, checkPropertyAssociation, createOwnedPropertyAssociation, getName, getNamespace, getOwnedPropertyAssociations, getPropertyValue, getPropertyValueInternal, getPropertyValueList, getQualifiedName, getSimplePropertyValue, has_no_qualified_name, has_qualified_name, hasName, isDistinguishableFrom, qualifiedName, removePropertyAssociations, removePropertyAssociations, separator, setName, setPropertyValue, setPropertyValue, setPropertyValue
 
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

getFeatures

org.eclipse.emf.ecore.util.FeatureMap getFeatures()
Returns the value of the 'Features' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Features' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Features' attribute list.
See Also:
Aadl2Package.getComponentType_Features()

isNoFeatures

boolean isNoFeatures()
Returns the value of the 'No Features' attribute.

If the meaning of the 'No Features' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'No Features' attribute.
See Also:
setNoFeatures(boolean), Aadl2Package.getComponentType_NoFeatures()

setNoFeatures

void setNoFeatures(boolean value)
Sets the value of the 'No Features' attribute.

Parameters:
value - the new value of the 'No Features' attribute.
See Also:
isNoFeatures()

getOwnedFeatures

org.eclipse.emf.common.util.EList<Feature> getOwnedFeatures()
Returns the value of the 'Owned Feature' containment reference list. The list contents are of type Feature.

This feature subsets the following features:

This feature is a derived union.

If the meaning of the 'Owned Feature' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owned Feature' containment reference list.
See Also:
Aadl2Package.getComponentType_OwnedFeature()

getExtended

ComponentType getExtended()
Returns the value of the 'Extended' reference.

This feature subsets the following features:

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

Specified by:
getExtended in interface Classifier
Returns:
the value of the 'Extended' reference.
See Also:
setExtended(ComponentType), Aadl2Package.getComponentType_Extended()

setExtended

void setExtended(ComponentType value)
Sets the value of the 'Extended' reference.

Parameters:
value - the new value of the 'Extended' reference.
See Also:
getExtended()

getOwnedFlowSpecifications

org.eclipse.emf.common.util.EList<FlowSpecification> getOwnedFlowSpecifications()
Returns the value of the 'Owned Flow Specification' containment reference list. The list contents are of type FlowSpecification.

This feature subsets the following features:

If the meaning of the 'Owned Flow Specification' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owned Flow Specification' containment reference list.
See Also:
Aadl2Package.getComponentType_OwnedFlowSpecification()

createOwnedFlowSpecification

FlowSpecification createOwnedFlowSpecification()
Creates a new FlowSpecification and appends it to the 'Owned Flow Specification' containment reference list.

Returns:
The new FlowSpecification.
See Also:
getOwnedFlowSpecifications()

getOwnedExtension

TypeExtension getOwnedExtension()
Returns the value of the 'Owned Extension' containment reference.

This feature subsets the following features:

If the meaning of the 'Owned Extension' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owned Extension' containment reference.
See Also:
setOwnedExtension(TypeExtension), Aadl2Package.getComponentType_OwnedExtension()

setOwnedExtension

void setOwnedExtension(TypeExtension value)
Sets the value of the 'Owned Extension' containment reference.

Parameters:
value - the new value of the 'Owned Extension' containment reference.
See Also:
getOwnedExtension()

createOwnedExtension

TypeExtension createOwnedExtension()
Creates a new TypeExtension and sets the 'Owned Extension' containment reference.

Returns:
The new TypeExtension.
See Also:
getOwnedExtension()

getOwnedFeatureGroups

org.eclipse.emf.common.util.EList<FeatureGroup> getOwnedFeatureGroups()
Returns the value of the 'Owned Feature Group' containment reference list. The list contents are of type FeatureGroup.

This feature subsets the following features:

If the meaning of the 'Owned Feature Group' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owned Feature Group' containment reference list.
See Also:
Aadl2Package.getComponentType_OwnedFeatureGroup()

createOwnedFeatureGroup

FeatureGroup createOwnedFeatureGroup()
Creates a new FeatureGroup and appends it to the 'Owned Feature Group' containment reference list.

Returns:
The new FeatureGroup.
See Also:
getOwnedFeatureGroups()

getOwnedAbstractFeatures

org.eclipse.emf.common.util.EList<AbstractFeature> getOwnedAbstractFeatures()
Returns the value of the 'Owned Abstract Feature' containment reference list. The list contents are of type AbstractFeature.

This feature subsets the following features:

If the meaning of the 'Owned Abstract Feature' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owned Abstract Feature' containment reference list.
See Also:
Aadl2Package.getComponentType_OwnedAbstractFeature()

createOwnedAbstractFeature

AbstractFeature createOwnedAbstractFeature()
Creates a new AbstractFeature and appends it to the 'Owned Abstract Feature' containment reference list.

Returns:
The new AbstractFeature.
See Also:
getOwnedAbstractFeatures()

getAllFlowSpecifications

org.eclipse.emf.common.util.EList<FlowSpecification> getAllFlowSpecifications()
get list of all flow specs of a component type, including ancestor features In case of refined flow specs the refined flow spec is returned in the list.

Returns:
List of flow specs