Package | Description |
---|---|
metdetection.meter.lpcfg |
Modifier and Type | Method and Description |
---|---|
MetricalLpcfgMetricalModelState |
MetricalLpcfgMetricalModelState.deepCopy() |
Modifier and Type | Method and Description |
---|---|
java.util.TreeSet<MetricalLpcfgMetricalModelState> |
MetricalLpcfgMetricalModelState.close() |
private java.util.List<MetricalLpcfgMetricalModelState> |
MetricalLpcfgMetricalModelState.getAllFirstStepBranches()
Get a List of all of the first step branches we could make out of this state.
|
java.util.TreeSet<MetricalLpcfgMetricalModelState> |
MetricalLpcfgMetricalModelState.handleIncoming(java.util.List<MidiNote> notes) |
Modifier and Type | Method and Description |
---|---|
int |
MetricalLpcfgMetricalModelState.compareTo(MetricalLpcfgMetricalModelState o) |
Constructor and Description |
---|
MetricalLpcfgMetricalModelState(MetricalLpcfgMetricalModelState state)
Create a new state which is a deep copy of the given one (when necessary).
|
MetricalLpcfgMetricalModelState(MetricalLpcfgMetricalModelState state,
MetricalLpcfg grammar,
Measure measure,
int terminalLength,
int anacrusisLength)
Create a new state based on the given grammar, measure, and terminal length, and as a partial
deep copy of the given state.
|