org.eclipse.gmf.mappings
Interface MetricRule

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, RuleBase
All Known Implementing Classes:
MetricRuleImpl

public interface MetricRule
extends RuleBase

A representation of the model object 'Metric Rule'.

The following features are supported:

See Also:
GMFMapPackage.getMetricRule()

Method Summary
 MetricContainer getContainer()
          Returns the value of the 'Container' container reference.
 Double getHighLimit()
          Returns the value of the 'High Limit' attribute.
 String getKey()
          Returns the value of the 'Key' attribute.
 Double getLowLimit()
          Returns the value of the 'Low Limit' attribute.
 ValueExpression getRule()
          Returns the value of the 'Rule' containment reference.
 Measurable getTarget()
          Returns the value of the 'Target' containment reference.
 void setContainer(MetricContainer value)
          Sets the value of the 'Container' container reference.
 void setHighLimit(Double value)
          Sets the value of the 'High Limit' attribute.
 void setKey(String value)
          Sets the value of the 'Key' attribute.
 void setLowLimit(Double value)
          Sets the value of the 'Low Limit' attribute.
 void setRule(ValueExpression value)
          Sets the value of the 'Rule' containment reference.
 void setTarget(Measurable value)
          Sets the value of the 'Target' containment reference.
 
Methods inherited from interface org.eclipse.gmf.mappings.RuleBase
getDescription, getName, setDescription, setName
 
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

getKey

String getKey()
Returns the value of the 'Key' attribute. Unique key identifying this metric an abbreviation for this metric

Returns:
the value of the 'Key' attribute.
See Also:
setKey(String), GMFMapPackage.getMetricRule_Key()

setKey

void setKey(String value)
Sets the value of the 'Key' attribute.

Parameters:
value - the new value of the 'Key' attribute.
See Also:
getKey()

getRule

ValueExpression getRule()
Returns the value of the 'Rule' containment reference. Expression that calculates the value of this metric which is of EDataType that encapsulates java.lang.Number subclasses or their primitives

Returns:
the value of the 'Rule' containment reference.
See Also:
setRule(ValueExpression), GMFMapPackage.getMetricRule_Rule()

setRule

void setRule(ValueExpression value)
Sets the value of the 'Rule' containment reference.

Parameters:
value - the new value of the 'Rule' containment reference.
See Also:
getRule()

getTarget

Measurable getTarget()
Returns the value of the 'Target' containment reference. The target representing the context this metric is evaluated in

Returns:
the value of the 'Target' containment reference.
See Also:
setTarget(Measurable), GMFMapPackage.getMetricRule_Target()

setTarget

void setTarget(Measurable value)
Sets the value of the 'Target' containment reference.

Parameters:
value - the new value of the 'Target' containment reference.
See Also:
getTarget()

getLowLimit

Double getLowLimit()
Returns the value of the 'Low Limit' attribute.

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

The lowest acceptable value of the rule expression result

Returns:
the value of the 'Low Limit' attribute.
See Also:
setLowLimit(Double), GMFMapPackage.getMetricRule_LowLimit()

setLowLimit

void setLowLimit(Double value)
Sets the value of the 'Low Limit' attribute.

Parameters:
value - the new value of the 'Low Limit' attribute.
See Also:
getLowLimit()

getHighLimit

Double getHighLimit()
Returns the value of the 'High Limit' attribute.

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

The highest acceptable value of the rule expression result

Returns:
the value of the 'High Limit' attribute.
See Also:
setHighLimit(Double), GMFMapPackage.getMetricRule_HighLimit()

setHighLimit

void setHighLimit(Double value)
Sets the value of the 'High Limit' attribute.

Parameters:
value - the new value of the 'High Limit' attribute.
See Also:
getHighLimit()

getContainer

MetricContainer getContainer()
Returns the value of the 'Container' container reference. It is bidirectional and its opposite is 'Metrics'. The containing metric container of this metric rule

Returns:
the value of the 'Container' container reference.
See Also:
setContainer(MetricContainer), GMFMapPackage.getMetricRule_Container(), MetricContainer.getMetrics()

setContainer

void setContainer(MetricContainer value)
Sets the value of the 'Container' container reference.

Parameters:
value - the new value of the 'Container' container reference.
See Also:
getContainer()


Copyright © 2011. All Rights Reserved.