/* * Copyright 2015 Red Hat, Inc. and/or its affiliates. * * 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; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Truncated Normal Distribution Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link bpsim.TruncatedNormalDistributionType#getMax <em>Max</em>}</li> * <li>{@link bpsim.TruncatedNormalDistributionType#getMean <em>Mean</em>}</li> * <li>{@link bpsim.TruncatedNormalDistributionType#getMin <em>Min</em>}</li> * <li>{@link bpsim.TruncatedNormalDistributionType#getStandardDeviation <em>Standard Deviation</em>}</li> * </ul> * </p> * * @see bpsim.BpsimPackage#getTruncatedNormalDistributionType() * @model extendedMetaData="name='TruncatedNormalDistribution_._type' kind='empty'" * @generated */ public interface TruncatedNormalDistributionType extends DistributionParameter { /** * Returns the value of the '<em><b>Max</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Max</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Max</em>' attribute. * @see #isSetMax() * @see #unsetMax() * @see #setMax(double) * @see bpsim.BpsimPackage#getTruncatedNormalDistributionType_Max() * @model unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" * extendedMetaData="kind='attribute' name='max'" * @generated */ double getMax(); /** * Sets the value of the '{@link bpsim.TruncatedNormalDistributionType#getMax <em>Max</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Max</em>' attribute. * @see #isSetMax() * @see #unsetMax() * @see #getMax() * @generated */ void setMax(double value); /** * Unsets the value of the '{@link bpsim.TruncatedNormalDistributionType#getMax <em>Max</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetMax() * @see #getMax() * @see #setMax(double) * @generated */ void unsetMax(); /** * Returns whether the value of the '{@link bpsim.TruncatedNormalDistributionType#getMax <em>Max</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Max</em>' attribute is set. * @see #unsetMax() * @see #getMax() * @see #setMax(double) * @generated */ boolean isSetMax(); /** * Returns the value of the '<em><b>Mean</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Mean</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Mean</em>' attribute. * @see #isSetMean() * @see #unsetMean() * @see #setMean(double) * @see bpsim.BpsimPackage#getTruncatedNormalDistributionType_Mean() * @model unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" * extendedMetaData="kind='attribute' name='mean'" * @generated */ double getMean(); /** * Sets the value of the '{@link bpsim.TruncatedNormalDistributionType#getMean <em>Mean</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Mean</em>' attribute. * @see #isSetMean() * @see #unsetMean() * @see #getMean() * @generated */ void setMean(double value); /** * Unsets the value of the '{@link bpsim.TruncatedNormalDistributionType#getMean <em>Mean</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetMean() * @see #getMean() * @see #setMean(double) * @generated */ void unsetMean(); /** * Returns whether the value of the '{@link bpsim.TruncatedNormalDistributionType#getMean <em>Mean</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Mean</em>' attribute is set. * @see #unsetMean() * @see #getMean() * @see #setMean(double) * @generated */ boolean isSetMean(); /** * Returns the value of the '<em><b>Min</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Min</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Min</em>' attribute. * @see #isSetMin() * @see #unsetMin() * @see #setMin(double) * @see bpsim.BpsimPackage#getTruncatedNormalDistributionType_Min() * @model unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" * extendedMetaData="kind='attribute' name='min'" * @generated */ double getMin(); /** * Sets the value of the '{@link bpsim.TruncatedNormalDistributionType#getMin <em>Min</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Min</em>' attribute. * @see #isSetMin() * @see #unsetMin() * @see #getMin() * @generated */ void setMin(double value); /** * Unsets the value of the '{@link bpsim.TruncatedNormalDistributionType#getMin <em>Min</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetMin() * @see #getMin() * @see #setMin(double) * @generated */ void unsetMin(); /** * Returns whether the value of the '{@link bpsim.TruncatedNormalDistributionType#getMin <em>Min</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Min</em>' attribute is set. * @see #unsetMin() * @see #getMin() * @see #setMin(double) * @generated */ boolean isSetMin(); /** * Returns the value of the '<em><b>Standard Deviation</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Standard Deviation</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Standard Deviation</em>' attribute. * @see #isSetStandardDeviation() * @see #unsetStandardDeviation() * @see #setStandardDeviation(double) * @see bpsim.BpsimPackage#getTruncatedNormalDistributionType_StandardDeviation() * @model unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" * extendedMetaData="kind='attribute' name='standardDeviation'" * @generated */ double getStandardDeviation(); /** * Sets the value of the '{@link bpsim.TruncatedNormalDistributionType#getStandardDeviation <em>Standard Deviation</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Standard Deviation</em>' attribute. * @see #isSetStandardDeviation() * @see #unsetStandardDeviation() * @see #getStandardDeviation() * @generated */ void setStandardDeviation(double value); /** * Unsets the value of the '{@link bpsim.TruncatedNormalDistributionType#getStandardDeviation <em>Standard Deviation</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetStandardDeviation() * @see #getStandardDeviation() * @see #setStandardDeviation(double) * @generated */ void unsetStandardDeviation(); /** * Returns whether the value of the '{@link bpsim.TruncatedNormalDistributionType#getStandardDeviation <em>Standard Deviation</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Standard Deviation</em>' attribute is set. * @see #unsetStandardDeviation() * @see #getStandardDeviation() * @see #setStandardDeviation(double) * @generated */ boolean isSetStandardDeviation(); } // TruncatedNormalDistributionType