jBPM :: BPMN2 EMF Extension Model 6.1.0.Beta1

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.EObject

A representation of the model object 'Cost Parameters'.

The following features are supported:

See Also:
BpsimPackage.getCostParameters()

Method Summary
 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
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

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()

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()

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()

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()

jBPM :: BPMN2 EMF Extension Model 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.