/** */ package org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5.model.bpsim; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Uniform Distribution Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5.model.bpsim.UniformDistributionType#getMax <em>Max</em>}</li> * <li>{@link org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5.model.bpsim.UniformDistributionType#getMin <em>Min</em>}</li> * </ul> * </p> * * @see org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5.model.bpsim.BpsimPackage#getUniformDistributionType() * @model extendedMetaData="name='UniformDistribution_._type' kind='empty'" * @generated */ public interface UniformDistributionType 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 org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5.model.bpsim.BpsimPackage#getUniformDistributionType_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 org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5.model.bpsim.UniformDistributionType#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 org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5.model.bpsim.UniformDistributionType#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 org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5.model.bpsim.UniformDistributionType#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>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 org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5.model.bpsim.BpsimPackage#getUniformDistributionType_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 org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5.model.bpsim.UniformDistributionType#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 org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5.model.bpsim.UniformDistributionType#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 org.eclipse.bpmn2.modeler.runtime.jboss.jbpm5.model.bpsim.UniformDistributionType#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(); } // UniformDistributionType