Package jmt.application.elements
Provides support for representing various jmt.codebase types and groups
them up with given measurement results.
See:
Description
|
Interface Summary |
| Class |
Describes a class element.
|
| Element |
Describes a Element of the JMT model.
|
| ElementManager |
Describes a elemenet manager consisting of packages, classes, methods
and fields. |
| ElementSet |
Describes a set of elements.
|
| ElementSetModel |
Describes a element set model warping a element set using a
mutateable index array.
|
| ElementSetModelComparator |
Describes a comparator used to sort a model set. |
| ElementSetModelFilter |
Type describing a filter of a set model for Element instances. |
| Field |
Represents a field of type jmt.codebase.Field. |
| Method |
Represents a method of type jmt.codebase.Method. |
| Package |
Represents a Package element.
|
|
Class Summary |
| ElementFactory |
The static factory providing methods to create instances
of the types Package, Clazz, Method, Field, ElementSet
and ElementManager. |
Package jmt.application.elements Description
Provides support for representing various jmt.codebase types and groups
them up with given measurement results. A jmt.codebase type grouped
with its measurement results is called element and is represented by
the Element type.
The package also provides types to group, sort and filter lists
of elements.