Package bpsim
Interface CostParameters
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CostParametersImpl
public interface CostParameters extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Cost Parameters'.The following features are supported:
- See Also:
BpsimPackage.getCostParameters()- Generated code
- Model
- extendedMetaData="name='CostParameters' kind='elementOnly'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParametergetFixedCost()Returns the value of the 'Fixed Cost' containment reference.ParametergetUnitCost()Returns the value of the 'Unit Cost' containment reference.voidsetFixedCost(Parameter value)Sets the value of the 'Fixed Cost' containment reference.voidsetUnitCost(Parameter value)Sets the value of the 'Unit Cost' containment reference.
-
-
-
Method Detail
-
getFixedCost
Parameter getFixedCost()
Returns the value of the 'Fixed Cost' containment reference.If the meaning of the 'Fixed Cost' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Fixed Cost' containment reference.
- See Also:
setFixedCost(Parameter),BpsimPackage.getCostParameters_FixedCost()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='FixedCost' namespace='##targetNamespace'"
-
setFixedCost
void setFixedCost(Parameter value)
Sets the value of the 'Fixed Cost' containment reference.- Parameters:
value- the new value of the 'Fixed Cost' containment reference.- See Also:
getFixedCost()- Generated code
-
getUnitCost
Parameter getUnitCost()
Returns the value of the 'Unit Cost' containment reference.If the meaning of the 'Unit Cost' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Unit Cost' containment reference.
- See Also:
setUnitCost(Parameter),BpsimPackage.getCostParameters_UnitCost()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='UnitCost' namespace='##targetNamespace'"
-
setUnitCost
void setUnitCost(Parameter value)
Sets the value of the 'Unit Cost' containment reference.- Parameters:
value- the new value of the 'Unit Cost' containment reference.- See Also:
getUnitCost()- Generated code
-
-