|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
edu.cmu.sei.aadl.model.core.impl.AObjectImpl
edu.cmu.sei.aadl.model.core.impl.NamedElementImpl
edu.cmu.sei.aadl.model.core.impl.PropertyHolderImpl
edu.cmu.sei.aadl.model.core.impl.ClassifierImpl
edu.cmu.sei.aadl.model.core.impl.ComponentClassifierImpl
edu.cmu.sei.aadl.model.core.impl.ComponentImplImpl
edu.cmu.sei.aadl.model.component.impl.ThreadImplImpl
public class ThreadImplImpl
An implementation of the model object 'Thread Impl'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter> |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
org.eclipse.emf.ecore.InternalEObject.EStore |
Field Summary | |
---|---|
protected CallSequences |
callSequences
The cached value of the ' Call Sequences ' containment reference |
protected ThreadType |
compType
The cached value of the ' Comp Type ' reference |
static java.lang.String |
copyright
|
protected ThreadImpl |
extend
The cached value of the ' Extend ' reference |
protected boolean |
extendESet
This is true if the Extend reference has been set |
protected ThreadSubcomponents |
subcomponents
The cached value of the ' Subcomponents ' containment reference |
Fields inherited from class edu.cmu.sei.aadl.model.core.impl.ComponentImplImpl |
---|
connections, flows, modes, refinesType |
Fields inherited from class edu.cmu.sei.aadl.model.core.impl.ComponentClassifierImpl |
---|
extendedClassifierReference |
Fields inherited from class edu.cmu.sei.aadl.model.core.impl.ClassifierImpl |
---|
annexSubclause |
Fields inherited from class edu.cmu.sei.aadl.model.core.impl.PropertyHolderImpl |
---|
properties |
Fields inherited from class edu.cmu.sei.aadl.model.core.impl.NamedElementImpl |
---|
name, NAME_EDEFAULT |
Fields inherited from class edu.cmu.sei.aadl.model.core.impl.AObjectImpl |
---|
comment, locationReference |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
ThreadImplImpl()
|
Method Summary | |
---|---|
boolean |
acceptsProperty(PropertyDefinition property)
Query whether this object accepts values for the given property. |
void |
addSubcomponent(Subcomponent sc)
add a subcomponent to a thread implementation It only adds subcomponents that are acceptable to threads |
Subcomponents |
addSubcomponents()
add a subcomponents object to a component implementation |
ThreadType |
basicGetCompType()
|
ThreadImpl |
basicGetExtend()
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetCallSequences(CallSequences newCallSequences,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetCompType(ThreadType newCompType,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetSubcomponents(ThreadSubcomponents newSubcomponents,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
org.eclipse.emf.common.notify.NotificationChain |
eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected org.eclipse.emf.ecore.EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
CallSequences |
getCallSequences()
|
ThreadType |
getCompType()
|
ThreadImpl |
getExtend()
|
ThreadSubcomponents |
getSubcomponents()
|
boolean |
isSetExtend()
|
void |
setCallSequences(CallSequences newCallSequences)
phf: we want an add version for EList |
void |
setCompType(ThreadType newCompType)
phf: we want an add version for EList |
void |
setExtend(ThreadImpl newExtend)
|
void |
setSubcomponents(ThreadSubcomponents newSubcomponents)
|
void |
unsetExtend()
|
Methods inherited from class edu.cmu.sei.aadl.model.core.impl.ComponentClassifierImpl |
---|
checkAppliesToClassifier, getCategory, getName |
Methods inherited from class edu.cmu.sei.aadl.model.core.impl.ClassifierImpl |
---|
addAnnexSubclause, getAllPropertyAssociation, getAnnexSubclause, getExtendedClassifierReference, getExtendedQualifiedName, getPackageName, getXAllExtend, getXAllExtendPlusSelf, getXExtend, hasExtends, setExtendedClassifierReference |
Methods inherited from class edu.cmu.sei.aadl.model.core.impl.NamedElementImpl |
---|
checkName, toString |
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
public static final java.lang.String copyright
protected ThreadSubcomponents subcomponents
Subcomponents
' containment reference.
getSubcomponents()
protected ThreadType compType
Comp Type
' reference.
getCompType()
protected ThreadImpl extend
Extend
' reference.
getExtend()
protected boolean extendESet
protected CallSequences callSequences
Call Sequences
' containment reference.
getCallSequences()
Constructor Detail |
---|
protected ThreadImplImpl()
Method Detail |
---|
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class ComponentImplImpl
public ThreadSubcomponents getSubcomponents()
getSubcomponents
in interface ThreadImpl
ThreadImpl.setSubcomponents(ThreadSubcomponents)
,
ComponentPackage.getThreadImpl_Subcomponents()
public org.eclipse.emf.common.notify.NotificationChain basicSetSubcomponents(ThreadSubcomponents newSubcomponents, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setSubcomponents(ThreadSubcomponents newSubcomponents)
setSubcomponents
in interface ThreadImpl
newSubcomponents
- the new value of the 'Subcomponents' containment reference.ThreadImpl.getSubcomponents()
public ThreadType getCompType()
getCompType
in interface ThreadImpl
ThreadImpl.setCompType(ThreadType)
,
ComponentPackage.getThreadImpl_CompType()
,
ThreadType.getImplementations()
public ThreadType basicGetCompType()
public org.eclipse.emf.common.notify.NotificationChain basicSetCompType(ThreadType newCompType, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setCompType(ThreadType newCompType)
setCompType
in interface ThreadImpl
newCompType
- the new value of the 'Comp Type' reference.ThreadImpl.getCompType()
public ThreadImpl getExtend()
getExtend
in interface ThreadImpl
ThreadImpl.isSetExtend()
,
ThreadImpl.unsetExtend()
,
ThreadImpl.setExtend(ThreadImpl)
,
ComponentPackage.getThreadImpl_Extend()
public ThreadImpl basicGetExtend()
public void setExtend(ThreadImpl newExtend)
setExtend
in interface ThreadImpl
newExtend
- the new value of the 'Extend' reference.ThreadImpl.isSetExtend()
,
ThreadImpl.unsetExtend()
,
ThreadImpl.getExtend()
public void unsetExtend()
unsetExtend
in interface ThreadImpl
ThreadImpl.isSetExtend()
,
ThreadImpl.getExtend()
,
ThreadImpl.setExtend(ThreadImpl)
public boolean isSetExtend()
isSetExtend
in interface ThreadImpl
ThreadImpl.unsetExtend()
,
ThreadImpl.getExtend()
,
ThreadImpl.setExtend(ThreadImpl)
public CallSequences getCallSequences()
getCallSequences
in interface ThreadImpl
ThreadImpl.setCallSequences(CallSequences)
,
ComponentPackage.getThreadImpl_CallSequences()
public org.eclipse.emf.common.notify.NotificationChain basicSetCallSequences(CallSequences newCallSequences, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setCallSequences(CallSequences newCallSequences)
setCallSequences
in interface ThreadImpl
newCallSequences
- the new value of the 'Call Sequences' containment reference.ThreadImpl.getCallSequences()
public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseAdd
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class ComponentImplImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class ComponentImplImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class ComponentImplImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class ComponentImplImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class ComponentImplImpl
public final boolean acceptsProperty(PropertyDefinition property)
PropertyHolder
acceptsProperty
in interface PropertyHolder
acceptsProperty
in class PropertyHolderImpl
property
- The property definition to test.
true
if the given property applies to this
element.public void addSubcomponent(Subcomponent sc)
addSubcomponent
in interface ComponentImpl
addSubcomponent
in class ComponentImplImpl
sc
- Subcomponentpublic Subcomponents addSubcomponents()
ComponentImpl
addSubcomponents
in interface ComponentImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |