|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| 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
org.eclipse.hyades.model.statistical.impl.SDRepresentationImpl
org.eclipse.hyades.model.statistical.impl.SDDiscreteRepresentationImpl
org.eclipse.hyades.model.statistical.impl.SDRangeRepresentationImpl
org.eclipse.hyades.model.statistical.impl.SDGaugeRepresentationImpl
An implementation of the model object 'SD Gauge Representation'.
The following features are implemented:
| 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.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 static int |
MAX_THRESHOLD_EDEFAULT
The default value of the ' Max Threshold' attribute. |
protected int |
maxThreshold
The cached value of the ' Max Threshold' attribute. |
protected static int |
MIN_THRESHOLD_EDEFAULT
The default value of the ' Min Threshold' attribute. |
protected int |
minThreshold
The cached value of the ' Min Threshold' attribute. |
| Fields inherited from class org.eclipse.hyades.model.statistical.impl.SDRangeRepresentationImpl |
|---|
max, MAX_EDEFAULT, min, MIN_EDEFAULT |
| 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 interface org.eclipse.emf.ecore.InternalEObject |
|---|
EOPPOSITE_FEATURE_BASE |
| Constructor Summary | |
|---|---|
protected |
SDGaugeRepresentationImpl()
|
| Method Summary | |
|---|---|
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)
|
int |
getMaxThreshold()
|
int |
getMinThreshold()
|
void |
setMaxThreshold(int newMaxThreshold)
|
void |
setMinThreshold(int newMinThreshold)
|
java.lang.String |
toString()
|
| Methods inherited from class org.eclipse.hyades.model.statistical.impl.SDRangeRepresentationImpl |
|---|
getMax, getMin, setMax, setMin |
| Methods inherited from class org.eclipse.hyades.model.statistical.impl.SDRepresentationImpl |
|---|
getMemberDescriptor, setMemberDescriptor |
| 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 |
|---|
eAllContents, eBaseStructuralFeatureID, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eHasSettings, eInternalResource, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eStaticFeatureCount, eStore, eURIFragmentSegment |
| 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.hyades.model.statistical.SDRangeRepresentation |
|---|
getMax, getMin, setMax, setMin |
| Methods inherited from interface org.eclipse.hyades.model.statistical.SDRepresentation |
|---|
getMemberDescriptor, setMemberDescriptor |
| 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 |
protected static final int MAX_THRESHOLD_EDEFAULT
Max Threshold' attribute.
getMaxThreshold(),
Constant Field Valuesprotected int maxThreshold
Max Threshold' attribute.
getMaxThreshold()protected static final int MIN_THRESHOLD_EDEFAULT
Min Threshold' attribute.
getMinThreshold(),
Constant Field Valuesprotected int minThreshold
Min Threshold' attribute.
getMinThreshold()| Constructor Detail |
protected SDGaugeRepresentationImpl()
| Method Detail |
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class SDRangeRepresentationImplpublic int getMaxThreshold()
getMaxThreshold in interface SDGaugeRepresentationSDGaugeRepresentation.setMaxThreshold(int),
StatisticalPackage.getSDGaugeRepresentation_MaxThreshold()public void setMaxThreshold(int newMaxThreshold)
setMaxThreshold in interface SDGaugeRepresentationnewMaxThreshold - the new value of the 'Max Threshold' attribute.SDGaugeRepresentation.getMaxThreshold()public int getMinThreshold()
getMinThreshold in interface SDGaugeRepresentationSDGaugeRepresentation.setMinThreshold(int),
StatisticalPackage.getSDGaugeRepresentation_MinThreshold()public void setMinThreshold(int newMinThreshold)
setMinThreshold in interface SDGaugeRepresentationnewMinThreshold - the new value of the 'Min Threshold' attribute.SDGaugeRepresentation.getMinThreshold()
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)
eInverseAdd in interface org.eclipse.emf.ecore.InternalEObjecteInverseAdd in class SDRangeRepresentationImpl
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)
eInverseRemove in interface org.eclipse.emf.ecore.InternalEObjecteInverseRemove in class SDRangeRepresentationImplpublic org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainer(org.eclipse.emf.common.notify.NotificationChain msgs)
eBasicRemoveFromContainer in interface org.eclipse.emf.ecore.InternalEObjecteBasicRemoveFromContainer in class SDRangeRepresentationImpl
public java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
boolean resolve)
eGet in interface org.eclipse.emf.ecore.EObjecteGet in class SDRangeRepresentationImpl
public void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.EObjecteSet in class SDRangeRepresentationImplpublic void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
eUnset in interface org.eclipse.emf.ecore.EObjecteUnset in class SDRangeRepresentationImplpublic boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
eIsSet in interface org.eclipse.emf.ecore.EObjecteIsSet in class SDRangeRepresentationImplpublic java.lang.String toString()
toString in class SDRangeRepresentationImpl
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||