jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

bpsim
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.EObject

A representation of the model object 'Document Root'.

The following features are supported:

See Also:
BpsimPackage.getDocumentRoot()

Method Summary
 BetaDistributionType getBetaDistribution()
          Returns the value of the 'Beta Distribution' containment reference
 BinomialDistributionType getBinomialDistribution()
          Returns the value of the 'Binomial Distribution' containment reference
 BooleanParameterType getBooleanParameter()
          Returns the value of the 'Boolean Parameter' containment reference
 BPSimDataType getBPSimData()
          Returns the value of the 'BP Sim Data' containment reference
 DateTimeParameterType getDateTimeParameter()
          Returns the value of the 'Date Time Parameter' containment reference
 DurationParameterType getDurationParameter()
          Returns the value of the 'Duration Parameter' containment reference
 EnumParameterType getEnumParameter()
          Returns the value of the 'Enum Parameter' containment reference
 ErlangDistributionType getErlangDistribution()
          Returns the value of the 'Erlang Distribution' containment reference
 ExpressionParameterType getExpressionParameter()
          Returns the value of the 'Expression Parameter' containment reference
 FloatingParameterType getFloatingParameter()
          Returns the value of the 'Floating Parameter' containment reference
 GammaDistributionType getGammaDistribution()
          Returns the value of the 'Gamma Distribution' containment reference
 LogNormalDistributionType getLogNormalDistribution()
          Returns the value of the 'Log Normal Distribution' containment reference
 org.eclipse.emf.ecore.util.FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 NegativeExponentialDistributionType getNegativeExponentialDistribution()
          Returns the value of the 'Negative Exponential Distribution' containment reference
 NormalDistributionType getNormalDistribution()
          Returns the value of the 'Normal Distribution' containment reference
 NumericParameterType getNumericParameter()
          Returns the value of the 'Numeric Parameter' containment reference
 ParameterValue getParameterValue()
          Returns the value of the 'Parameter Value' containment reference
 PoissonDistributionType getPoissonDistribution()
          Returns the value of the 'Poisson Distribution' containment reference
 StringParameterType getStringParameter()
          Returns the value of the 'String Parameter' containment reference
 TriangularDistributionType getTriangularDistribution()
          Returns the value of the 'Triangular Distribution' containment reference
 TruncatedNormalDistributionType getTruncatedNormalDistribution()
          Returns the value of the 'Truncated Normal Distribution' containment reference
 UniformDistributionType getUniformDistribution()
          Returns the value of the 'Uniform Distribution' containment reference
 UserDistributionType getUserDistribution()
          Returns the value of the 'User Distribution' containment reference
 UserDistributionDataPointType getUserDistributionDataPoint()
          Returns the value of the 'User Distribution Data Point' containment reference
 WeibullDistributionType getWeibullDistribution()
          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.
 void setBetaDistribution(BetaDistributionType value)
          Sets the value of the 'Beta Distribution' containment reference
 void setBinomialDistribution(BinomialDistributionType value)
          Sets the value of the 'Binomial Distribution' containment reference
 void setBooleanParameter(BooleanParameterType value)
          Sets the value of the 'Boolean Parameter' containment reference
 void setBPSimData(BPSimDataType value)
          Sets the value of the 'BP Sim Data' containment reference
 void setDateTimeParameter(DateTimeParameterType value)
          Sets the value of the 'Date Time Parameter' containment reference
 void setDurationParameter(DurationParameterType value)
          Sets the value of the 'Duration Parameter' containment reference
 void setEnumParameter(EnumParameterType value)
          Sets the value of the 'Enum Parameter' containment reference
 void setErlangDistribution(ErlangDistributionType value)
          Sets the value of the 'Erlang Distribution' containment reference
 void setExpressionParameter(ExpressionParameterType value)
          Sets the value of the 'Expression Parameter' containment reference
 void setFloatingParameter(FloatingParameterType value)
          Sets the value of the 'Floating Parameter' containment reference
 void setGammaDistribution(GammaDistributionType value)
          Sets the value of the 'Gamma Distribution' containment reference
 void setLogNormalDistribution(LogNormalDistributionType value)
          Sets the value of the 'Log Normal Distribution' containment reference
 void setNegativeExponentialDistribution(NegativeExponentialDistributionType value)
          Sets the value of the 'Negative Exponential Distribution' containment reference
 void setNormalDistribution(NormalDistributionType value)
          Sets the value of the 'Normal Distribution' containment reference
 void setNumericParameter(NumericParameterType value)
          Sets the value of the 'Numeric Parameter' containment reference
 void setParameterValue(ParameterValue value)
          Sets the value of the 'Parameter Value' containment reference
 void setPoissonDistribution(PoissonDistributionType value)
          Sets the value of the 'Poisson Distribution' containment reference
 void setStringParameter(StringParameterType value)
          Sets the value of the 'String Parameter' containment reference
 void setTriangularDistribution(TriangularDistributionType value)
          Sets the value of the 'Triangular Distribution' containment reference
 void setTruncatedNormalDistribution(TruncatedNormalDistributionType value)
          Sets the value of the 'Truncated Normal Distribution' containment reference
 void setUniformDistribution(UniformDistributionType value)
          Sets the value of the 'Uniform Distribution' containment reference
 void setUserDistribution(UserDistributionType value)
          Sets the value of the 'User Distribution' containment reference
 void setUserDistributionDataPoint(UserDistributionDataPointType value)
          Sets the value of the 'User Distribution Data Point' containment reference
 void setWeibullDistribution(WeibullDistributionType value)
          Sets the value of the 'Weibull Distribution' containment reference
 
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

getMixed

org.eclipse.emf.ecore.util.FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of type FeatureMap.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()

getXMLNSPrefixMap

org.eclipse.emf.common.util.EMap<String,String> getXMLNSPrefixMap()
Returns the value of the 'XMLNS Prefix Map' map. The key is of type String, and the value is of type String,

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

getXSISchemaLocation

org.eclipse.emf.common.util.EMap<String,String> getXSISchemaLocation()
Returns the value of the 'XSI Schema Location' map. The key is of type String, and the value is of type String,

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

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