jBPM :: BPMN2 EMF Extension Model 6.2.0.CR4

bpsim
Interface TriangularDistributionType

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

public interface TriangularDistributionType
extends DistributionParameter

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

The following features are supported:

See Also:
BpsimPackage.getTriangularDistributionType()

Method Summary
 double getMax()
          Returns the value of the 'Max' attribute
 double getMin()
          Returns the value of the 'Min' attribute
 double getMode()
          Returns the value of the 'Mode' attribute
 boolean isSetMax()
          Returns whether the value of the 'Max' attribute is set
 boolean isSetMin()
          Returns whether the value of the 'Min' attribute is set
 boolean isSetMode()
          Returns whether the value of the 'Mode' attribute is set
 void setMax(double value)
          Sets the value of the 'Max' attribute
 void setMin(double value)
          Sets the value of the 'Min' attribute
 void setMode(double value)
          Sets the value of the 'Mode' attribute
 void unsetMax()
          Unsets the value of the 'Max' attribute
 void unsetMin()
          Unsets the value of the 'Min' attribute
 void unsetMode()
          Unsets the value of the 'Mode' 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

getMax

double getMax()
Returns the value of the 'Max' attribute.

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

Returns:
the value of the 'Max' attribute.
See Also:
isSetMax(), unsetMax(), setMax(double), BpsimPackage.getTriangularDistributionType_Max()

setMax

void setMax(double value)
Sets the value of the 'Max' attribute.

Parameters:
value - the new value of the 'Max' attribute.
See Also:
isSetMax(), unsetMax(), getMax()

unsetMax

void unsetMax()
Unsets the value of the 'Max' attribute.

See Also:
isSetMax(), getMax(), setMax(double)

isSetMax

boolean isSetMax()
Returns whether the value of the 'Max' attribute is set.

Returns:
whether the value of the 'Max' attribute is set.
See Also:
unsetMax(), getMax(), setMax(double)

getMin

double getMin()
Returns the value of the 'Min' attribute.

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

Returns:
the value of the 'Min' attribute.
See Also:
isSetMin(), unsetMin(), setMin(double), BpsimPackage.getTriangularDistributionType_Min()

setMin

void setMin(double value)
Sets the value of the 'Min' attribute.

Parameters:
value - the new value of the 'Min' attribute.
See Also:
isSetMin(), unsetMin(), getMin()

unsetMin

void unsetMin()
Unsets the value of the 'Min' attribute.

See Also:
isSetMin(), getMin(), setMin(double)

isSetMin

boolean isSetMin()
Returns whether the value of the 'Min' attribute is set.

Returns:
whether the value of the 'Min' attribute is set.
See Also:
unsetMin(), getMin(), setMin(double)

getMode

double getMode()
Returns the value of the 'Mode' attribute.

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

Returns:
the value of the 'Mode' attribute.
See Also:
isSetMode(), unsetMode(), setMode(double), BpsimPackage.getTriangularDistributionType_Mode()

setMode

void setMode(double value)
Sets the value of the 'Mode' attribute.

Parameters:
value - the new value of the 'Mode' attribute.
See Also:
isSetMode(), unsetMode(), getMode()

unsetMode

void unsetMode()
Unsets the value of the 'Mode' attribute.

See Also:
isSetMode(), getMode(), setMode(double)

isSetMode

boolean isSetMode()
Returns whether the value of the 'Mode' attribute is set.

Returns:
whether the value of the 'Mode' attribute is set.
See Also:
unsetMode(), getMode(), setMode(double)

jBPM :: BPMN2 EMF Extension Model 6.2.0.CR4

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