HPI-Information-Systems / Metanome

The source repository of the Metanome tool
metanome.de
Apache License 2.0
171 stars 62 forks source link

Modified basic statistic result #340

Closed tabergma closed 8 years ago

tabergma commented 8 years ago

closes #339

You can add statistics to a BasicStatistic result now via the interface addStatistic(String name, BasicStatisticValue value). There exists different BasicStatisticValues, e.g. String, Integer, Float or List of Integers. The result table in the frontend contains one column for each statistic you added. The value of the statistic is then displayed in the corresponding cell.