public interface UserDistributionType extends DistributionParameter
The following features are supported:
BpsimPackage.getUserDistributionType()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.util.FeatureMap |
getGroup()
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.
|
boolean |
isDiscrete()
Returns the value of the 'Discrete' attribute.
|
boolean |
isSetDiscrete()
Returns whether the value of the '
Discrete' attribute is set |
void |
setDiscrete(boolean value)
Sets the value of the '
Discrete' attribute |
void |
unsetDiscrete()
Unsets the value of the '
Discrete' attribute |
getCurrencyUnit, getTimeUnit, isSetTimeUnit, setCurrencyUnit, setTimeUnit, unsetTimeUnitgetInstance, getResult, getValidFor, isSetResult, setInstance, setResult, setValidFor, unsetResultorg.eclipse.emf.ecore.util.FeatureMap getGroup()
FeatureMap.Entry.
If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here...
BpsimPackage.getUserDistributionType_Group()org.eclipse.emf.common.util.EList<UserDistributionDataPointType> getUserDistributionDataPoint()
UserDistributionDataPointType.
If the meaning of the 'User Distribution Data Point' containment reference list isn't clear, there really should be more of a description here...
BpsimPackage.getUserDistributionType_UserDistributionDataPoint()boolean isDiscrete()
"false".
If the meaning of the 'Discrete' attribute isn't clear, there really should be more of a description here...
isSetDiscrete(),
unsetDiscrete(),
setDiscrete(boolean),
BpsimPackage.getUserDistributionType_Discrete()void setDiscrete(boolean value)
Discrete' attribute.
value - the new value of the 'Discrete' attribute.isSetDiscrete(),
unsetDiscrete(),
isDiscrete()void unsetDiscrete()
Discrete' attribute.
isSetDiscrete(),
isDiscrete(),
setDiscrete(boolean)boolean isSetDiscrete()
Discrete' attribute is set.
unsetDiscrete(),
isDiscrete(),
setDiscrete(boolean)Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.