mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-03-24 10:41:15 +01:00
Author:halw
Date:2008-09-25T21:53:24.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@45 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -13,7 +13,7 @@ For more information about criterion, read the [[Criterion References|Managing c
|
||||
A summary of the metric you just defined appears in a textual representation in the '''Expression''' text field.
|
||||
|
||||
{{seealso|<br/>
|
||||
[[Managing new metrics: Introduction|Managing metrics]] <br/>
|
||||
[[Managing new metrics|Managing metrics]] <br/>
|
||||
[[Criterion References|Managing criterion]] }}
|
||||
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ To define a linear metric, you must select the '''Metric Definition''' tab and c
|
||||
A summary of the metric you just defined appears in a textual representation in the '''Expression''' text field.
|
||||
|
||||
{{seealso|<br/>
|
||||
[[Managing new metrics: Introduction|Managing metrics]] <br/>
|
||||
[[Managing new metrics|Managing metrics]] <br/>
|
||||
}}
|
||||
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ To define a ratio metric, you must select the '''Metric Definition''' tab and cl
|
||||
A summary of the metric you just defined appears in a textual representation in the '''Expression''' text field.
|
||||
|
||||
{{seealso|<br/>
|
||||
[[Managing new metrics: Introduction|Managing metrics]] <br/>
|
||||
[[Managing new metrics|Managing metrics]] <br/>
|
||||
}}
|
||||
|
||||
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
[[Property:title|Defining new metrics]]
|
||||
[[Property:weight|1]]
|
||||
[[Property:uuid|7f36c01c-40f4-be23-dfcd-d92bf2bbd535]]
|
||||
* [[Defining new metrics: introduction|Introduction]]
|
||||
* [[Defining derived metrics|Derived metrics]]
|
||||
* [[Defining linear metrics|Linear metrics]]
|
||||
* [[Defining ratio metrics|Ratio metrics]]
|
||||
|
||||
The metric interface provides by default a set of basic metrics. However, user may want to define other metrics, such as linear sums or different ratios, or combining some criteria... This is possible thanks to the '''Metric Definition''' tab of the metric tool.
|
||||
|
||||
New metrics are increasingly added to the list of metrics which is ordered by unit type, and are available for [[Evaluating a measure|calculation]] .
|
||||
|
||||
{{seealso|<br/>
|
||||
[[Evaluating a measure|Evaluating a measure]] <br/>
|
||||
[[Managing new metrics]] }}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
[[Property:title|Handling new metrics]]
|
||||
[[Property:weight|2]]
|
||||
[[Property:uuid|1ca7a8cf-f446-6cbc-59e1-0455e633ce44]]
|
||||
* [[Handling new metrics: Introduction|Introduction]]
|
||||
* [[Defining new metrics|Defining new metrics]]
|
||||
* [[Managing new metrics|Managing metrics]]
|
||||
|
||||
The metric tool ("Metric" tab of the context tool) provides by default a set of metrics that can be used to make some measurements over various scopes in order to evaluate a project.
|
||||
|
||||
This set of metrics is certainly not complete, users may probably want to define other metrics regarding their own needs. And then, since needs are different and in order to avoid an explosion in the number of basic metrics, we agreed on implementing only elementary metrics that could not be evaluated if not implemented in the tool.
|
||||
|
||||
Users can then define their own metrics. The metric tool provides an interface to define new metrics. Click on the '''Metric Definition''' tab in the metric tool to start adding new metrics and modifying existing metrics.
|
||||
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
[[Property:title|Managing new metrics]]
|
||||
[[Property:weight|2]]
|
||||
[[Property:uuid|540cbcc4-27cb-7fc4-5c98-0c622bfb0841]]
|
||||
* [[Managing new metrics: Introduction|Introduction]]
|
||||
|
||||
|
||||
|
||||
After having [[Defining new metrics|defined]] some new metrics, it is possible to delete the useless ones, or to edit them:
|
||||
* Deleting a metric: select the metric you want to delete and click on the '''Remove current selected metric''' button.
|
||||
* Editing a metric: select the metric you want to edit and start changing its definition by adding or removing criteria (derived), adding or removing terms (linear), changing numerator and denominator (ratio).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user