public abstract class AbstractHarmonicRule extends java.lang.Object implements HarmonicRule
| Modifier and Type | Field and Description |
|---|---|
protected int |
baseIndex |
protected int[] |
derivedIndices |
| Constructor and Description |
|---|
AbstractHarmonicRule() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBaseIndex() |
int[] |
getDerivedIndices() |
void |
setBaseIndex() |
void |
setDerivedIndices(int... indices) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, colorChangedpublic void setBaseIndex()
setBaseIndex in interface HarmonicRulepublic int getBaseIndex()
getBaseIndex in interface HarmonicRulepublic void setDerivedIndices(int... indices)
setDerivedIndices in interface HarmonicRulepublic int[] getDerivedIndices()
getDerivedIndices in interface HarmonicRule