jBPM :: BPMN2 EMF Extension Model 6.2.0.Final

bpsim
Interface ErlangDistributionType

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

public interface ErlangDistributionType
extends DistributionParameter

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

The following features are supported:

See Also:
BpsimPackage.getErlangDistributionType()

Method Summary
 double getK()
          Returns the value of the 'K' attribute
 double getMean()
          Returns the value of the 'Mean' attribute
 boolean isSetK()
          Returns whether the value of the 'K' attribute is set
 boolean isSetMean()
          Returns whether the value of the 'Mean' attribute is set
 void setK(double value)
          Sets the value of the 'K' attribute
 void setMean(double value)
          Sets the value of the 'Mean' attribute
 void unsetK()
          Unsets the value of the 'K' attribute
 void unsetMean()
          Unsets the value of the 'Mean' 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

getK

double getK()
Returns the value of the 'K' attribute.

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

Returns:
the value of the 'K' attribute.
See Also:
isSetK(), unsetK(), setK(double), BpsimPackage.getErlangDistributionType_K()

setK

void setK(double value)
Sets the value of the 'K' attribute.

Parameters:
value - the new value of the 'K' attribute.
See Also:
isSetK(), unsetK(), getK()

unsetK

void unsetK()
Unsets the value of the 'K' attribute.

See Also:
isSetK(), getK(), setK(double)

isSetK

boolean isSetK()
Returns whether the value of the 'K' attribute is set.

Returns:
whether the value of the 'K' attribute is set.
See Also:
unsetK(), getK(), setK(double)

getMean

double getMean()
Returns the value of the 'Mean' attribute.

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

Returns:
the value of the 'Mean' attribute.
See Also:
isSetMean(), unsetMean(), setMean(double), BpsimPackage.getErlangDistributionType_Mean()

setMean

void setMean(double value)
Sets the value of the 'Mean' attribute.

Parameters:
value - the new value of the 'Mean' attribute.
See Also:
isSetMean(), unsetMean(), getMean()

unsetMean

void unsetMean()
Unsets the value of the 'Mean' attribute.

See Also:
isSetMean(), getMean(), setMean(double)

isSetMean

boolean isSetMean()
Returns whether the value of the 'Mean' attribute is set.

Returns:
whether the value of the 'Mean' attribute is set.
See Also:
unsetMean(), getMean(), setMean(double)

jBPM :: BPMN2 EMF Extension Model 6.2.0.Final

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