Package bpsim.impl
Class DocumentRootImpl
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
- org.eclipse.emf.ecore.impl.EObjectImpl
-
- bpsim.impl.DocumentRootImpl
-
- All Implemented Interfaces:
DocumentRoot,org.eclipse.emf.common.notify.Notifier,org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.InternalEObject
public class DocumentRootImpl extends org.eclipse.emf.ecore.impl.EObjectImpl implements DocumentRoot
An implementation of the model object 'Document Root'.The following features are implemented:
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
- Generated code
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
-
-
Field Summary
Fields Modifier and Type Field Description protected org.eclipse.emf.ecore.util.FeatureMapmixedThe cached value of the 'Mixed' attribute list.protected org.eclipse.emf.common.util.EMap<String,String>xMLNSPrefixMapThe cached value of the 'XMLNS Prefix Map' map.protected org.eclipse.emf.common.util.EMap<String,String>xSISchemaLocationThe cached value of the 'XSI Schema Location' map.-
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDocumentRootImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainbasicSetBetaDistribution(BetaDistributionType newBetaDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetBinomialDistribution(BinomialDistributionType newBinomialDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetBooleanParameter(BooleanParameterType newBooleanParameter, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetBPSimData(BPSimDataType newBPSimData, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetDateTimeParameter(DateTimeParameterType newDateTimeParameter, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetDurationParameter(DurationParameterType newDurationParameter, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetEnumParameter(EnumParameterType newEnumParameter, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetErlangDistribution(ErlangDistributionType newErlangDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetExpressionParameter(ExpressionParameterType newExpressionParameter, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetFloatingParameter(FloatingParameterType newFloatingParameter, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetGammaDistribution(GammaDistributionType newGammaDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetLogNormalDistribution(LogNormalDistributionType newLogNormalDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetNegativeExponentialDistribution(NegativeExponentialDistributionType newNegativeExponentialDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetNormalDistribution(NormalDistributionType newNormalDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetNumericParameter(NumericParameterType newNumericParameter, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetParameterValue(ParameterValue newParameterValue, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetPoissonDistribution(PoissonDistributionType newPoissonDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetStringParameter(StringParameterType newStringParameter, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetTriangularDistribution(TriangularDistributionType newTriangularDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetTruncatedNormalDistribution(TruncatedNormalDistributionType newTruncatedNormalDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetUniformDistribution(UniformDistributionType newUniformDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetUserDistribution(UserDistributionType newUserDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetUserDistributionDataPoint(UserDistributionDataPointType newUserDistributionDataPoint, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainbasicSetWeibullDistribution(WeibullDistributionType newWeibullDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)ObjecteGet(int featureID, boolean resolve, boolean coreType)org.eclipse.emf.common.notify.NotificationChaineInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected org.eclipse.emf.ecore.EClasseStaticClass()voideUnset(int featureID)BetaDistributionTypegetBetaDistribution()BinomialDistributionTypegetBinomialDistribution()BooleanParameterTypegetBooleanParameter()BPSimDataTypegetBPSimData()DateTimeParameterTypegetDateTimeParameter()DurationParameterTypegetDurationParameter()EnumParameterTypegetEnumParameter()ErlangDistributionTypegetErlangDistribution()ExpressionParameterTypegetExpressionParameter()FloatingParameterTypegetFloatingParameter()GammaDistributionTypegetGammaDistribution()LogNormalDistributionTypegetLogNormalDistribution()org.eclipse.emf.ecore.util.FeatureMapgetMixed()NegativeExponentialDistributionTypegetNegativeExponentialDistribution()NormalDistributionTypegetNormalDistribution()NumericParameterTypegetNumericParameter()ParameterValuegetParameterValue()PoissonDistributionTypegetPoissonDistribution()StringParameterTypegetStringParameter()TriangularDistributionTypegetTriangularDistribution()TruncatedNormalDistributionTypegetTruncatedNormalDistribution()UniformDistributionTypegetUniformDistribution()UserDistributionTypegetUserDistribution()UserDistributionDataPointTypegetUserDistributionDataPoint()WeibullDistributionTypegetWeibullDistribution()org.eclipse.emf.common.util.EMap<String,String>getXMLNSPrefixMap()org.eclipse.emf.common.util.EMap<String,String>getXSISchemaLocation()voidsetBetaDistribution(BetaDistributionType newBetaDistribution)voidsetBinomialDistribution(BinomialDistributionType newBinomialDistribution)voidsetBooleanParameter(BooleanParameterType newBooleanParameter)voidsetBPSimData(BPSimDataType newBPSimData)voidsetDateTimeParameter(DateTimeParameterType newDateTimeParameter)voidsetDurationParameter(DurationParameterType newDurationParameter)voidsetEnumParameter(EnumParameterType newEnumParameter)voidsetErlangDistribution(ErlangDistributionType newErlangDistribution)voidsetExpressionParameter(ExpressionParameterType newExpressionParameter)voidsetFloatingParameter(FloatingParameterType newFloatingParameter)voidsetGammaDistribution(GammaDistributionType newGammaDistribution)voidsetLogNormalDistribution(LogNormalDistributionType newLogNormalDistribution)voidsetNegativeExponentialDistribution(NegativeExponentialDistributionType newNegativeExponentialDistribution)voidsetNormalDistribution(NormalDistributionType newNormalDistribution)voidsetNumericParameter(NumericParameterType newNumericParameter)voidsetParameterValue(ParameterValue newParameterValue)voidsetPoissonDistribution(PoissonDistributionType newPoissonDistribution)voidsetStringParameter(StringParameterType newStringParameter)voidsetTriangularDistribution(TriangularDistributionType newTriangularDistribution)voidsetTruncatedNormalDistribution(TruncatedNormalDistributionType newTruncatedNormalDistribution)voidsetUniformDistribution(UniformDistributionType newUniformDistribution)voidsetUserDistribution(UserDistributionType newUserDistribution)voidsetUserDistributionDataPoint(UserDistributionDataPointType newUserDistributionDataPoint)voidsetWeibullDistribution(WeibullDistributionType newWeibullDistribution)StringtoString()-
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
-
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
mixed
protected org.eclipse.emf.ecore.util.FeatureMap mixed
The cached value of the 'Mixed' attribute list.- See Also:
getMixed()- Generated code
- Ordered
-
xMLNSPrefixMap
protected org.eclipse.emf.common.util.EMap<String,String> xMLNSPrefixMap
The cached value of the 'XMLNS Prefix Map' map.- See Also:
getXMLNSPrefixMap()- Generated code
- Ordered
-
xSISchemaLocation
protected org.eclipse.emf.common.util.EMap<String,String> xSISchemaLocation
The cached value of the 'XSI Schema Location' map.- See Also:
getXSISchemaLocation()- Generated code
- Ordered
-
-
Method Detail
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()
- Overrides:
eStaticClassin classorg.eclipse.emf.ecore.impl.EObjectImpl- Generated code
-
getMixed
public org.eclipse.emf.ecore.util.FeatureMap getMixed()
- Specified by:
getMixedin interfaceDocumentRoot- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
BpsimPackage.getDocumentRoot_Mixed()- Generated code
-
getXMLNSPrefixMap
public org.eclipse.emf.common.util.EMap<String,String> getXMLNSPrefixMap()
- Specified by:
getXMLNSPrefixMapin interfaceDocumentRoot- Returns:
- the value of the 'XMLNS Prefix Map' map.
- See Also:
BpsimPackage.getDocumentRoot_XMLNSPrefixMap()- Generated code
-
getXSISchemaLocation
public org.eclipse.emf.common.util.EMap<String,String> getXSISchemaLocation()
- Specified by:
getXSISchemaLocationin interfaceDocumentRoot- Returns:
- the value of the 'XSI Schema Location' map.
- See Also:
BpsimPackage.getDocumentRoot_XSISchemaLocation()- Generated code
-
getBetaDistribution
public BetaDistributionType getBetaDistribution()
- Specified by:
getBetaDistributionin interfaceDocumentRoot- Returns:
- the value of the 'Beta Distribution' containment reference.
- See Also:
DocumentRoot.setBetaDistribution(BetaDistributionType),BpsimPackage.getDocumentRoot_BetaDistribution()- Generated code
-
basicSetBetaDistribution
public org.eclipse.emf.common.notify.NotificationChain basicSetBetaDistribution(BetaDistributionType newBetaDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setBetaDistribution
public void setBetaDistribution(BetaDistributionType newBetaDistribution)
- Specified by:
setBetaDistributionin interfaceDocumentRoot- Parameters:
newBetaDistribution- the new value of the 'Beta Distribution' containment reference.- See Also:
DocumentRoot.getBetaDistribution()- Generated code
-
getParameterValue
public ParameterValue getParameterValue()
- Specified by:
getParameterValuein interfaceDocumentRoot- Returns:
- the value of the 'Parameter Value' containment reference.
- See Also:
DocumentRoot.setParameterValue(ParameterValue),BpsimPackage.getDocumentRoot_ParameterValue()- Generated code
-
basicSetParameterValue
public org.eclipse.emf.common.notify.NotificationChain basicSetParameterValue(ParameterValue newParameterValue, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setParameterValue
public void setParameterValue(ParameterValue newParameterValue)
- Specified by:
setParameterValuein interfaceDocumentRoot- Parameters:
newParameterValue- the new value of the 'Parameter Value' containment reference.- See Also:
DocumentRoot.getParameterValue()- Generated code
-
getBinomialDistribution
public BinomialDistributionType getBinomialDistribution()
- Specified by:
getBinomialDistributionin interfaceDocumentRoot- Returns:
- the value of the 'Binomial Distribution' containment reference.
- See Also:
DocumentRoot.setBinomialDistribution(BinomialDistributionType),BpsimPackage.getDocumentRoot_BinomialDistribution()- Generated code
-
basicSetBinomialDistribution
public org.eclipse.emf.common.notify.NotificationChain basicSetBinomialDistribution(BinomialDistributionType newBinomialDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setBinomialDistribution
public void setBinomialDistribution(BinomialDistributionType newBinomialDistribution)
- Specified by:
setBinomialDistributionin interfaceDocumentRoot- Parameters:
newBinomialDistribution- the new value of the 'Binomial Distribution' containment reference.- See Also:
DocumentRoot.getBinomialDistribution()- Generated code
-
getBooleanParameter
public BooleanParameterType getBooleanParameter()
- Specified by:
getBooleanParameterin interfaceDocumentRoot- Returns:
- the value of the 'Boolean Parameter' containment reference.
- See Also:
DocumentRoot.setBooleanParameter(BooleanParameterType),BpsimPackage.getDocumentRoot_BooleanParameter()- Generated code
-
basicSetBooleanParameter
public org.eclipse.emf.common.notify.NotificationChain basicSetBooleanParameter(BooleanParameterType newBooleanParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setBooleanParameter
public void setBooleanParameter(BooleanParameterType newBooleanParameter)
- Specified by:
setBooleanParameterin interfaceDocumentRoot- Parameters:
newBooleanParameter- the new value of the 'Boolean Parameter' containment reference.- See Also:
DocumentRoot.getBooleanParameter()- Generated code
-
getBPSimData
public BPSimDataType getBPSimData()
- Specified by:
getBPSimDatain interfaceDocumentRoot- Returns:
- the value of the 'BP Sim Data' containment reference.
- See Also:
DocumentRoot.setBPSimData(BPSimDataType),BpsimPackage.getDocumentRoot_BPSimData()- Generated code
-
basicSetBPSimData
public org.eclipse.emf.common.notify.NotificationChain basicSetBPSimData(BPSimDataType newBPSimData, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setBPSimData
public void setBPSimData(BPSimDataType newBPSimData)
- Specified by:
setBPSimDatain interfaceDocumentRoot- Parameters:
newBPSimData- the new value of the 'BP Sim Data' containment reference.- See Also:
DocumentRoot.getBPSimData()- Generated code
-
getDateTimeParameter
public DateTimeParameterType getDateTimeParameter()
- Specified by:
getDateTimeParameterin interfaceDocumentRoot- Returns:
- the value of the 'Date Time Parameter' containment reference.
- See Also:
DocumentRoot.setDateTimeParameter(DateTimeParameterType),BpsimPackage.getDocumentRoot_DateTimeParameter()- Generated code
-
basicSetDateTimeParameter
public org.eclipse.emf.common.notify.NotificationChain basicSetDateTimeParameter(DateTimeParameterType newDateTimeParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setDateTimeParameter
public void setDateTimeParameter(DateTimeParameterType newDateTimeParameter)
- Specified by:
setDateTimeParameterin interfaceDocumentRoot- Parameters:
newDateTimeParameter- the new value of the 'Date Time Parameter' containment reference.- See Also:
DocumentRoot.getDateTimeParameter()- Generated code
-
getDurationParameter
public DurationParameterType getDurationParameter()
- Specified by:
getDurationParameterin interfaceDocumentRoot- Returns:
- the value of the 'Duration Parameter' containment reference.
- See Also:
DocumentRoot.setDurationParameter(DurationParameterType),BpsimPackage.getDocumentRoot_DurationParameter()- Generated code
-
basicSetDurationParameter
public org.eclipse.emf.common.notify.NotificationChain basicSetDurationParameter(DurationParameterType newDurationParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setDurationParameter
public void setDurationParameter(DurationParameterType newDurationParameter)
- Specified by:
setDurationParameterin interfaceDocumentRoot- Parameters:
newDurationParameter- the new value of the 'Duration Parameter' containment reference.- See Also:
DocumentRoot.getDurationParameter()- Generated code
-
getEnumParameter
public EnumParameterType getEnumParameter()
- Specified by:
getEnumParameterin interfaceDocumentRoot- Returns:
- the value of the 'Enum Parameter' containment reference.
- See Also:
DocumentRoot.setEnumParameter(EnumParameterType),BpsimPackage.getDocumentRoot_EnumParameter()- Generated code
-
basicSetEnumParameter
public org.eclipse.emf.common.notify.NotificationChain basicSetEnumParameter(EnumParameterType newEnumParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setEnumParameter
public void setEnumParameter(EnumParameterType newEnumParameter)
- Specified by:
setEnumParameterin interfaceDocumentRoot- Parameters:
newEnumParameter- the new value of the 'Enum Parameter' containment reference.- See Also:
DocumentRoot.getEnumParameter()- Generated code
-
getErlangDistribution
public ErlangDistributionType getErlangDistribution()
- Specified by:
getErlangDistributionin interfaceDocumentRoot- Returns:
- the value of the 'Erlang Distribution' containment reference.
- See Also:
DocumentRoot.setErlangDistribution(ErlangDistributionType),BpsimPackage.getDocumentRoot_ErlangDistribution()- Generated code
-
basicSetErlangDistribution
public org.eclipse.emf.common.notify.NotificationChain basicSetErlangDistribution(ErlangDistributionType newErlangDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setErlangDistribution
public void setErlangDistribution(ErlangDistributionType newErlangDistribution)
- Specified by:
setErlangDistributionin interfaceDocumentRoot- Parameters:
newErlangDistribution- the new value of the 'Erlang Distribution' containment reference.- See Also:
DocumentRoot.getErlangDistribution()- Generated code
-
getExpressionParameter
public ExpressionParameterType getExpressionParameter()
- Specified by:
getExpressionParameterin interfaceDocumentRoot- Returns:
- the value of the 'Expression Parameter' containment reference.
- See Also:
DocumentRoot.setExpressionParameter(ExpressionParameterType),BpsimPackage.getDocumentRoot_ExpressionParameter()- Generated code
-
basicSetExpressionParameter
public org.eclipse.emf.common.notify.NotificationChain basicSetExpressionParameter(ExpressionParameterType newExpressionParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setExpressionParameter
public void setExpressionParameter(ExpressionParameterType newExpressionParameter)
- Specified by:
setExpressionParameterin interfaceDocumentRoot- Parameters:
newExpressionParameter- the new value of the 'Expression Parameter' containment reference.- See Also:
DocumentRoot.getExpressionParameter()- Generated code
-
getFloatingParameter
public FloatingParameterType getFloatingParameter()
- Specified by:
getFloatingParameterin interfaceDocumentRoot- Returns:
- the value of the 'Floating Parameter' containment reference.
- See Also:
DocumentRoot.setFloatingParameter(FloatingParameterType),BpsimPackage.getDocumentRoot_FloatingParameter()- Generated code
-
basicSetFloatingParameter
public org.eclipse.emf.common.notify.NotificationChain basicSetFloatingParameter(FloatingParameterType newFloatingParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setFloatingParameter
public void setFloatingParameter(FloatingParameterType newFloatingParameter)
- Specified by:
setFloatingParameterin interfaceDocumentRoot- Parameters:
newFloatingParameter- the new value of the 'Floating Parameter' containment reference.- See Also:
DocumentRoot.getFloatingParameter()- Generated code
-
getGammaDistribution
public GammaDistributionType getGammaDistribution()
- Specified by:
getGammaDistributionin interfaceDocumentRoot- Returns:
- the value of the 'Gamma Distribution' containment reference.
- See Also:
DocumentRoot.setGammaDistribution(GammaDistributionType),BpsimPackage.getDocumentRoot_GammaDistribution()- Generated code
-
basicSetGammaDistribution
public org.eclipse.emf.common.notify.NotificationChain basicSetGammaDistribution(GammaDistributionType newGammaDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setGammaDistribution
public void setGammaDistribution(GammaDistributionType newGammaDistribution)
- Specified by:
setGammaDistributionin interfaceDocumentRoot- Parameters:
newGammaDistribution- the new value of the 'Gamma Distribution' containment reference.- See Also:
DocumentRoot.getGammaDistribution()- Generated code
-
getLogNormalDistribution
public LogNormalDistributionType getLogNormalDistribution()
- Specified by:
getLogNormalDistributionin interfaceDocumentRoot- Returns:
- the value of the 'Log Normal Distribution' containment reference.
- See Also:
DocumentRoot.setLogNormalDistribution(LogNormalDistributionType),BpsimPackage.getDocumentRoot_LogNormalDistribution()- Generated code
-
basicSetLogNormalDistribution
public org.eclipse.emf.common.notify.NotificationChain basicSetLogNormalDistribution(LogNormalDistributionType newLogNormalDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setLogNormalDistribution
public void setLogNormalDistribution(LogNormalDistributionType newLogNormalDistribution)
- Specified by:
setLogNormalDistributionin interfaceDocumentRoot- Parameters:
newLogNormalDistribution- the new value of the 'Log Normal Distribution' containment reference.- See Also:
DocumentRoot.getLogNormalDistribution()- Generated code
-
getNegativeExponentialDistribution
public NegativeExponentialDistributionType getNegativeExponentialDistribution()
- Specified by:
getNegativeExponentialDistributionin interfaceDocumentRoot- Returns:
- the value of the 'Negative Exponential Distribution' containment reference.
- See Also:
DocumentRoot.setNegativeExponentialDistribution(NegativeExponentialDistributionType),BpsimPackage.getDocumentRoot_NegativeExponentialDistribution()- Generated code
-
basicSetNegativeExponentialDistribution
public org.eclipse.emf.common.notify.NotificationChain basicSetNegativeExponentialDistribution(NegativeExponentialDistributionType newNegativeExponentialDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setNegativeExponentialDistribution
public void setNegativeExponentialDistribution(NegativeExponentialDistributionType newNegativeExponentialDistribution)
- Specified by:
setNegativeExponentialDistributionin interfaceDocumentRoot- Parameters:
newNegativeExponentialDistribution- the new value of the 'Negative Exponential Distribution' containment reference.- See Also:
DocumentRoot.getNegativeExponentialDistribution()- Generated code
-
getNormalDistribution
public NormalDistributionType getNormalDistribution()
- Specified by:
getNormalDistributionin interfaceDocumentRoot- Returns:
- the value of the 'Normal Distribution' containment reference.
- See Also:
DocumentRoot.setNormalDistribution(NormalDistributionType),BpsimPackage.getDocumentRoot_NormalDistribution()- Generated code
-
basicSetNormalDistribution
public org.eclipse.emf.common.notify.NotificationChain basicSetNormalDistribution(NormalDistributionType newNormalDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setNormalDistribution
public void setNormalDistribution(NormalDistributionType newNormalDistribution)
- Specified by:
setNormalDistributionin interfaceDocumentRoot- Parameters:
newNormalDistribution- the new value of the 'Normal Distribution' containment reference.- See Also:
DocumentRoot.getNormalDistribution()- Generated code
-
getNumericParameter
public NumericParameterType getNumericParameter()
- Specified by:
getNumericParameterin interfaceDocumentRoot- Returns:
- the value of the 'Numeric Parameter' containment reference.
- See Also:
DocumentRoot.setNumericParameter(NumericParameterType),BpsimPackage.getDocumentRoot_NumericParameter()- Generated code
-
basicSetNumericParameter
public org.eclipse.emf.common.notify.NotificationChain basicSetNumericParameter(NumericParameterType newNumericParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setNumericParameter
public void setNumericParameter(NumericParameterType newNumericParameter)
- Specified by:
setNumericParameterin interfaceDocumentRoot- Parameters:
newNumericParameter- the new value of the 'Numeric Parameter' containment reference.- See Also:
DocumentRoot.getNumericParameter()- Generated code
-
getPoissonDistribution
public PoissonDistributionType getPoissonDistribution()
- Specified by:
getPoissonDistributionin interfaceDocumentRoot- Returns:
- the value of the 'Poisson Distribution' containment reference.
- See Also:
DocumentRoot.setPoissonDistribution(PoissonDistributionType),BpsimPackage.getDocumentRoot_PoissonDistribution()- Generated code
-
basicSetPoissonDistribution
public org.eclipse.emf.common.notify.NotificationChain basicSetPoissonDistribution(PoissonDistributionType newPoissonDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setPoissonDistribution
public void setPoissonDistribution(PoissonDistributionType newPoissonDistribution)
- Specified by:
setPoissonDistributionin interfaceDocumentRoot- Parameters:
newPoissonDistribution- the new value of the 'Poisson Distribution' containment reference.- See Also:
DocumentRoot.getPoissonDistribution()- Generated code
-
getStringParameter
public StringParameterType getStringParameter()
- Specified by:
getStringParameterin interfaceDocumentRoot- Returns:
- the value of the 'String Parameter' containment reference.
- See Also:
DocumentRoot.setStringParameter(StringParameterType),BpsimPackage.getDocumentRoot_StringParameter()- Generated code
-
basicSetStringParameter
public org.eclipse.emf.common.notify.NotificationChain basicSetStringParameter(StringParameterType newStringParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setStringParameter
public void setStringParameter(StringParameterType newStringParameter)
- Specified by:
setStringParameterin interfaceDocumentRoot- Parameters:
newStringParameter- the new value of the 'String Parameter' containment reference.- See Also:
DocumentRoot.getStringParameter()- Generated code
-
getTriangularDistribution
public TriangularDistributionType getTriangularDistribution()
- Specified by:
getTriangularDistributionin interfaceDocumentRoot- Returns:
- the value of the 'Triangular Distribution' containment reference.
- See Also:
DocumentRoot.setTriangularDistribution(TriangularDistributionType),BpsimPackage.getDocumentRoot_TriangularDistribution()- Generated code
-
basicSetTriangularDistribution
public org.eclipse.emf.common.notify.NotificationChain basicSetTriangularDistribution(TriangularDistributionType newTriangularDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setTriangularDistribution
public void setTriangularDistribution(TriangularDistributionType newTriangularDistribution)
- Specified by:
setTriangularDistributionin interfaceDocumentRoot- Parameters:
newTriangularDistribution- the new value of the 'Triangular Distribution' containment reference.- See Also:
DocumentRoot.getTriangularDistribution()- Generated code
-
getTruncatedNormalDistribution
public TruncatedNormalDistributionType getTruncatedNormalDistribution()
- Specified by:
getTruncatedNormalDistributionin interfaceDocumentRoot- Returns:
- the value of the 'Truncated Normal Distribution' containment reference.
- See Also:
DocumentRoot.setTruncatedNormalDistribution(TruncatedNormalDistributionType),BpsimPackage.getDocumentRoot_TruncatedNormalDistribution()- Generated code
-
basicSetTruncatedNormalDistribution
public org.eclipse.emf.common.notify.NotificationChain basicSetTruncatedNormalDistribution(TruncatedNormalDistributionType newTruncatedNormalDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setTruncatedNormalDistribution
public void setTruncatedNormalDistribution(TruncatedNormalDistributionType newTruncatedNormalDistribution)
- Specified by:
setTruncatedNormalDistributionin interfaceDocumentRoot- Parameters:
newTruncatedNormalDistribution- the new value of the 'Truncated Normal Distribution' containment reference.- See Also:
DocumentRoot.getTruncatedNormalDistribution()- Generated code
-
getUniformDistribution
public UniformDistributionType getUniformDistribution()
- Specified by:
getUniformDistributionin interfaceDocumentRoot- Returns:
- the value of the 'Uniform Distribution' containment reference.
- See Also:
DocumentRoot.setUniformDistribution(UniformDistributionType),BpsimPackage.getDocumentRoot_UniformDistribution()- Generated code
-
basicSetUniformDistribution
public org.eclipse.emf.common.notify.NotificationChain basicSetUniformDistribution(UniformDistributionType newUniformDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setUniformDistribution
public void setUniformDistribution(UniformDistributionType newUniformDistribution)
- Specified by:
setUniformDistributionin interfaceDocumentRoot- Parameters:
newUniformDistribution- the new value of the 'Uniform Distribution' containment reference.- See Also:
DocumentRoot.getUniformDistribution()- Generated code
-
getUserDistribution
public UserDistributionType getUserDistribution()
- Specified by:
getUserDistributionin interfaceDocumentRoot- Returns:
- the value of the 'User Distribution' containment reference.
- See Also:
DocumentRoot.setUserDistribution(UserDistributionType),BpsimPackage.getDocumentRoot_UserDistribution()- Generated code
-
basicSetUserDistribution
public org.eclipse.emf.common.notify.NotificationChain basicSetUserDistribution(UserDistributionType newUserDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setUserDistribution
public void setUserDistribution(UserDistributionType newUserDistribution)
- Specified by:
setUserDistributionin interfaceDocumentRoot- Parameters:
newUserDistribution- the new value of the 'User Distribution' containment reference.- See Also:
DocumentRoot.getUserDistribution()- Generated code
-
getUserDistributionDataPoint
public UserDistributionDataPointType getUserDistributionDataPoint()
- Specified by:
getUserDistributionDataPointin interfaceDocumentRoot- Returns:
- the value of the 'User Distribution Data Point' containment reference.
- See Also:
DocumentRoot.setUserDistributionDataPoint(UserDistributionDataPointType),BpsimPackage.getDocumentRoot_UserDistributionDataPoint()- Generated code
-
basicSetUserDistributionDataPoint
public org.eclipse.emf.common.notify.NotificationChain basicSetUserDistributionDataPoint(UserDistributionDataPointType newUserDistributionDataPoint, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setUserDistributionDataPoint
public void setUserDistributionDataPoint(UserDistributionDataPointType newUserDistributionDataPoint)
- Specified by:
setUserDistributionDataPointin interfaceDocumentRoot- Parameters:
newUserDistributionDataPoint- the new value of the 'User Distribution Data Point' containment reference.- See Also:
DocumentRoot.getUserDistributionDataPoint()- Generated code
-
getWeibullDistribution
public WeibullDistributionType getWeibullDistribution()
- Specified by:
getWeibullDistributionin interfaceDocumentRoot- Returns:
- the value of the 'Weibull Distribution' containment reference.
- See Also:
DocumentRoot.setWeibullDistribution(WeibullDistributionType),BpsimPackage.getDocumentRoot_WeibullDistribution()- Generated code
-
basicSetWeibullDistribution
public org.eclipse.emf.common.notify.NotificationChain basicSetWeibullDistribution(WeibullDistributionType newWeibullDistribution, org.eclipse.emf.common.notify.NotificationChain msgs)
- Generated code
-
setWeibullDistribution
public void setWeibullDistribution(WeibullDistributionType newWeibullDistribution)
- Specified by:
setWeibullDistributionin interfaceDocumentRoot- Parameters:
newWeibullDistribution- the new value of the 'Weibull Distribution' containment reference.- See Also:
DocumentRoot.getWeibullDistribution()- Generated code
-
eInverseRemove
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)- Overrides:
eInverseRemovein classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated code
-
eGet
public Object eGet(int featureID, boolean resolve, boolean coreType)
- Specified by:
eGetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eGetin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated code
-
eSet
public void eSet(int featureID, Object newValue)- Specified by:
eSetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eSetin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated code
-
eUnset
public void eUnset(int featureID)
- Specified by:
eUnsetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eUnsetin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated code
-
eIsSet
public boolean eIsSet(int featureID)
- Specified by:
eIsSetin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eIsSetin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated code
-
toString
public String toString()
- Overrides:
toStringin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl- Generated code
-
-