/* * Copyright 2015 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** */ package bpsim; import org.eclipse.emf.common.util.EMap; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.util.FeatureMap; /** * * A representation of the model object 'Document Root'. * * *

* The following features are supported: *

*

* * @see bpsim.BpsimPackage#getDocumentRoot() * @model extendedMetaData="name='' kind='mixed'" * @generated */ public interface DocumentRoot extends EObject { /** * Returns the value of the 'Mixed' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * *

* If the meaning of the 'Mixed' attribute list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Mixed' attribute list. * @see bpsim.BpsimPackage#getDocumentRoot_Mixed() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" * extendedMetaData="kind='elementWildcard' name=':mixed'" * @generated */ FeatureMap getMixed(); /** * Returns the value of the 'XMLNS Prefix Map' map. * The key is of type {@link java.lang.String}, * and the value is of type {@link java.lang.String}, * *

* If the meaning of the 'XMLNS Prefix Map' map isn't clear, * there really should be more of a description here... *

* * @return the value of the 'XMLNS Prefix Map' map. * @see bpsim.BpsimPackage#getDocumentRoot_XMLNSPrefixMap() * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" transient="true" * extendedMetaData="kind='attribute' name='xmlns:prefix'" * @generated */ EMap getXMLNSPrefixMap(); /** * Returns the value of the 'XSI Schema Location' map. * The key is of type {@link java.lang.String}, * and the value is of type {@link java.lang.String}, * *

* If the meaning of the 'XSI Schema Location' map isn't clear, * there really should be more of a description here... *

* * @return the value of the 'XSI Schema Location' map. * @see bpsim.BpsimPackage#getDocumentRoot_XSISchemaLocation() * @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry" transient="true" * extendedMetaData="kind='attribute' name='xsi:schemaLocation'" * @generated */ EMap getXSISchemaLocation(); /** * 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... *

* * @return the value of the 'Beta Distribution' containment reference. * @see #setBetaDistribution(BetaDistributionType) * @see bpsim.BpsimPackage#getDocumentRoot_BetaDistribution() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='BetaDistribution' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ BetaDistributionType getBetaDistribution(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getBetaDistribution Beta Distribution}' containment reference. * * * @param value the new value of the 'Beta Distribution' containment reference. * @see #getBetaDistribution() * @generated */ void setBetaDistribution(BetaDistributionType value); /** * 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... *

* * @return the value of the 'Parameter Value' containment reference. * @see #setParameterValue(ParameterValue) * @see bpsim.BpsimPackage#getDocumentRoot_ParameterValue() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='ParameterValue' namespace='##targetNamespace'" * @generated */ ParameterValue getParameterValue(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getParameterValue Parameter Value}' containment reference. * * * @param value the new value of the 'Parameter Value' containment reference. * @see #getParameterValue() * @generated */ void setParameterValue(ParameterValue value); /** * 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... *

* * @return the value of the 'Binomial Distribution' containment reference. * @see #setBinomialDistribution(BinomialDistributionType) * @see bpsim.BpsimPackage#getDocumentRoot_BinomialDistribution() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='BinomialDistribution' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ BinomialDistributionType getBinomialDistribution(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getBinomialDistribution Binomial Distribution}' containment reference. * * * @param value the new value of the 'Binomial Distribution' containment reference. * @see #getBinomialDistribution() * @generated */ void setBinomialDistribution(BinomialDistributionType value); /** * 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... *

* * @return the value of the 'Boolean Parameter' containment reference. * @see #setBooleanParameter(BooleanParameterType) * @see bpsim.BpsimPackage#getDocumentRoot_BooleanParameter() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='BooleanParameter' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ BooleanParameterType getBooleanParameter(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getBooleanParameter Boolean Parameter}' containment reference. * * * @param value the new value of the 'Boolean Parameter' containment reference. * @see #getBooleanParameter() * @generated */ void setBooleanParameter(BooleanParameterType value); /** * 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... *

* * @return the value of the 'BP Sim Data' containment reference. * @see #setBPSimData(BPSimDataType) * @see bpsim.BpsimPackage#getDocumentRoot_BPSimData() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='BPSimData' namespace='##targetNamespace'" * @generated */ BPSimDataType getBPSimData(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getBPSimData BP Sim Data}' containment reference. * * * @param value the new value of the 'BP Sim Data' containment reference. * @see #getBPSimData() * @generated */ void setBPSimData(BPSimDataType value); /** * 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... *

* * @return the value of the 'Date Time Parameter' containment reference. * @see #setDateTimeParameter(DateTimeParameterType) * @see bpsim.BpsimPackage#getDocumentRoot_DateTimeParameter() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='DateTimeParameter' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ DateTimeParameterType getDateTimeParameter(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getDateTimeParameter Date Time Parameter}' containment reference. * * * @param value the new value of the 'Date Time Parameter' containment reference. * @see #getDateTimeParameter() * @generated */ void setDateTimeParameter(DateTimeParameterType value); /** * 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... *

* * @return the value of the 'Duration Parameter' containment reference. * @see #setDurationParameter(DurationParameterType) * @see bpsim.BpsimPackage#getDocumentRoot_DurationParameter() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='DurationParameter' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ DurationParameterType getDurationParameter(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getDurationParameter Duration Parameter}' containment reference. * * * @param value the new value of the 'Duration Parameter' containment reference. * @see #getDurationParameter() * @generated */ void setDurationParameter(DurationParameterType value); /** * 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... *

* * @return the value of the 'Enum Parameter' containment reference. * @see #setEnumParameter(EnumParameterType) * @see bpsim.BpsimPackage#getDocumentRoot_EnumParameter() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='EnumParameter' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ EnumParameterType getEnumParameter(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getEnumParameter Enum Parameter}' containment reference. * * * @param value the new value of the 'Enum Parameter' containment reference. * @see #getEnumParameter() * @generated */ void setEnumParameter(EnumParameterType value); /** * 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... *

* * @return the value of the 'Erlang Distribution' containment reference. * @see #setErlangDistribution(ErlangDistributionType) * @see bpsim.BpsimPackage#getDocumentRoot_ErlangDistribution() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='ErlangDistribution' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ ErlangDistributionType getErlangDistribution(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getErlangDistribution Erlang Distribution}' containment reference. * * * @param value the new value of the 'Erlang Distribution' containment reference. * @see #getErlangDistribution() * @generated */ void setErlangDistribution(ErlangDistributionType value); /** * 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... *

* * @return the value of the 'Expression Parameter' containment reference. * @see #setExpressionParameter(ExpressionParameterType) * @see bpsim.BpsimPackage#getDocumentRoot_ExpressionParameter() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='ExpressionParameter' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ ExpressionParameterType getExpressionParameter(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getExpressionParameter Expression Parameter}' containment reference. * * * @param value the new value of the 'Expression Parameter' containment reference. * @see #getExpressionParameter() * @generated */ void setExpressionParameter(ExpressionParameterType value); /** * 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... *

* * @return the value of the 'Floating Parameter' containment reference. * @see #setFloatingParameter(FloatingParameterType) * @see bpsim.BpsimPackage#getDocumentRoot_FloatingParameter() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='FloatingParameter' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ FloatingParameterType getFloatingParameter(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getFloatingParameter Floating Parameter}' containment reference. * * * @param value the new value of the 'Floating Parameter' containment reference. * @see #getFloatingParameter() * @generated */ void setFloatingParameter(FloatingParameterType value); /** * 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... *

* * @return the value of the 'Gamma Distribution' containment reference. * @see #setGammaDistribution(GammaDistributionType) * @see bpsim.BpsimPackage#getDocumentRoot_GammaDistribution() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='GammaDistribution' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ GammaDistributionType getGammaDistribution(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getGammaDistribution Gamma Distribution}' containment reference. * * * @param value the new value of the 'Gamma Distribution' containment reference. * @see #getGammaDistribution() * @generated */ void setGammaDistribution(GammaDistributionType value); /** * 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... *

* * @return the value of the 'Log Normal Distribution' containment reference. * @see #setLogNormalDistribution(LogNormalDistributionType) * @see bpsim.BpsimPackage#getDocumentRoot_LogNormalDistribution() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='LogNormalDistribution' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ LogNormalDistributionType getLogNormalDistribution(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getLogNormalDistribution Log Normal Distribution}' containment reference. * * * @param value the new value of the 'Log Normal Distribution' containment reference. * @see #getLogNormalDistribution() * @generated */ void setLogNormalDistribution(LogNormalDistributionType value); /** * 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... *

* * @return the value of the 'Negative Exponential Distribution' containment reference. * @see #setNegativeExponentialDistribution(NegativeExponentialDistributionType) * @see bpsim.BpsimPackage#getDocumentRoot_NegativeExponentialDistribution() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='NegativeExponentialDistribution' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ NegativeExponentialDistributionType getNegativeExponentialDistribution(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getNegativeExponentialDistribution Negative Exponential Distribution}' containment reference. * * * @param value the new value of the 'Negative Exponential Distribution' containment reference. * @see #getNegativeExponentialDistribution() * @generated */ void setNegativeExponentialDistribution(NegativeExponentialDistributionType value); /** * 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... *

* * @return the value of the 'Normal Distribution' containment reference. * @see #setNormalDistribution(NormalDistributionType) * @see bpsim.BpsimPackage#getDocumentRoot_NormalDistribution() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='NormalDistribution' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ NormalDistributionType getNormalDistribution(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getNormalDistribution Normal Distribution}' containment reference. * * * @param value the new value of the 'Normal Distribution' containment reference. * @see #getNormalDistribution() * @generated */ void setNormalDistribution(NormalDistributionType value); /** * 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... *

* * @return the value of the 'Numeric Parameter' containment reference. * @see #setNumericParameter(NumericParameterType) * @see bpsim.BpsimPackage#getDocumentRoot_NumericParameter() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='NumericParameter' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ NumericParameterType getNumericParameter(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getNumericParameter Numeric Parameter}' containment reference. * * * @param value the new value of the 'Numeric Parameter' containment reference. * @see #getNumericParameter() * @generated */ void setNumericParameter(NumericParameterType value); /** * 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... *

* * @return the value of the 'Poisson Distribution' containment reference. * @see #setPoissonDistribution(PoissonDistributionType) * @see bpsim.BpsimPackage#getDocumentRoot_PoissonDistribution() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='PoissonDistribution' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ PoissonDistributionType getPoissonDistribution(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getPoissonDistribution Poisson Distribution}' containment reference. * * * @param value the new value of the 'Poisson Distribution' containment reference. * @see #getPoissonDistribution() * @generated */ void setPoissonDistribution(PoissonDistributionType value); /** * 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... *

* * @return the value of the 'String Parameter' containment reference. * @see #setStringParameter(StringParameterType) * @see bpsim.BpsimPackage#getDocumentRoot_StringParameter() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='StringParameter' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ StringParameterType getStringParameter(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getStringParameter String Parameter}' containment reference. * * * @param value the new value of the 'String Parameter' containment reference. * @see #getStringParameter() * @generated */ void setStringParameter(StringParameterType value); /** * 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... *

* * @return the value of the 'Triangular Distribution' containment reference. * @see #setTriangularDistribution(TriangularDistributionType) * @see bpsim.BpsimPackage#getDocumentRoot_TriangularDistribution() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='TriangularDistribution' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ TriangularDistributionType getTriangularDistribution(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getTriangularDistribution Triangular Distribution}' containment reference. * * * @param value the new value of the 'Triangular Distribution' containment reference. * @see #getTriangularDistribution() * @generated */ void setTriangularDistribution(TriangularDistributionType value); /** * 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... *

* * @return the value of the 'Truncated Normal Distribution' containment reference. * @see #setTruncatedNormalDistribution(TruncatedNormalDistributionType) * @see bpsim.BpsimPackage#getDocumentRoot_TruncatedNormalDistribution() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='TruncatedNormalDistribution' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ TruncatedNormalDistributionType getTruncatedNormalDistribution(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getTruncatedNormalDistribution Truncated Normal Distribution}' containment reference. * * * @param value the new value of the 'Truncated Normal Distribution' containment reference. * @see #getTruncatedNormalDistribution() * @generated */ void setTruncatedNormalDistribution(TruncatedNormalDistributionType value); /** * 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... *

* * @return the value of the 'Uniform Distribution' containment reference. * @see #setUniformDistribution(UniformDistributionType) * @see bpsim.BpsimPackage#getDocumentRoot_UniformDistribution() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='UniformDistribution' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ UniformDistributionType getUniformDistribution(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getUniformDistribution Uniform Distribution}' containment reference. * * * @param value the new value of the 'Uniform Distribution' containment reference. * @see #getUniformDistribution() * @generated */ void setUniformDistribution(UniformDistributionType value); /** * 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... *

* * @return the value of the 'User Distribution' containment reference. * @see #setUserDistribution(UserDistributionType) * @see bpsim.BpsimPackage#getDocumentRoot_UserDistribution() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='UserDistribution' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ UserDistributionType getUserDistribution(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getUserDistribution User Distribution}' containment reference. * * * @param value the new value of the 'User Distribution' containment reference. * @see #getUserDistribution() * @generated */ void setUserDistribution(UserDistributionType value); /** * 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... *

* * @return the value of the 'User Distribution Data Point' containment reference. * @see #setUserDistributionDataPoint(UserDistributionDataPointType) * @see bpsim.BpsimPackage#getDocumentRoot_UserDistributionDataPoint() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='UserDistributionDataPoint' namespace='##targetNamespace'" * @generated */ UserDistributionDataPointType getUserDistributionDataPoint(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getUserDistributionDataPoint User Distribution Data Point}' containment reference. * * * @param value the new value of the 'User Distribution Data Point' containment reference. * @see #getUserDistributionDataPoint() * @generated */ void setUserDistributionDataPoint(UserDistributionDataPointType value); /** * 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... *

* * @return the value of the 'Weibull Distribution' containment reference. * @see #setWeibullDistribution(WeibullDistributionType) * @see bpsim.BpsimPackage#getDocumentRoot_WeibullDistribution() * @model containment="true" upper="-2" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='WeibullDistribution' namespace='##targetNamespace' affiliation='ParameterValue'" * @generated */ WeibullDistributionType getWeibullDistribution(); /** * Sets the value of the '{@link bpsim.DocumentRoot#getWeibullDistribution Weibull Distribution}' containment reference. * * * @param value the new value of the 'Weibull Distribution' containment reference. * @see #getWeibullDistribution() * @generated */ void setWeibullDistribution(WeibullDistributionType value); } // DocumentRoot