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

bpsim.WeibullDistributionType 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 'Weibull Distribution Type'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link bpsim.WeibullDistributionType#getScale Scale}
  • *
  • {@link bpsim.WeibullDistributionType#getShape Shape}
  • *
*

* * @see bpsim.BpsimPackage#getWeibullDistributionType() * @model extendedMetaData="name='WeibullDistribution_._type' kind='empty'" * @generated */ public interface WeibullDistributionType extends DistributionParameter { /** * Returns the value of the 'Scale' attribute. * *

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

* * @return the value of the 'Scale' attribute. * @see #isSetScale() * @see #unsetScale() * @see #setScale(double) * @see bpsim.BpsimPackage#getWeibullDistributionType_Scale() * @model unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" * extendedMetaData="kind='attribute' name='scale'" * @generated */ double getScale(); /** * Sets the value of the '{@link bpsim.WeibullDistributionType#getScale Scale}' attribute. * * * @param value the new value of the 'Scale' attribute. * @see #isSetScale() * @see #unsetScale() * @see #getScale() * @generated */ void setScale(double value); /** * Unsets the value of the '{@link bpsim.WeibullDistributionType#getScale Scale}' attribute. * * * @see #isSetScale() * @see #getScale() * @see #setScale(double) * @generated */ void unsetScale(); /** * Returns whether the value of the '{@link bpsim.WeibullDistributionType#getScale Scale}' attribute is set. * * * @return whether the value of the 'Scale' attribute is set. * @see #unsetScale() * @see #getScale() * @see #setScale(double) * @generated */ boolean isSetScale(); /** * Returns the value of the 'Shape' attribute. * *

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

* * @return the value of the 'Shape' attribute. * @see #isSetShape() * @see #unsetShape() * @see #setShape(double) * @see bpsim.BpsimPackage#getWeibullDistributionType_Shape() * @model unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" * extendedMetaData="kind='attribute' name='shape'" * @generated */ double getShape(); /** * Sets the value of the '{@link bpsim.WeibullDistributionType#getShape Shape}' attribute. * * * @param value the new value of the 'Shape' attribute. * @see #isSetShape() * @see #unsetShape() * @see #getShape() * @generated */ void setShape(double value); /** * Unsets the value of the '{@link bpsim.WeibullDistributionType#getShape Shape}' attribute. * * * @see #isSetShape() * @see #getShape() * @see #setShape(double) * @generated */ void unsetShape(); /** * Returns whether the value of the '{@link bpsim.WeibullDistributionType#getShape Shape}' attribute is set. * * * @return whether the value of the 'Shape' attribute is set. * @see #unsetShape() * @see #getShape() * @see #setShape(double) * @generated */ boolean isSetShape(); } // WeibullDistributionType




© 2015 - 2025 Weber Informatics LLC | Privacy Policy