edu.cmu.sei.aadl.model.component
Interface ProcessorType

All Superinterfaces:
AObject, Classifier, ComponentClassifier, ComponentType, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, NamedElement, org.eclipse.emf.common.notify.Notifier, ProcessorClassifier, PropertyHolder
All Known Implementing Classes:
ProcessorTypeImpl

public interface ProcessorType
extends ComponentType, ProcessorClassifier

A representation of the model object 'Processor Type'.

The following features are supported:

See Also:
ComponentPackage.getProcessorType()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 void addImplementations(ProcessorImpl value)
          Adds to the list the value of the 'Implementations' reference list
 ProcessorType getExtend()
          Returns the value of the 'Extend' reference
 ProcessorFeatures getFeatures()
          Returns the value of the 'Features' containment reference
 org.eclipse.emf.common.util.EList getImplementations()
          Returns the value of the 'Implementations' reference list.
 boolean isSetExtend()
          Returns whether the value of the 'Extend' reference is set
 void setExtend(ProcessorType value)
          Sets the value of the 'Extend' reference
 void setFeatures(ProcessorFeatures value)
          Sets the value of the 'Features' containment reference
 void unsetExtend()
          Unsets the value of the 'Extend' reference
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.ComponentType
addFeature, createXFeatures, findFeature, findFlowSpec, getAllFlowSpec, getFlowSpec, getFlowSpecs, getFlowSpecs, getQualifiedName, getXAllFeature, getXFeature, getXFeatures, getXFeatures, setFlowSpecs
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.ComponentClassifier
checkAppliesToClassifier, getCategory, isDescendentOf
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.Classifier
addAnnexSubclause, getAllPropertyAssociation, getAnnexSubclause, getExtendedClassifierReference, getExtendedQualifiedName, getPackageName, getXAllExtend, getXAllExtendPlusSelf, getXExtend, hasExtends, setExtendedClassifierReference
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.PropertyHolder
acceptsProperty, addProperty, addPropertyValue, checkPropertyAssociation, findPropertyAssociation, getProperties, getPropertyAssociation, getPropertyValue, getPropertyValueInternal, getPropertyValueList, getSimplePropertyValue, isModalPropertyValue, removeContainedPropertyAssociations, removeContainedPropertyAssociations, removePropertyAssociations, removePropertyAssociations, setContainedPropertyValue, setContainedPropertyValue, setContainedPropertyValue, setContainedPropertyValue, setProperties, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValue
 
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

getImplementations

org.eclipse.emf.common.util.EList getImplementations()
Returns the value of the 'Implementations' reference list. The list contents are of type ProcessorImpl. It is bidirectional and its opposite is 'Comp Type'.

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

Specified by:
getImplementations in interface ComponentType
Returns:
the value of the 'Implementations' reference list.
See Also:
ComponentPackage.getProcessorType_Implementations(), ProcessorImpl.getCompType()

addImplementations

void addImplementations(ProcessorImpl value)
Adds to the list the value of the 'Implementations' reference list.

Parameters:
value - the value to add to 'Implementations' reference list.

getExtend

ProcessorType getExtend()
Returns the value of the 'Extend' reference.

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

Returns:
the value of the 'Extend' reference.
See Also:
isSetExtend(), unsetExtend(), setExtend(ProcessorType), ComponentPackage.getProcessorType_Extend()

setExtend

void setExtend(ProcessorType value)
Sets the value of the 'Extend' reference.

Parameters:
value - the new value of the 'Extend' reference.
See Also:
isSetExtend(), unsetExtend(), getExtend()

unsetExtend

void unsetExtend()
Unsets the value of the 'Extend' reference.

See Also:
isSetExtend(), getExtend(), setExtend(ProcessorType)

isSetExtend

boolean isSetExtend()
Returns whether the value of the 'Extend' reference is set.

Returns:
whether the value of the 'Extend' reference is set.
See Also:
unsetExtend(), getExtend(), setExtend(ProcessorType)

getFeatures

ProcessorFeatures getFeatures()
Returns the value of the 'Features' containment reference.

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

Returns:
the value of the 'Features' containment reference.
See Also:
setFeatures(ProcessorFeatures), ComponentPackage.getProcessorType_Features()

setFeatures

void setFeatures(ProcessorFeatures value)
Sets the value of the 'Features' containment reference.

Parameters:
value - the new value of the 'Features' containment reference.
See Also:
getFeatures()