See: Description
Package | Description |
---|---|
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.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.