jBPM :: BPMN2 EMF Extension Model 6.1.0.CR1

bpsim
Interface UniformDistributionType

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

public interface UniformDistributionType
extends DistributionParameter

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

The following features are supported:

See Also:
BpsimPackage.getUniformDistributionType()

Method Summary
 double getMax()
          Returns the value of the 'Max' attribute
 double getMin()
          Returns the value of the 'Min' 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
 void setMax(double value)
          Sets the value of the 'Max' attribute
 void setMin(double value)
          Sets the value of the 'Min' attribute
 void unsetMax()
          Unsets the value of the 'Max' attribute
 void unsetMin()
          Unsets the value of the 'Min' 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.getUniformDistributionType_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.getUniformDistributionType_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)

jBPM :: BPMN2 EMF Extension Model 6.1.0.CR1

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