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

bpsim.BinomialDistributionType 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 'Binomial Distribution Type'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link bpsim.BinomialDistributionType#getProbability Probability}
  • *
  • {@link bpsim.BinomialDistributionType#getTrials Trials}
  • *
*

* * @see bpsim.BpsimPackage#getBinomialDistributionType() * @model extendedMetaData="name='BinomialDistribution_._type' kind='empty'" * @generated */ public interface BinomialDistributionType extends DistributionParameter { /** * Returns the value of the 'Probability' attribute. * *

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

* * @return the value of the 'Probability' attribute. * @see #isSetProbability() * @see #unsetProbability() * @see #setProbability(double) * @see bpsim.BpsimPackage#getBinomialDistributionType_Probability() * @model unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" * extendedMetaData="kind='attribute' name='probability'" * @generated */ double getProbability(); /** * Sets the value of the '{@link bpsim.BinomialDistributionType#getProbability Probability}' attribute. * * * @param value the new value of the 'Probability' attribute. * @see #isSetProbability() * @see #unsetProbability() * @see #getProbability() * @generated */ void setProbability(double value); /** * Unsets the value of the '{@link bpsim.BinomialDistributionType#getProbability Probability}' attribute. * * * @see #isSetProbability() * @see #getProbability() * @see #setProbability(double) * @generated */ void unsetProbability(); /** * Returns whether the value of the '{@link bpsim.BinomialDistributionType#getProbability Probability}' attribute is set. * * * @return whether the value of the 'Probability' attribute is set. * @see #unsetProbability() * @see #getProbability() * @see #setProbability(double) * @generated */ boolean isSetProbability(); /** * Returns the value of the 'Trials' attribute. * *

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

* * @return the value of the 'Trials' attribute. * @see #isSetTrials() * @see #unsetTrials() * @see #setTrials(long) * @see bpsim.BpsimPackage#getBinomialDistributionType_Trials() * @model unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Long" * extendedMetaData="kind='attribute' name='trials'" * @generated */ long getTrials(); /** * Sets the value of the '{@link bpsim.BinomialDistributionType#getTrials Trials}' attribute. * * * @param value the new value of the 'Trials' attribute. * @see #isSetTrials() * @see #unsetTrials() * @see #getTrials() * @generated */ void setTrials(long value); /** * Unsets the value of the '{@link bpsim.BinomialDistributionType#getTrials Trials}' attribute. * * * @see #isSetTrials() * @see #getTrials() * @see #setTrials(long) * @generated */ void unsetTrials(); /** * Returns whether the value of the '{@link bpsim.BinomialDistributionType#getTrials Trials}' attribute is set. * * * @return whether the value of the 'Trials' attribute is set. * @see #unsetTrials() * @see #getTrials() * @see #setTrials(long) * @generated */ boolean isSetTrials(); } // BinomialDistributionType




© 2015 - 2025 Weber Informatics LLC | Privacy Policy