public interface CostParameters
extends org.eclipse.emf.ecore.EObject
The following features are supported:
BpsimPackage.getCostParameters()
Modifier and Type | Method and Description |
---|---|
Parameter |
getFixedCost()
Returns the value of the 'Fixed Cost' containment reference
|
Parameter |
getUnitCost()
Returns the value of the 'Unit Cost' containment reference
|
void |
setFixedCost(Parameter value)
Sets the value of the '
Fixed Cost ' containment reference |
void |
setUnitCost(Parameter value)
Sets the value of the '
Unit Cost ' containment reference |
Parameter getFixedCost()
If the meaning of the 'Fixed Cost' containment reference isn't clear, there really should be more of a description here...
setFixedCost(Parameter)
,
BpsimPackage.getCostParameters_FixedCost()
void setFixedCost(Parameter value)
Fixed Cost
' containment reference.
value
- the new value of the 'Fixed Cost' containment reference.getFixedCost()
Parameter getUnitCost()
If the meaning of the 'Unit Cost' containment reference isn't clear, there really should be more of a description here...
setUnitCost(Parameter)
,
BpsimPackage.getCostParameters_UnitCost()
void setUnitCost(Parameter value)
Unit Cost
' containment reference.
value
- the new value of the 'Unit Cost' containment reference.getUnitCost()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.