All Packages Class Hierarchy This Package Previous Next Index
Class cpt.MDElement
java.lang.Object
|
+----cpt.MDElement
- public class MDElement
- extends Object
The metadata element class of CPT. Metadata elements are
the actual contents of metadata dimensions. A dimension
contains a list of metadata elements. Associated to each
element are a value, a weight, and an optional NodeID which
represents a mapping to a hierarchy.
-
MDElement()
- Constructs a MDElement object.
-
main(String[])
- Tests the class.
MDElement
public MDElement()
- Constructs a MDElement object.
main
public static void main(String args[])
- Tests the class.
All Packages Class Hierarchy This Package Previous Next Index