(.js)
laraImport("lcl.metrics.Metric");
(.lara)
import lcl.metrics.Metric;
Classes:
new Metric(id, name, sigla, author, year, description)
Reprents a metric we want to extract.
getAuthor()
Get the metric's author.
getDescription()
Get the metric's description.
getName()
Get the metric's name.
getYear()
Get the metric's year.