jBPM :: BPMN2 EMF Extension Model 6.0.0.CR2

bpsim
Interface UserDistributionDataPointType

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

public interface UserDistributionDataPointType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'User Distribution Data Point Type'.

The following features are supported:

See Also:
BpsimPackage.getUserDistributionDataPointType()

Method Summary
 ParameterValue getParameterValue()
          Returns the value of the 'Parameter Value' containment reference
 org.eclipse.emf.ecore.util.FeatureMap getParameterValueGroup()
          Returns the value of the 'Parameter Value Group' attribute list.
 float getProbability()
          Returns the value of the 'Probability' attribute
 boolean isSetProbability()
          Returns whether the value of the 'Probability' attribute is set
 void setParameterValue(ParameterValue value)
          Sets the value of the 'Parameter Value' containment reference
 void setProbability(float value)
          Sets the value of the 'Probability' attribute
 void unsetProbability()
          Unsets the value of the 'Probability' attribute
 
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

getParameterValueGroup

org.eclipse.emf.ecore.util.FeatureMap getParameterValueGroup()
Returns the value of the 'Parameter Value Group' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Parameter Value Group' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parameter Value Group' attribute list.
See Also:
BpsimPackage.getUserDistributionDataPointType_ParameterValueGroup()

getParameterValue

ParameterValue getParameterValue()
Returns the value of the 'Parameter Value' containment reference.

If the meaning of the 'Parameter Value' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parameter Value' containment reference.
See Also:
setParameterValue(ParameterValue), BpsimPackage.getUserDistributionDataPointType_ParameterValue()

setParameterValue

void setParameterValue(ParameterValue value)
Sets the value of the 'Parameter Value' containment reference.

Parameters:
value - the new value of the 'Parameter Value' containment reference.
See Also:
getParameterValue()

getProbability

float 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(float), BpsimPackage.getUserDistributionDataPointType_Probability()

setProbability

void setProbability(float 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(float)

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(float)

jBPM :: BPMN2 EMF Extension Model 6.0.0.CR2

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