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, wait
apply, colorChanged
public void setBaseIndex()
setBaseIndex
in interface HarmonicRule
public int getBaseIndex()
getBaseIndex
in interface HarmonicRule
public void setDerivedIndices(int... indices)
setDerivedIndices
in interface HarmonicRule
public int[] getDerivedIndices()
getDerivedIndices
in interface HarmonicRule