public class AnalysisContextElementImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements AnalysisContextElement
The following features are implemented:
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Component |
basicGetBase_Component() |
org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.GQAM.GaAnalysisContext |
basicGetContextAnalysis() |
InstantiatedArchitectureConfiguration |
basicGetInstantiatedArchitecture() |
org.eclipse.uml2.uml.Class |
basicGetRoot() |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
org.eclipse.uml2.uml.Component |
getBase_Component() |
org.eclipse.emf.common.util.EList<java.lang.String> |
getConditions() |
org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.GQAM.GaAnalysisContext |
getContextAnalysis() |
java.lang.String |
getDate() |
InstantiatedArchitectureConfiguration |
getInstantiatedArchitecture() |
java.lang.String |
getResult() |
org.eclipse.uml2.uml.Class |
getRoot() |
Analysis |
getType() |
boolean |
isValid() |
void |
setBase_Component(org.eclipse.uml2.uml.Component newBase_Component) |
void |
setContextAnalysis(org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.GQAM.GaAnalysisContext newContextAnalysis) |
void |
setDate(java.lang.String newDate) |
void |
setInstantiatedArchitecture(InstantiatedArchitectureConfiguration newInstantiatedArchitecture) |
void |
setResult(java.lang.String newResult) |
void |
setRoot(org.eclipse.uml2.uml.Class newRoot) |
void |
setType(Analysis newType) |
void |
setValid(boolean newValid) |
java.lang.String |
toString() |
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
eNotificationRequired, eNotify
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
public Analysis getType()
getType
in interface AnalysisContextElement
Analysis
,
AnalysisContextElement.setType(Analysis)
,
DependableComponentPackage.getAnalysisContextElement_Type()
public void setType(Analysis newType)
setType
in interface AnalysisContextElement
newType
- the new value of the 'Type' attribute.Analysis
,
AnalysisContextElement.getType()
public java.lang.String getDate()
getDate
in interface AnalysisContextElement
AnalysisContextElement.setDate(String)
,
DependableComponentPackage.getAnalysisContextElement_Date()
public void setDate(java.lang.String newDate)
setDate
in interface AnalysisContextElement
newDate
- the new value of the 'Date' attribute.AnalysisContextElement.getDate()
public org.eclipse.emf.common.util.EList<java.lang.String> getConditions()
getConditions
in interface AnalysisContextElement
DependableComponentPackage.getAnalysisContextElement_Conditions()
public boolean isValid()
isValid
in interface AnalysisContextElement
AnalysisContextElement.setValid(boolean)
,
DependableComponentPackage.getAnalysisContextElement_Valid()
public void setValid(boolean newValid)
setValid
in interface AnalysisContextElement
newValid
- the new value of the 'Valid' attribute.AnalysisContextElement.isValid()
public java.lang.String getResult()
getResult
in interface AnalysisContextElement
AnalysisContextElement.setResult(String)
,
DependableComponentPackage.getAnalysisContextElement_Result()
public void setResult(java.lang.String newResult)
setResult
in interface AnalysisContextElement
newResult
- the new value of the 'Result' attribute.AnalysisContextElement.getResult()
public org.eclipse.uml2.uml.Class getRoot()
getRoot
in interface AnalysisContextElement
AnalysisContextElement.setRoot(org.eclipse.uml2.uml.Class)
,
DependableComponentPackage.getAnalysisContextElement_Root()
public org.eclipse.uml2.uml.Class basicGetRoot()
public void setRoot(org.eclipse.uml2.uml.Class newRoot)
setRoot
in interface AnalysisContextElement
newRoot
- the new value of the 'Root' reference.AnalysisContextElement.getRoot()
public org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.GQAM.GaAnalysisContext getContextAnalysis()
getContextAnalysis
in interface AnalysisContextElement
AnalysisContextElement.setContextAnalysis(GaAnalysisContext)
,
DependableComponentPackage.getAnalysisContextElement_ContextAnalysis()
public org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.GQAM.GaAnalysisContext basicGetContextAnalysis()
public void setContextAnalysis(org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.GQAM.GaAnalysisContext newContextAnalysis)
setContextAnalysis
in interface AnalysisContextElement
newContextAnalysis
- the new value of the 'Context Analysis' reference.AnalysisContextElement.getContextAnalysis()
public org.eclipse.uml2.uml.Component getBase_Component()
getBase_Component
in interface AnalysisContextElement
AnalysisContextElement.setBase_Component(Component)
,
DependableComponentPackage.getAnalysisContextElement_Base_Component()
public org.eclipse.uml2.uml.Component basicGetBase_Component()
public void setBase_Component(org.eclipse.uml2.uml.Component newBase_Component)
setBase_Component
in interface AnalysisContextElement
newBase_Component
- the new value of the 'Base Component' reference.AnalysisContextElement.getBase_Component()
public InstantiatedArchitectureConfiguration getInstantiatedArchitecture()
getInstantiatedArchitecture
in interface AnalysisContextElement
AnalysisContextElement.setInstantiatedArchitecture(InstantiatedArchitectureConfiguration)
,
DependableComponentPackage.getAnalysisContextElement_InstantiatedArchitecture()
public InstantiatedArchitectureConfiguration basicGetInstantiatedArchitecture()
public void setInstantiatedArchitecture(InstantiatedArchitectureConfiguration newInstantiatedArchitecture)
setInstantiatedArchitecture
in interface AnalysisContextElement
newInstantiatedArchitecture
- the new value of the 'Instantiated Architecture' reference.AnalysisContextElement.getInstantiatedArchitecture()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.String toString()
toString
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl