jBPM :: BPMN2 EMF Extension Model 6.0.0.CR4

bpsim
Interface BinomialDistributionType

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

public interface BinomialDistributionType
extends DistributionParameter

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

The following features are supported:

See Also:
BpsimPackage.getBinomialDistributionType()

Method Summary
 double getProbability()
          Returns the value of the 'Probability' attribute
 long getTrials()
          Returns the value of the 'Trials' attribute
 boolean isSetProbability()
          Returns whether the value of the 'Probability' attribute is set
 boolean isSetTrials()
          Returns whether the value of the 'Trials' attribute is set
 void setProbability(double value)
          Sets the value of the 'Probability' attribute
 void setTrials(long value)
          Sets the value of the 'Trials' attribute
 void unsetProbability()
          Unsets the value of the 'Probability' attribute
 void unsetTrials()
          Unsets the value of the 'Trials' 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

getProbability

double getProbability()
Returns the value of the 'Probability' attribute.

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

Returns:
the value of the 'Probability' attribute.
See Also:
isSetProbability(), unsetProbability(), setProbability(double), BpsimPackage.getBinomialDistributionType_Probability()

setProbability

void setProbability(double value)
Sets the value of the 'Probability' attribute.

Parameters:
value - the new value of the 'Probability' attribute.
See Also:
isSetProbability(), unsetProbability(), getProbability()

unsetProbability

void unsetProbability()
Unsets the value of the 'Probability' attribute.

See Also:
isSetProbability(), getProbability(), setProbability(double)

isSetProbability

boolean isSetProbability()
Returns whether the value of the 'Probability' attribute is set.

Returns:
whether the value of the 'Probability' attribute is set.
See Also:
unsetProbability(), getProbability(), setProbability(double)

getTrials

long getTrials()
Returns the value of the 'Trials' attribute.

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

Returns:
the value of the 'Trials' attribute.
See Also:
isSetTrials(), unsetTrials(), setTrials(long), BpsimPackage.getBinomialDistributionType_Trials()

setTrials

void setTrials(long value)
Sets the value of the 'Trials' attribute.

Parameters:
value - the new value of the 'Trials' attribute.
See Also:
isSetTrials(), unsetTrials(), getTrials()

unsetTrials

void unsetTrials()
Unsets the value of the 'Trials' attribute.

See Also:
isSetTrials(), getTrials(), setTrials(long)

isSetTrials

boolean isSetTrials()
Returns whether the value of the 'Trials' attribute is set.

Returns:
whether the value of the 'Trials' attribute is set.
See Also:
unsetTrials(), getTrials(), setTrials(long)

jBPM :: BPMN2 EMF Extension Model 6.0.0.CR4

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