TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.model.statistical.impl
Class SDSnapshotObservationImpl

java.lang.Object
  extended byorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended byorg.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended byorg.eclipse.emf.ecore.impl.EObjectImpl
              extended byorg.eclipse.hyades.model.statistical.impl.SDSnapshotObservationImpl
All Implemented Interfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.common.notify.Notifier, SDSnapshotObservation
Direct Known Subclasses:
SDContiguousObservationImpl, SDDiscreteObservationImpl, SDTextObservationImpl

public abstract class SDSnapshotObservationImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements SDSnapshotObservation

An implementation of the model object 'SD Snapshot Observation'.

The following features are implemented:

Generated

Nested Class Summary
 
Nested classes 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 inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
protected  org.eclipse.emf.common.util.EList creationTime
          The cached value of the 'Creation Time' attribute list
protected  SDMemberDescriptor memberDescriptor
          The cached value of the 'Member Descriptor' reference
protected  org.eclipse.emf.common.util.EList validityMask
          The cached value of the 'Validity Mask' attribute list
 
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 SDSnapshotObservationImpl()
           
 
Method Summary
 SDMemberDescriptor basicGetMemberDescriptor()
           
 org.eclipse.emf.common.notify.NotificationChain basicSetMemberDescriptor(SDMemberDescriptor newMemberDescriptor, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainer(org.eclipse.emf.common.notify.NotificationChain msgs)
           
 java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature, boolean resolve)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, java.lang.Class baseClass, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, java.lang.Class baseClass, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
           
 void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature, java.lang.Object newValue)
           
protected  org.eclipse.emf.ecore.EClass eStaticClass()
           
 void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
           
 org.eclipse.emf.common.util.EList getCreationTime()
           
 SDMemberDescriptor getMemberDescriptor()
           
 org.eclipse.emf.common.util.EList getValidityMask()
           
 SDSampleWindow getWindow()
           
 void setMemberDescriptor(SDMemberDescriptor newMemberDescriptor)
           
 void setWindow(SDSampleWindow newWindow)
           
 java.lang.String 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, 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, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eURIFragmentSegment, 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 org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eIsProxy, eResource
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

validityMask

protected org.eclipse.emf.common.util.EList validityMask
The cached value of the 'Validity Mask' attribute list.

See Also:
getValidityMask()
Generated
[EMF] Ordered

creationTime

protected org.eclipse.emf.common.util.EList creationTime
The cached value of the 'Creation Time' attribute list.

See Also:
getCreationTime()
Generated
[EMF] Ordered

memberDescriptor

protected SDMemberDescriptor memberDescriptor
The cached value of the 'Member Descriptor' reference.

See Also:
getMemberDescriptor()
Generated
[EMF] Ordered
Constructor Detail

SDSnapshotObservationImpl

protected SDSnapshotObservationImpl()

Generated
Method Detail

eStaticClass

protected org.eclipse.emf.ecore.EClass eStaticClass()

Generated

getValidityMask

public org.eclipse.emf.common.util.EList getValidityMask()

Specified by:
getValidityMask in interface SDSnapshotObservation
Returns:
the value of the 'Validity Mask' attribute list.
See Also:
StatisticalPackage.getSDSnapshotObservation_ValidityMask()
Generated

getCreationTime

public org.eclipse.emf.common.util.EList getCreationTime()

Specified by:
getCreationTime in interface SDSnapshotObservation
Returns:
the value of the 'Creation Time' attribute list.
See Also:
StatisticalPackage.getSDSnapshotObservation_CreationTime()
Generated

getMemberDescriptor

public SDMemberDescriptor getMemberDescriptor()

Specified by:
getMemberDescriptor in interface SDSnapshotObservation
Returns:
the value of the 'Member Descriptor' reference.
See Also:
SDSnapshotObservation.setMemberDescriptor(SDMemberDescriptor), StatisticalPackage.getSDSnapshotObservation_MemberDescriptor(), SDMemberDescriptor.getSnapshotObservation()
Generated

basicGetMemberDescriptor

public SDMemberDescriptor basicGetMemberDescriptor()

Generated

basicSetMemberDescriptor

public org.eclipse.emf.common.notify.NotificationChain basicSetMemberDescriptor(SDMemberDescriptor newMemberDescriptor,
                                                                                org.eclipse.emf.common.notify.NotificationChain msgs)

Generated

setMemberDescriptor

public void setMemberDescriptor(SDMemberDescriptor newMemberDescriptor)

Specified by:
setMemberDescriptor in interface SDSnapshotObservation
Parameters:
newMemberDescriptor - the new value of the 'Member Descriptor' reference.
See Also:
SDSnapshotObservation.getMemberDescriptor()
Generated

getWindow

public SDSampleWindow getWindow()

Specified by:
getWindow in interface SDSnapshotObservation
Returns:
the value of the 'Window' container reference.
See Also:
SDSnapshotObservation.setWindow(SDSampleWindow), StatisticalPackage.getSDSnapshotObservation_Window(), SDSampleWindow.getObservations()
Generated

setWindow

public void setWindow(SDSampleWindow newWindow)

Specified by:
setWindow in interface SDSnapshotObservation
Parameters:
newWindow - the new value of the 'Window' container reference.
See Also:
SDSnapshotObservation.getWindow()
Generated

eInverseAdd

public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                   int featureID,
                                                                   java.lang.Class baseClass,
                                                                   org.eclipse.emf.common.notify.NotificationChain msgs)

Specified by:
eInverseAdd in interface org.eclipse.emf.ecore.InternalEObject
Generated

eInverseRemove

public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                      int featureID,
                                                                      java.lang.Class baseClass,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)

Specified by:
eInverseRemove in interface org.eclipse.emf.ecore.InternalEObject
Generated

eBasicRemoveFromContainer

public org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainer(org.eclipse.emf.common.notify.NotificationChain msgs)

Specified by:
eBasicRemoveFromContainer in interface org.eclipse.emf.ecore.InternalEObject
Generated

eGet

public java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
                             boolean resolve)

Specified by:
eGet in interface org.eclipse.emf.ecore.EObject
Generated

eSet

public void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.EObject
Generated

eUnset

public void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)

Specified by:
eUnset in interface org.eclipse.emf.ecore.EObject
Generated

eIsSet

public boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.EObject
Generated

toString

public java.lang.String toString()

Generated

TPTP 4.2.0 Platform Project
Public API Specification