bpsim.BetaDistributionType Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbpm-bpmn2-emfextmodel Show documentation
Show all versions of jbpm-bpmn2-emfextmodel Show documentation
jBPM BPMN2 EMF Extension Model
/*
* 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 'Beta Distribution Type'.
*
*
*
* The following features are supported:
*
* - {@link bpsim.BetaDistributionType#getScale Scale}
* - {@link bpsim.BetaDistributionType#getShape Shape}
*
*
*
* @see bpsim.BpsimPackage#getBetaDistributionType()
* @model extendedMetaData="name='BetaDistribution_._type' kind='empty'"
* @generated
*/
public interface BetaDistributionType 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#getBetaDistributionType_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.BetaDistributionType#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.BetaDistributionType#getScale Scale}' attribute.
*
*
* @see #isSetScale()
* @see #getScale()
* @see #setScale(double)
* @generated
*/
void unsetScale();
/**
* Returns whether the value of the '{@link bpsim.BetaDistributionType#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#getBetaDistributionType_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.BetaDistributionType#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.BetaDistributionType#getShape Shape}' attribute.
*
*
* @see #isSetShape()
* @see #getShape()
* @see #setShape(double)
* @generated
*/
void unsetShape();
/**
* Returns whether the value of the '{@link bpsim.BetaDistributionType#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();
} // BetaDistributionType
© 2015 - 2025 Weber Informatics LLC | Privacy Policy