Package bpsim
Interface UserDistributionType
-
- All Superinterfaces:
DistributionParameter,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ParameterValue
- All Known Implementing Classes:
UserDistributionTypeImpl
public interface UserDistributionType extends DistributionParameter
A representation of the model object 'User Distribution Type'.The following features are supported:
- See Also:
BpsimPackage.getUserDistributionType()- Generated code
- Model
- extendedMetaData="name='UserDistribution_._type' kind='elementOnly'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.util.FeatureMapgetGroup()Returns the value of the 'Group' attribute list.org.eclipse.emf.common.util.EList<UserDistributionDataPointType>getUserDistributionDataPoint()Returns the value of the 'User Distribution Data Point' containment reference list.booleanisDiscrete()Returns the value of the 'Discrete' attribute.booleanisSetDiscrete()Returns whether the value of the 'Discrete' attribute is set.voidsetDiscrete(boolean value)Sets the value of the 'Discrete' attribute.voidunsetDiscrete()Unsets the value of the 'Discrete' attribute.-
Methods inherited from interface bpsim.DistributionParameter
getCurrencyUnit, getTimeUnit, isSetTimeUnit, setCurrencyUnit, setTimeUnit, unsetTimeUnit
-
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
-
Methods inherited from interface bpsim.ParameterValue
getInstance, getResult, getValidFor, isSetResult, setInstance, setResult, setValidFor, unsetResult
-
-
-
-
Method Detail
-
getGroup
org.eclipse.emf.ecore.util.FeatureMap getGroup()
Returns the value of the 'Group' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Group' attribute list.
- See Also:
BpsimPackage.getUserDistributionType_Group()- Generated code
- Model
- unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='group' name='group:5'"
-
getUserDistributionDataPoint
org.eclipse.emf.common.util.EList<UserDistributionDataPointType> getUserDistributionDataPoint()
Returns the value of the 'User Distribution Data Point' containment reference list. The list contents are of typeUserDistributionDataPointType.If the meaning of the 'User Distribution Data Point' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'User Distribution Data Point' containment reference list.
- See Also:
BpsimPackage.getUserDistributionType_UserDistributionDataPoint()- Generated code
- Model
- containment="true" required="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='UserDistributionDataPoint' namespace='##targetNamespace' group='#group:5'"
-
isDiscrete
boolean isDiscrete()
Returns the value of the 'Discrete' attribute. The default value is"false".If the meaning of the 'Discrete' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Discrete' attribute.
- See Also:
isSetDiscrete(),unsetDiscrete(),setDiscrete(boolean),BpsimPackage.getUserDistributionType_Discrete()- Generated code
- Model
- default="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" extendedMetaData="kind='attribute' name='discrete'"
-
setDiscrete
void setDiscrete(boolean value)
Sets the value of the 'Discrete' attribute.- Parameters:
value- the new value of the 'Discrete' attribute.- See Also:
isSetDiscrete(),unsetDiscrete(),isDiscrete()- Generated code
-
unsetDiscrete
void unsetDiscrete()
Unsets the value of the 'Discrete' attribute.- See Also:
isSetDiscrete(),isDiscrete(),setDiscrete(boolean)- Generated code
-
isSetDiscrete
boolean isSetDiscrete()
Returns whether the value of the 'Discrete' attribute is set.- Returns:
- whether the value of the 'Discrete' attribute is set.
- See Also:
unsetDiscrete(),isDiscrete(),setDiscrete(boolean)- Generated code
-
-