bpsim.CostParameters Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Kie Workbench - Common - Stunner - BPMN Definition Set - GWT Support for Eclipse EMF/XMI
/**
*/
package bpsim;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Cost Parameters'.
*
*
*
* The following features are supported:
*
*
* - {@link bpsim.CostParameters#getFixedCost Fixed Cost}
* - {@link bpsim.CostParameters#getUnitCost Unit Cost}
*
*
* @see bpsim.BpsimPackage#getCostParameters()
* @model extendedMetaData="name='CostParameters' kind='elementOnly'"
* @generated
*/
public interface CostParameters extends EObject {
/**
* Returns the value of the 'Fixed Cost' containment reference.
*
*
* @return the value of the 'Fixed Cost' containment reference.
* @see #setFixedCost(Parameter)
* @see bpsim.BpsimPackage#getCostParameters_FixedCost()
* @model containment="true"
* extendedMetaData="kind='element' name='FixedCost' namespace='##targetNamespace'"
* @generated
*/
Parameter getFixedCost();
/**
* Sets the value of the '{@link bpsim.CostParameters#getFixedCost Fixed Cost}' containment reference.
*
*
* @param value the new value of the 'Fixed Cost' containment reference.
* @see #getFixedCost()
* @generated
*/
void setFixedCost(Parameter value);
/**
* Returns the value of the 'Unit Cost' containment reference.
*
*
* @return the value of the 'Unit Cost' containment reference.
* @see #setUnitCost(Parameter)
* @see bpsim.BpsimPackage#getCostParameters_UnitCost()
* @model containment="true"
* extendedMetaData="kind='element' name='UnitCost' namespace='##targetNamespace'"
* @generated
*/
Parameter getUnitCost();
/**
* Sets the value of the '{@link bpsim.CostParameters#getUnitCost Unit Cost}' containment reference.
*
*
* @param value the new value of the 'Unit Cost' containment reference.
* @see #getUnitCost()
* @generated
*/
void setUnitCost(Parameter value);
} // CostParameters
© 2015 - 2025 Weber Informatics LLC | Privacy Policy