Interface DocumentRoot
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DocumentRootImpl
public interface DocumentRoot extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Document Root'.The following features are supported:
MixedXMLNS Prefix MapXSI Schema LocationBeta DistributionParameter ValueBinomial DistributionBoolean ParameterBP Sim DataDate Time ParameterDuration ParameterEnum ParameterErlang DistributionExpression ParameterFloating ParameterGamma DistributionLog Normal DistributionNegative Exponential DistributionNormal DistributionNumeric ParameterPoisson DistributionString ParameterTriangular DistributionTruncated Normal DistributionUniform DistributionUser DistributionUser Distribution Data PointWeibull Distribution
- See Also:
BpsimPackage.getDocumentRoot()- Generated code
- Model
- extendedMetaData="name='' kind='mixed'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BetaDistributionTypegetBetaDistribution()Returns the value of the 'Beta Distribution' containment reference.BinomialDistributionTypegetBinomialDistribution()Returns the value of the 'Binomial Distribution' containment reference.BooleanParameterTypegetBooleanParameter()Returns the value of the 'Boolean Parameter' containment reference.BPSimDataTypegetBPSimData()Returns the value of the 'BP Sim Data' containment reference.DateTimeParameterTypegetDateTimeParameter()Returns the value of the 'Date Time Parameter' containment reference.DurationParameterTypegetDurationParameter()Returns the value of the 'Duration Parameter' containment reference.EnumParameterTypegetEnumParameter()Returns the value of the 'Enum Parameter' containment reference.ErlangDistributionTypegetErlangDistribution()Returns the value of the 'Erlang Distribution' containment reference.ExpressionParameterTypegetExpressionParameter()Returns the value of the 'Expression Parameter' containment reference.FloatingParameterTypegetFloatingParameter()Returns the value of the 'Floating Parameter' containment reference.GammaDistributionTypegetGammaDistribution()Returns the value of the 'Gamma Distribution' containment reference.LogNormalDistributionTypegetLogNormalDistribution()Returns the value of the 'Log Normal Distribution' containment reference.org.eclipse.emf.ecore.util.FeatureMapgetMixed()Returns the value of the 'Mixed' attribute list.NegativeExponentialDistributionTypegetNegativeExponentialDistribution()Returns the value of the 'Negative Exponential Distribution' containment reference.NormalDistributionTypegetNormalDistribution()Returns the value of the 'Normal Distribution' containment reference.NumericParameterTypegetNumericParameter()Returns the value of the 'Numeric Parameter' containment reference.ParameterValuegetParameterValue()Returns the value of the 'Parameter Value' containment reference.PoissonDistributionTypegetPoissonDistribution()Returns the value of the 'Poisson Distribution' containment reference.StringParameterTypegetStringParameter()Returns the value of the 'String Parameter' containment reference.TriangularDistributionTypegetTriangularDistribution()Returns the value of the 'Triangular Distribution' containment reference.TruncatedNormalDistributionTypegetTruncatedNormalDistribution()Returns the value of the 'Truncated Normal Distribution' containment reference.UniformDistributionTypegetUniformDistribution()Returns the value of the 'Uniform Distribution' containment reference.UserDistributionTypegetUserDistribution()Returns the value of the 'User Distribution' containment reference.UserDistributionDataPointTypegetUserDistributionDataPoint()Returns the value of the 'User Distribution Data Point' containment reference.WeibullDistributionTypegetWeibullDistribution()Returns the value of the 'Weibull Distribution' containment reference.org.eclipse.emf.common.util.EMap<String,String>getXMLNSPrefixMap()Returns the value of the 'XMLNS Prefix Map' map.org.eclipse.emf.common.util.EMap<String,String>getXSISchemaLocation()Returns the value of the 'XSI Schema Location' map.voidsetBetaDistribution(BetaDistributionType value)Sets the value of the 'Beta Distribution' containment reference.voidsetBinomialDistribution(BinomialDistributionType value)Sets the value of the 'Binomial Distribution' containment reference.voidsetBooleanParameter(BooleanParameterType value)Sets the value of the 'Boolean Parameter' containment reference.voidsetBPSimData(BPSimDataType value)Sets the value of the 'BP Sim Data' containment reference.voidsetDateTimeParameter(DateTimeParameterType value)Sets the value of the 'Date Time Parameter' containment reference.voidsetDurationParameter(DurationParameterType value)Sets the value of the 'Duration Parameter' containment reference.voidsetEnumParameter(EnumParameterType value)Sets the value of the 'Enum Parameter' containment reference.voidsetErlangDistribution(ErlangDistributionType value)Sets the value of the 'Erlang Distribution' containment reference.voidsetExpressionParameter(ExpressionParameterType value)Sets the value of the 'Expression Parameter' containment reference.voidsetFloatingParameter(FloatingParameterType value)Sets the value of the 'Floating Parameter' containment reference.voidsetGammaDistribution(GammaDistributionType value)Sets the value of the 'Gamma Distribution' containment reference.voidsetLogNormalDistribution(LogNormalDistributionType value)Sets the value of the 'Log Normal Distribution' containment reference.voidsetNegativeExponentialDistribution(NegativeExponentialDistributionType value)Sets the value of the 'Negative Exponential Distribution' containment reference.voidsetNormalDistribution(NormalDistributionType value)Sets the value of the 'Normal Distribution' containment reference.voidsetNumericParameter(NumericParameterType value)Sets the value of the 'Numeric Parameter' containment reference.voidsetParameterValue(ParameterValue value)Sets the value of the 'Parameter Value' containment reference.voidsetPoissonDistribution(PoissonDistributionType value)Sets the value of the 'Poisson Distribution' containment reference.voidsetStringParameter(StringParameterType value)Sets the value of the 'String Parameter' containment reference.voidsetTriangularDistribution(TriangularDistributionType value)Sets the value of the 'Triangular Distribution' containment reference.voidsetTruncatedNormalDistribution(TruncatedNormalDistributionType value)Sets the value of the 'Truncated Normal Distribution' containment reference.voidsetUniformDistribution(UniformDistributionType value)Sets the value of the 'Uniform Distribution' containment reference.voidsetUserDistribution(UserDistributionType value)Sets the value of the 'User Distribution' containment reference.voidsetUserDistributionDataPoint(UserDistributionDataPointType value)Sets the value of the 'User Distribution Data Point' containment reference.voidsetWeibullDistribution(WeibullDistributionType value)Sets the value of the 'Weibull Distribution' containment reference.
-
-
-
Method Detail
-
getMixed
org.eclipse.emf.ecore.util.FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
BpsimPackage.getDocumentRoot_Mixed()- Generated code
- Model
- unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='elementWildcard' name=':mixed'"
-
getXMLNSPrefixMap
org.eclipse.emf.common.util.EMap<String,String> getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map. The key is of typeString, and the value is of typeString,If the meaning of the 'XMLNS Prefix Map' map isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'XMLNS Prefix Map' map.
- See Also:
BpsimPackage.getDocumentRoot_XMLNSPrefixMap()- Generated code
- Model
- mapType="org.eclipse.emf.ecore.EStringToStringMapEntry
" transient="true" extendedMetaData="kind='attribute' name='xmlns:prefix'"
-
getXSISchemaLocation
org.eclipse.emf.common.util.EMap<String,String> getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map. The key is of typeString, and the value is of typeString,If the meaning of the 'XSI Schema Location' map isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'XSI Schema Location' map.
- See Also:
BpsimPackage.getDocumentRoot_XSISchemaLocation()- Generated code
- Model
- mapType="org.eclipse.emf.ecore.EStringToStringMapEntry
" transient="true" extendedMetaData="kind='attribute' name='xsi:schemaLocation'"
-
getBetaDistribution
BetaDistributionType getBetaDistribution()
Returns the value of the 'Beta Distribution' containment reference.If the meaning of the 'Beta Distribution' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Beta Distribution' containment reference.
- See Also:
setBetaDistribution(BetaDistributionType),BpsimPackage.getDocumentRoot_BetaDistribution()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='BetaDistribution' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setBetaDistribution
void setBetaDistribution(BetaDistributionType value)
Sets the value of the 'Beta Distribution' containment reference.- Parameters:
value- the new value of the 'Beta Distribution' containment reference.- See Also:
getBetaDistribution()- Generated code
-
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.getDocumentRoot_ParameterValue()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='ParameterValue' namespace='##targetNamespace'"
-
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()- Generated code
-
getBinomialDistribution
BinomialDistributionType getBinomialDistribution()
Returns the value of the 'Binomial Distribution' containment reference.If the meaning of the 'Binomial Distribution' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Binomial Distribution' containment reference.
- See Also:
setBinomialDistribution(BinomialDistributionType),BpsimPackage.getDocumentRoot_BinomialDistribution()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='BinomialDistribution' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setBinomialDistribution
void setBinomialDistribution(BinomialDistributionType value)
Sets the value of the 'Binomial Distribution' containment reference.- Parameters:
value- the new value of the 'Binomial Distribution' containment reference.- See Also:
getBinomialDistribution()- Generated code
-
getBooleanParameter
BooleanParameterType getBooleanParameter()
Returns the value of the 'Boolean Parameter' containment reference.If the meaning of the 'Boolean Parameter' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Boolean Parameter' containment reference.
- See Also:
setBooleanParameter(BooleanParameterType),BpsimPackage.getDocumentRoot_BooleanParameter()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='BooleanParameter' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setBooleanParameter
void setBooleanParameter(BooleanParameterType value)
Sets the value of the 'Boolean Parameter' containment reference.- Parameters:
value- the new value of the 'Boolean Parameter' containment reference.- See Also:
getBooleanParameter()- Generated code
-
getBPSimData
BPSimDataType getBPSimData()
Returns the value of the 'BP Sim Data' containment reference.If the meaning of the 'BP Sim Data' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'BP Sim Data' containment reference.
- See Also:
setBPSimData(BPSimDataType),BpsimPackage.getDocumentRoot_BPSimData()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='BPSimData' namespace='##targetNamespace'"
-
setBPSimData
void setBPSimData(BPSimDataType value)
Sets the value of the 'BP Sim Data' containment reference.- Parameters:
value- the new value of the 'BP Sim Data' containment reference.- See Also:
getBPSimData()- Generated code
-
getDateTimeParameter
DateTimeParameterType getDateTimeParameter()
Returns the value of the 'Date Time Parameter' containment reference.If the meaning of the 'Date Time Parameter' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Date Time Parameter' containment reference.
- See Also:
setDateTimeParameter(DateTimeParameterType),BpsimPackage.getDocumentRoot_DateTimeParameter()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='DateTimeParameter' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setDateTimeParameter
void setDateTimeParameter(DateTimeParameterType value)
Sets the value of the 'Date Time Parameter' containment reference.- Parameters:
value- the new value of the 'Date Time Parameter' containment reference.- See Also:
getDateTimeParameter()- Generated code
-
getDurationParameter
DurationParameterType getDurationParameter()
Returns the value of the 'Duration Parameter' containment reference.If the meaning of the 'Duration Parameter' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Duration Parameter' containment reference.
- See Also:
setDurationParameter(DurationParameterType),BpsimPackage.getDocumentRoot_DurationParameter()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='DurationParameter' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setDurationParameter
void setDurationParameter(DurationParameterType value)
Sets the value of the 'Duration Parameter' containment reference.- Parameters:
value- the new value of the 'Duration Parameter' containment reference.- See Also:
getDurationParameter()- Generated code
-
getEnumParameter
EnumParameterType getEnumParameter()
Returns the value of the 'Enum Parameter' containment reference.If the meaning of the 'Enum Parameter' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Enum Parameter' containment reference.
- See Also:
setEnumParameter(EnumParameterType),BpsimPackage.getDocumentRoot_EnumParameter()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='EnumParameter' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setEnumParameter
void setEnumParameter(EnumParameterType value)
Sets the value of the 'Enum Parameter' containment reference.- Parameters:
value- the new value of the 'Enum Parameter' containment reference.- See Also:
getEnumParameter()- Generated code
-
getErlangDistribution
ErlangDistributionType getErlangDistribution()
Returns the value of the 'Erlang Distribution' containment reference.If the meaning of the 'Erlang Distribution' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Erlang Distribution' containment reference.
- See Also:
setErlangDistribution(ErlangDistributionType),BpsimPackage.getDocumentRoot_ErlangDistribution()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='ErlangDistribution' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setErlangDistribution
void setErlangDistribution(ErlangDistributionType value)
Sets the value of the 'Erlang Distribution' containment reference.- Parameters:
value- the new value of the 'Erlang Distribution' containment reference.- See Also:
getErlangDistribution()- Generated code
-
getExpressionParameter
ExpressionParameterType getExpressionParameter()
Returns the value of the 'Expression Parameter' containment reference.If the meaning of the 'Expression Parameter' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Expression Parameter' containment reference.
- See Also:
setExpressionParameter(ExpressionParameterType),BpsimPackage.getDocumentRoot_ExpressionParameter()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='ExpressionParameter' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setExpressionParameter
void setExpressionParameter(ExpressionParameterType value)
Sets the value of the 'Expression Parameter' containment reference.- Parameters:
value- the new value of the 'Expression Parameter' containment reference.- See Also:
getExpressionParameter()- Generated code
-
getFloatingParameter
FloatingParameterType getFloatingParameter()
Returns the value of the 'Floating Parameter' containment reference.If the meaning of the 'Floating Parameter' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Floating Parameter' containment reference.
- See Also:
setFloatingParameter(FloatingParameterType),BpsimPackage.getDocumentRoot_FloatingParameter()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='FloatingParameter' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setFloatingParameter
void setFloatingParameter(FloatingParameterType value)
Sets the value of the 'Floating Parameter' containment reference.- Parameters:
value- the new value of the 'Floating Parameter' containment reference.- See Also:
getFloatingParameter()- Generated code
-
getGammaDistribution
GammaDistributionType getGammaDistribution()
Returns the value of the 'Gamma Distribution' containment reference.If the meaning of the 'Gamma Distribution' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Gamma Distribution' containment reference.
- See Also:
setGammaDistribution(GammaDistributionType),BpsimPackage.getDocumentRoot_GammaDistribution()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='GammaDistribution' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setGammaDistribution
void setGammaDistribution(GammaDistributionType value)
Sets the value of the 'Gamma Distribution' containment reference.- Parameters:
value- the new value of the 'Gamma Distribution' containment reference.- See Also:
getGammaDistribution()- Generated code
-
getLogNormalDistribution
LogNormalDistributionType getLogNormalDistribution()
Returns the value of the 'Log Normal Distribution' containment reference.If the meaning of the 'Log Normal Distribution' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Log Normal Distribution' containment reference.
- See Also:
setLogNormalDistribution(LogNormalDistributionType),BpsimPackage.getDocumentRoot_LogNormalDistribution()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='LogNormalDistribution' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setLogNormalDistribution
void setLogNormalDistribution(LogNormalDistributionType value)
Sets the value of the 'Log Normal Distribution' containment reference.- Parameters:
value- the new value of the 'Log Normal Distribution' containment reference.- See Also:
getLogNormalDistribution()- Generated code
-
getNegativeExponentialDistribution
NegativeExponentialDistributionType getNegativeExponentialDistribution()
Returns the value of the 'Negative Exponential Distribution' containment reference.If the meaning of the 'Negative Exponential Distribution' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Negative Exponential Distribution' containment reference.
- See Also:
setNegativeExponentialDistribution(NegativeExponentialDistributionType),BpsimPackage.getDocumentRoot_NegativeExponentialDistribution()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='NegativeExponentialDistribution' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setNegativeExponentialDistribution
void setNegativeExponentialDistribution(NegativeExponentialDistributionType value)
Sets the value of the 'Negative Exponential Distribution' containment reference.- Parameters:
value- the new value of the 'Negative Exponential Distribution' containment reference.- See Also:
getNegativeExponentialDistribution()- Generated code
-
getNormalDistribution
NormalDistributionType getNormalDistribution()
Returns the value of the 'Normal Distribution' containment reference.If the meaning of the 'Normal Distribution' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Normal Distribution' containment reference.
- See Also:
setNormalDistribution(NormalDistributionType),BpsimPackage.getDocumentRoot_NormalDistribution()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='NormalDistribution' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setNormalDistribution
void setNormalDistribution(NormalDistributionType value)
Sets the value of the 'Normal Distribution' containment reference.- Parameters:
value- the new value of the 'Normal Distribution' containment reference.- See Also:
getNormalDistribution()- Generated code
-
getNumericParameter
NumericParameterType getNumericParameter()
Returns the value of the 'Numeric Parameter' containment reference.If the meaning of the 'Numeric Parameter' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Numeric Parameter' containment reference.
- See Also:
setNumericParameter(NumericParameterType),BpsimPackage.getDocumentRoot_NumericParameter()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='NumericParameter' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setNumericParameter
void setNumericParameter(NumericParameterType value)
Sets the value of the 'Numeric Parameter' containment reference.- Parameters:
value- the new value of the 'Numeric Parameter' containment reference.- See Also:
getNumericParameter()- Generated code
-
getPoissonDistribution
PoissonDistributionType getPoissonDistribution()
Returns the value of the 'Poisson Distribution' containment reference.If the meaning of the 'Poisson Distribution' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Poisson Distribution' containment reference.
- See Also:
setPoissonDistribution(PoissonDistributionType),BpsimPackage.getDocumentRoot_PoissonDistribution()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='PoissonDistribution' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setPoissonDistribution
void setPoissonDistribution(PoissonDistributionType value)
Sets the value of the 'Poisson Distribution' containment reference.- Parameters:
value- the new value of the 'Poisson Distribution' containment reference.- See Also:
getPoissonDistribution()- Generated code
-
getStringParameter
StringParameterType getStringParameter()
Returns the value of the 'String Parameter' containment reference.If the meaning of the 'String Parameter' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'String Parameter' containment reference.
- See Also:
setStringParameter(StringParameterType),BpsimPackage.getDocumentRoot_StringParameter()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='StringParameter' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setStringParameter
void setStringParameter(StringParameterType value)
Sets the value of the 'String Parameter' containment reference.- Parameters:
value- the new value of the 'String Parameter' containment reference.- See Also:
getStringParameter()- Generated code
-
getTriangularDistribution
TriangularDistributionType getTriangularDistribution()
Returns the value of the 'Triangular Distribution' containment reference.If the meaning of the 'Triangular Distribution' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Triangular Distribution' containment reference.
- See Also:
setTriangularDistribution(TriangularDistributionType),BpsimPackage.getDocumentRoot_TriangularDistribution()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='TriangularDistribution' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setTriangularDistribution
void setTriangularDistribution(TriangularDistributionType value)
Sets the value of the 'Triangular Distribution' containment reference.- Parameters:
value- the new value of the 'Triangular Distribution' containment reference.- See Also:
getTriangularDistribution()- Generated code
-
getTruncatedNormalDistribution
TruncatedNormalDistributionType getTruncatedNormalDistribution()
Returns the value of the 'Truncated Normal Distribution' containment reference.If the meaning of the 'Truncated Normal Distribution' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Truncated Normal Distribution' containment reference.
- See Also:
setTruncatedNormalDistribution(TruncatedNormalDistributionType),BpsimPackage.getDocumentRoot_TruncatedNormalDistribution()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='TruncatedNormalDistribution' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setTruncatedNormalDistribution
void setTruncatedNormalDistribution(TruncatedNormalDistributionType value)
Sets the value of the 'Truncated Normal Distribution' containment reference.- Parameters:
value- the new value of the 'Truncated Normal Distribution' containment reference.- See Also:
getTruncatedNormalDistribution()- Generated code
-
getUniformDistribution
UniformDistributionType getUniformDistribution()
Returns the value of the 'Uniform Distribution' containment reference.If the meaning of the 'Uniform Distribution' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Uniform Distribution' containment reference.
- See Also:
setUniformDistribution(UniformDistributionType),BpsimPackage.getDocumentRoot_UniformDistribution()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='UniformDistribution' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setUniformDistribution
void setUniformDistribution(UniformDistributionType value)
Sets the value of the 'Uniform Distribution' containment reference.- Parameters:
value- the new value of the 'Uniform Distribution' containment reference.- See Also:
getUniformDistribution()- Generated code
-
getUserDistribution
UserDistributionType getUserDistribution()
Returns the value of the 'User Distribution' containment reference.If the meaning of the 'User Distribution' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'User Distribution' containment reference.
- See Also:
setUserDistribution(UserDistributionType),BpsimPackage.getDocumentRoot_UserDistribution()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='UserDistribution' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setUserDistribution
void setUserDistribution(UserDistributionType value)
Sets the value of the 'User Distribution' containment reference.- Parameters:
value- the new value of the 'User Distribution' containment reference.- See Also:
getUserDistribution()- Generated code
-
getUserDistributionDataPoint
UserDistributionDataPointType getUserDistributionDataPoint()
Returns the value of the 'User Distribution Data Point' containment reference.If the meaning of the 'User Distribution Data Point' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'User Distribution Data Point' containment reference.
- See Also:
setUserDistributionDataPoint(UserDistributionDataPointType),BpsimPackage.getDocumentRoot_UserDistributionDataPoint()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='UserDistributionDataPoint' namespace='##targetNamespace'"
-
setUserDistributionDataPoint
void setUserDistributionDataPoint(UserDistributionDataPointType value)
Sets the value of the 'User Distribution Data Point' containment reference.- Parameters:
value- the new value of the 'User Distribution Data Point' containment reference.- See Also:
getUserDistributionDataPoint()- Generated code
-
getWeibullDistribution
WeibullDistributionType getWeibullDistribution()
Returns the value of the 'Weibull Distribution' containment reference.If the meaning of the 'Weibull Distribution' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Weibull Distribution' containment reference.
- See Also:
setWeibullDistribution(WeibullDistributionType),BpsimPackage.getDocumentRoot_WeibullDistribution()- Generated code
- Model
- containment="true" upper="-2" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='WeibullDistribution' namespace='##targetNamespace' affiliation='ParameterValue'"
-
setWeibullDistribution
void setWeibullDistribution(WeibullDistributionType value)
Sets the value of the 'Weibull Distribution' containment reference.- Parameters:
value- the new value of the 'Weibull Distribution' containment reference.- See Also:
getWeibullDistribution()- Generated code
-
-