org.jboss.drools
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:
DroolsPackage.getCostParameters()

Method Summary
 String getCurrencyUnit()
          Returns the value of the 'Currency Unit' attribute
 Parameter getFixedCost()
          Returns the value of the 'Fixed Cost' containment reference
 Parameter getUnitCost()
          Returns the value of the 'Unit Cost' containment reference
 void setCurrencyUnit(String value)
          Sets the value of the 'Currency Unit' attribute
 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), DroolsPackage.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), DroolsPackage.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()

getCurrencyUnit

String getCurrencyUnit()
Returns the value of the 'Currency Unit' attribute.

If the meaning of the 'Currency Unit' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Currency Unit' attribute.
See Also:
setCurrencyUnit(String), DroolsPackage.getCostParameters_CurrencyUnit()

setCurrencyUnit

void setCurrencyUnit(String value)
Sets the value of the 'Currency Unit' attribute.

Parameters:
value - the new value of the 'Currency Unit' attribute.
See Also:
getCurrencyUnit()


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