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

bpsim.ControlParameters Maven / Gradle / Ivy

There is a newer version: 7.54.0.Final
Show newest version
/**
 */
package bpsim;

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Control Parameters'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link bpsim.ControlParameters#getProbability Probability}
  • *
  • {@link bpsim.ControlParameters#getCondition Condition}
  • *
  • {@link bpsim.ControlParameters#getInterTriggerTimer Inter Trigger Timer}
  • *
  • {@link bpsim.ControlParameters#getTriggerCount Trigger Count}
  • *
* * @see bpsim.BpsimPackage#getControlParameters() * @model extendedMetaData="name='ControlParameters' kind='elementOnly'" * @generated */ public interface ControlParameters extends EObject { /** * Returns the value of the 'Probability' containment reference. * * * @return the value of the 'Probability' containment reference. * @see #setProbability(Parameter) * @see bpsim.BpsimPackage#getControlParameters_Probability() * @model containment="true" * extendedMetaData="kind='element' name='Probability' namespace='##targetNamespace'" * @generated */ Parameter getProbability(); /** * Sets the value of the '{@link bpsim.ControlParameters#getProbability Probability}' containment reference. * * * @param value the new value of the 'Probability' containment reference. * @see #getProbability() * @generated */ void setProbability(Parameter value); /** * Returns the value of the 'Condition' containment reference. * * * @return the value of the 'Condition' containment reference. * @see #setCondition(Parameter) * @see bpsim.BpsimPackage#getControlParameters_Condition() * @model containment="true" * extendedMetaData="kind='element' name='Condition' namespace='##targetNamespace'" * @generated */ Parameter getCondition(); /** * Sets the value of the '{@link bpsim.ControlParameters#getCondition Condition}' containment reference. * * * @param value the new value of the 'Condition' containment reference. * @see #getCondition() * @generated */ void setCondition(Parameter value); /** * Returns the value of the 'Inter Trigger Timer' containment reference. * * * @return the value of the 'Inter Trigger Timer' containment reference. * @see #setInterTriggerTimer(Parameter) * @see bpsim.BpsimPackage#getControlParameters_InterTriggerTimer() * @model containment="true" * extendedMetaData="kind='element' name='InterTriggerTimer' namespace='##targetNamespace'" * @generated */ Parameter getInterTriggerTimer(); /** * Sets the value of the '{@link bpsim.ControlParameters#getInterTriggerTimer Inter Trigger Timer}' containment reference. * * * @param value the new value of the 'Inter Trigger Timer' containment reference. * @see #getInterTriggerTimer() * @generated */ void setInterTriggerTimer(Parameter value); /** * Returns the value of the 'Trigger Count' containment reference. * * * @return the value of the 'Trigger Count' containment reference. * @see #setTriggerCount(Parameter) * @see bpsim.BpsimPackage#getControlParameters_TriggerCount() * @model containment="true" * extendedMetaData="kind='element' name='TriggerCount' namespace='##targetNamespace'" * @generated */ Parameter getTriggerCount(); /** * Sets the value of the '{@link bpsim.ControlParameters#getTriggerCount Trigger Count}' containment reference. * * * @param value the new value of the 'Trigger Count' containment reference. * @see #getTriggerCount() * @generated */ void setTriggerCount(Parameter value); } // ControlParameters




© 2015 - 2025 Weber Informatics LLC | Privacy Policy