Package | Description |
---|---|
eu.bandm.tscore.base |
Generic and low level data types and transformation algorithms,
to be used by very different applications of the
tscore
framework. |
Modifier and Type | Field and Description |
---|---|
protected PatternDistributor.Phase |
PatternDistributor.phase
State of the state machine, modelling recording and playback.
|
Modifier and Type | Method and Description |
---|---|
static PatternDistributor.Phase |
PatternDistributor.Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatternDistributor.Phase[] |
PatternDistributor.Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|