|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'Metric Rule'.
The following features are supported:
GMFMapPackage.getMetricRule()| Method Summary | |
MetricContainer |
getContainer()
Returns the value of the 'Container' container reference. |
java.lang.Double |
getHighLimit()
Returns the value of the 'High Limit' attribute |
java.lang.String |
getKey()
Returns the value of the 'Key' attribute |
java.lang.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(java.lang.Double value)
Sets the value of the ' High Limit' attribute |
void |
setKey(java.lang.String value)
Sets the value of the ' Key' attribute |
void |
setLowLimit(java.lang.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, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
public java.lang.String getKey()
MetricRule.setKey(String),
GMFMapPackage.getMetricRule_Key()public void setKey(java.lang.String value)
Key' attribute.
value - the new value of the 'Key' attribute.MetricRule.getKey()public ValueExpression getRule()
MetricRule.setRule(ValueExpression),
GMFMapPackage.getMetricRule_Rule()public void setRule(ValueExpression value)
Rule' containment reference.
value - the new value of the 'Rule' containment reference.MetricRule.getRule()public Measurable getTarget()
MetricRule.setTarget(Measurable),
GMFMapPackage.getMetricRule_Target()public void setTarget(Measurable value)
Target' containment reference.
value - the new value of the 'Target' containment reference.MetricRule.getTarget()public java.lang.Double getLowLimit()
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
MetricRule.setLowLimit(Double),
GMFMapPackage.getMetricRule_LowLimit()public void setLowLimit(java.lang.Double value)
Low Limit' attribute.
value - the new value of the 'Low Limit' attribute.MetricRule.getLowLimit()public java.lang.Double getHighLimit()
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
MetricRule.setHighLimit(Double),
GMFMapPackage.getMetricRule_HighLimit()public void setHighLimit(java.lang.Double value)
High Limit' attribute.
value - the new value of the 'High Limit' attribute.MetricRule.getHighLimit()public MetricContainer getContainer()
Metrics'.
The containing metric container of this metric rule
MetricRule.setContainer(MetricContainer),
GMFMapPackage.getMetricRule_Container(),
MetricContainer.getMetrics()public void setContainer(MetricContainer value)
Container' container reference.
value - the new value of the 'Container' container reference.MetricRule.getContainer()
|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.