jBPM :: BPMN2 EMF Extension Model 6.0.0.CR5

bpsim.impl
Class GammaDistributionTypeImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by bpsim.impl.ParameterValueImpl
                  extended by bpsim.impl.DistributionParameterImpl
                      extended by bpsim.impl.GammaDistributionTypeImpl
All Implemented Interfaces:
DistributionParameter, GammaDistributionType, ParameterValue, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject

public class GammaDistributionTypeImpl
extends DistributionParameterImpl
implements GammaDistributionType

An implementation of the model object 'Gamma Distribution Type'.

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 Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
protected  double scale
          The cached value of the 'Scale' attribute
protected static double SCALE_EDEFAULT
          The default value of the 'Scale' attribute
protected  boolean scaleESet
          This is true if the Scale attribute has been set
protected  double shape
          The cached value of the 'Shape' attribute
protected static double SHAPE_EDEFAULT
          The default value of the 'Shape' attribute
protected  boolean shapeESet
          This is true if the Shape attribute has been set
 
Fields inherited from class bpsim.impl.DistributionParameterImpl
CURRENCY_UNIT_EDEFAULT, currencyUnit, TIME_UNIT_EDEFAULT, timeUnit, timeUnitESet
 
Fields inherited from class bpsim.impl.ParameterValueImpl
instance, INSTANCE_EDEFAULT, result, RESULT_EDEFAULT, resultESet, VALID_FOR_EDEFAULT, validFor
 
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 GammaDistributionTypeImpl()
           
 
Method Summary
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  org.eclipse.emf.ecore.EClass eStaticClass()
           
 void eUnset(int featureID)
           
 double getScale()
           
 double getShape()
           
 boolean isSetScale()
           
 boolean isSetShape()
           
 void setScale(double newScale)
           
 void setShape(double newShape)
           
 String toString()
           
 void unsetScale()
           
 void unsetShape()
           
 
Methods inherited from class bpsim.impl.DistributionParameterImpl
getCurrencyUnit, getTimeUnit, isSetTimeUnit, setCurrencyUnit, setTimeUnit, unsetTimeUnit
 
Methods inherited from class bpsim.impl.ParameterValueImpl
getInstance, getResult, getValidFor, isSetResult, setInstance, setResult, setValidFor, unsetResult
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface bpsim.DistributionParameter
getCurrencyUnit, getTimeUnit, isSetTimeUnit, setCurrencyUnit, setTimeUnit, unsetTimeUnit
 
Methods inherited from interface bpsim.ParameterValue
getInstance, getResult, getValidFor, isSetResult, setInstance, setResult, setValidFor, unsetResult
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, 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.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

SCALE_EDEFAULT

protected static final double SCALE_EDEFAULT
The default value of the 'Scale' attribute.

See Also:
getScale(), Constant Field Values

scale

protected double scale
The cached value of the 'Scale' attribute.

See Also:
getScale()

scaleESet

protected boolean scaleESet
This is true if the Scale attribute has been set.


SHAPE_EDEFAULT

protected static final double SHAPE_EDEFAULT
The default value of the 'Shape' attribute.

See Also:
getShape(), Constant Field Values

shape

protected double shape
The cached value of the 'Shape' attribute.

See Also:
getShape()

shapeESet

protected boolean shapeESet
This is true if the Shape attribute has been set.

Constructor Detail

GammaDistributionTypeImpl

protected GammaDistributionTypeImpl()

Method Detail

eStaticClass

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

Overrides:
eStaticClass in class DistributionParameterImpl

getScale

public double getScale()

Specified by:
getScale in interface GammaDistributionType
Returns:
the value of the 'Scale' attribute.
See Also:
GammaDistributionType.isSetScale(), GammaDistributionType.unsetScale(), GammaDistributionType.setScale(double), BpsimPackage.getGammaDistributionType_Scale()

setScale

public void setScale(double newScale)

Specified by:
setScale in interface GammaDistributionType
Parameters:
newScale - the new value of the 'Scale' attribute.
See Also:
GammaDistributionType.isSetScale(), GammaDistributionType.unsetScale(), GammaDistributionType.getScale()

unsetScale

public void unsetScale()

Specified by:
unsetScale in interface GammaDistributionType
See Also:
GammaDistributionType.isSetScale(), GammaDistributionType.getScale(), GammaDistributionType.setScale(double)

isSetScale

public boolean isSetScale()

Specified by:
isSetScale in interface GammaDistributionType
Returns:
whether the value of the 'Scale' attribute is set.
See Also:
GammaDistributionType.unsetScale(), GammaDistributionType.getScale(), GammaDistributionType.setScale(double)

getShape

public double getShape()

Specified by:
getShape in interface GammaDistributionType
Returns:
the value of the 'Shape' attribute.
See Also:
GammaDistributionType.isSetShape(), GammaDistributionType.unsetShape(), GammaDistributionType.setShape(double), BpsimPackage.getGammaDistributionType_Shape()

setShape

public void setShape(double newShape)

Specified by:
setShape in interface GammaDistributionType
Parameters:
newShape - the new value of the 'Shape' attribute.
See Also:
GammaDistributionType.isSetShape(), GammaDistributionType.unsetShape(), GammaDistributionType.getShape()

unsetShape

public void unsetShape()

Specified by:
unsetShape in interface GammaDistributionType
See Also:
GammaDistributionType.isSetShape(), GammaDistributionType.getShape(), GammaDistributionType.setShape(double)

isSetShape

public boolean isSetShape()

Specified by:
isSetShape in interface GammaDistributionType
Returns:
whether the value of the 'Shape' attribute is set.
See Also:
GammaDistributionType.unsetShape(), GammaDistributionType.getShape(), GammaDistributionType.setShape(double)

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class DistributionParameterImpl

eSet

public void eSet(int featureID,
                 Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class DistributionParameterImpl

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class DistributionParameterImpl

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class DistributionParameterImpl

toString

public String toString()

Overrides:
toString in class DistributionParameterImpl

jBPM :: BPMN2 EMF Extension Model 6.0.0.CR5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.