See: Description
Package | Description |
---|---|
com.sdmetrics.app |
Supports the integration of SDMetrics' measurement capabilities into applications.
|
com.sdmetrics.cmdline |
Provides a simple command line tool for SDMetrics' core functionality.
|
com.sdmetrics.math |
Hosts the expression parser for metric, set, and condition expressions,
and some specialized container classes.
|
com.sdmetrics.metrics |
Provides the core functionality of SDMetrics:
calculating metrics, checking design rules.
|
com.sdmetrics.model |
Provides the XMI import of UML models and access to the elements of the imported model.
|
com.sdmetrics.output |
Provides data export to text files, HTML files, Excel, and OpenDocument Spreadsheets.
|
com.sdmetrics.util |
Package with some general utility classes to provide simple XML parsing and version information.
|
Where to get started:
To integrate SDMetrics's measurement capabilities in your application:
com.sdmetrics.model
.
The description of that package contains a tutorial how to read
an XMI file and access the model elements.
com.sdmetrics.metrics
. The tutorial for the
package shows you how.
com.sdmetrics.app
further automate
the calculation/checking of all design metrics/rules for a model, and
summarize the results in data tables. The tutorial for that package
shows how to create and access the tables.
com.sdmetrics.output
provides data export for the
data tables to CSV, HTML, or as spreadsheets for OpenOffice.org or
Excel.
com.sdmetrics.cmdline
ties the SDMetrics core functionality together in one simple application.