jBPM :: BPMN2 EMF Extension Model 6.1.0.Beta1

bpsim
Interface GammaDistributionType

All Superinterfaces:
DistributionParameter, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, ParameterValue
All Known Implementing Classes:
GammaDistributionTypeImpl

public interface GammaDistributionType
extends DistributionParameter

A representation of the model object 'Gamma Distribution Type'.

The following features are supported:

See Also:
BpsimPackage.getGammaDistributionType()

Method Summary
 double getScale()
          Returns the value of the 'Scale' attribute
 double getShape()
          Returns the value of the 'Shape' attribute
 boolean isSetScale()
          Returns whether the value of the 'Scale' attribute is set
 boolean isSetShape()
          Returns whether the value of the 'Shape' attribute is set
 void setScale(double value)
          Sets the value of the 'Scale' attribute
 void setShape(double value)
          Sets the value of the 'Shape' attribute
 void unsetScale()
          Unsets the value of the 'Scale' attribute
 void unsetShape()
          Unsets the value of the 'Shape' attribute
 
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
 

Method Detail

getScale

double getScale()
Returns the value of the 'Scale' attribute.

If the meaning of the 'Scale' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Scale' attribute.
See Also:
isSetScale(), unsetScale(), setScale(double), BpsimPackage.getGammaDistributionType_Scale()

setScale

void setScale(double value)
Sets the value of the 'Scale' attribute.

Parameters:
value - the new value of the 'Scale' attribute.
See Also:
isSetScale(), unsetScale(), getScale()

unsetScale

void unsetScale()
Unsets the value of the 'Scale' attribute.

See Also:
isSetScale(), getScale(), setScale(double)

isSetScale

boolean isSetScale()
Returns whether the value of the 'Scale' attribute is set.

Returns:
whether the value of the 'Scale' attribute is set.
See Also:
unsetScale(), getScale(), setScale(double)

getShape

double getShape()
Returns the value of the 'Shape' attribute.

If the meaning of the 'Shape' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Shape' attribute.
See Also:
isSetShape(), unsetShape(), setShape(double), BpsimPackage.getGammaDistributionType_Shape()

setShape

void setShape(double value)
Sets the value of the 'Shape' attribute.

Parameters:
value - the new value of the 'Shape' attribute.
See Also:
isSetShape(), unsetShape(), getShape()

unsetShape

void unsetShape()
Unsets the value of the 'Shape' attribute.

See Also:
isSetShape(), getShape(), setShape(double)

isSetShape

boolean isSetShape()
Returns whether the value of the 'Shape' attribute is set.

Returns:
whether the value of the 'Shape' attribute is set.
See Also:
unsetShape(), getShape(), setShape(double)

jBPM :: BPMN2 EMF Extension Model 6.1.0.Beta1

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