| Package | Description |
|---|---|
| metdetection.meter.lpcfg |
| Modifier and Type | Field and Description |
|---|---|
private MetricalLpcfgMeasure |
MetricalLpcfgTree.measure
The measure at the head of this tree.
|
| Modifier and Type | Method and Description |
|---|---|
MetricalLpcfgMeasure |
MetricalLpcfgMeasure.deepCopy() |
MetricalLpcfgMeasure |
MetricalLpcfgTree.getMeasure()
Get the measure node which is at the head of this tree.
|
| Constructor and Description |
|---|
MetricalLpcfgMeasure(MetricalLpcfgMeasure measure)
Create a new measure node as a copy of the given one.
|
MetricalLpcfgTree(MetricalLpcfgMeasure measure)
Create a new tree with the given measure at its head.
|