All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bpsim.TriangularDistributionType Maven / Gradle / Ivy

There is a newer version: 7.74.1.Final
Show newest version
/*
 * 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;


/**
 * 
 * A representation of the model object 'Triangular Distribution Type'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link bpsim.TriangularDistributionType#getMax Max}
  • *
  • {@link bpsim.TriangularDistributionType#getMin Min}
  • *
  • {@link bpsim.TriangularDistributionType#getMode Mode}
  • *
*

* * @see bpsim.BpsimPackage#getTriangularDistributionType() * @model extendedMetaData="name='TriangularDistribution_._type' kind='empty'" * @generated */ public interface TriangularDistributionType extends DistributionParameter { /** * Returns the value of the 'Max' attribute. * *

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

* * @return the value of the 'Max' attribute. * @see #isSetMax() * @see #unsetMax() * @see #setMax(double) * @see bpsim.BpsimPackage#getTriangularDistributionType_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.TriangularDistributionType#getMax Max}' attribute. * * * @param value the new value of the 'Max' attribute. * @see #isSetMax() * @see #unsetMax() * @see #getMax() * @generated */ void setMax(double value); /** * Unsets the value of the '{@link bpsim.TriangularDistributionType#getMax Max}' attribute. * * * @see #isSetMax() * @see #getMax() * @see #setMax(double) * @generated */ void unsetMax(); /** * Returns whether the value of the '{@link bpsim.TriangularDistributionType#getMax Max}' attribute is set. * * * @return whether the value of the 'Max' attribute is set. * @see #unsetMax() * @see #getMax() * @see #setMax(double) * @generated */ boolean isSetMax(); /** * Returns the value of the 'Min' attribute. * *

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

* * @return the value of the 'Min' attribute. * @see #isSetMin() * @see #unsetMin() * @see #setMin(double) * @see bpsim.BpsimPackage#getTriangularDistributionType_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.TriangularDistributionType#getMin Min}' attribute. * * * @param value the new value of the 'Min' attribute. * @see #isSetMin() * @see #unsetMin() * @see #getMin() * @generated */ void setMin(double value); /** * Unsets the value of the '{@link bpsim.TriangularDistributionType#getMin Min}' attribute. * * * @see #isSetMin() * @see #getMin() * @see #setMin(double) * @generated */ void unsetMin(); /** * Returns whether the value of the '{@link bpsim.TriangularDistributionType#getMin Min}' attribute is set. * * * @return whether the value of the 'Min' attribute is set. * @see #unsetMin() * @see #getMin() * @see #setMin(double) * @generated */ boolean isSetMin(); /** * Returns the value of the 'Mode' attribute. * *

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

* * @return the value of the 'Mode' attribute. * @see #isSetMode() * @see #unsetMode() * @see #setMode(double) * @see bpsim.BpsimPackage#getTriangularDistributionType_Mode() * @model unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" * extendedMetaData="kind='attribute' name='mode'" * @generated */ double getMode(); /** * Sets the value of the '{@link bpsim.TriangularDistributionType#getMode Mode}' attribute. * * * @param value the new value of the 'Mode' attribute. * @see #isSetMode() * @see #unsetMode() * @see #getMode() * @generated */ void setMode(double value); /** * Unsets the value of the '{@link bpsim.TriangularDistributionType#getMode Mode}' attribute. * * * @see #isSetMode() * @see #getMode() * @see #setMode(double) * @generated */ void unsetMode(); /** * Returns whether the value of the '{@link bpsim.TriangularDistributionType#getMode Mode}' attribute is set. * * * @return whether the value of the 'Mode' attribute is set. * @see #unsetMode() * @see #getMode() * @see #setMode(double) * @generated */ boolean isSetMode(); } // TriangularDistributionType




© 2015 - 2025 Weber Informatics LLC | Privacy Policy