| Package | Description |
|---|---|
| metdetection.meter.lpcfg |
| Modifier and Type | Class and Description |
|---|---|
class |
MetricalLpcfgMeasure
A
MetricalLpcfgMeasure is a type of MetricalLpcfgNonterminal, which
represents the Measure type of the tree. |
| Modifier and Type | Method and Description |
|---|---|
MetricalLpcfgNonterminal |
MetricalLpcfgNonterminal.deepCopy() |
private static MetricalLpcfgNonterminal |
MetricalLpcfgTreeFactory.makeBeatNonterminal(MetricalLpcfgQuantum[] quantums,
int subBeatsPerBeat)
Make and return a non-terminal representing a beat.
|
private static MetricalLpcfgNonterminal |
MetricalLpcfgTreeFactory.makeSubBeatNonterminal(MetricalLpcfgQuantum[] quantums)
Make and return a non-terminal representing a sub beat.
|
| Constructor and Description |
|---|
MetricalLpcfgNonterminal(MetricalLpcfgNonterminal nonterminal)
Create a new non-terminal as a deep copy of the given one.
|