|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGglazba.Dobrota
public class Dobrota extends java.lang.Object
Class that holds information about fitness values
Modifier and Type | Field and Description |
---|---|
static int[] |
dobrotaMelodije
Fitness values for intervals between all neighbouring tones |
static int[] |
dobrotaMelodijePocetni
Fitness values for intervals between the first tone in the melody and all other tones |
static int |
dobrotaPauzeGlavna
Fitness value for the rest in the main melody |
static int |
dobrotaPauzePrateca
Fitness value for the rest in the accompanying melodies |
static java.lang.Integer[] |
dobrotaPratnje
Fitness values for intervals between the main melody and the accompanied melodies |
static java.util.HashMap<java.lang.Integer,java.lang.Integer> |
dobrotaRitma
Fitness values of note lengths |
static java.lang.String[] |
sveRitamskeVrijednosti
Values of all supported tone lengths |
static java.util.LinkedList<java.lang.String> |
sviTonovi
List of all supported tones |
static float |
vjerojatnostPauzeGlavna
Probability of rest appearance in the main melody |
static float |
vjerojatnostPauzePrateca
Probability of rest appearance in the accompanying melodies melody |
Constructor and Description |
---|
Dobrota()
|
Modifier and Type | Method and Description |
---|---|
static void |
Dobrota1()
Initializes the list of all suported tones and sets the value of fitness to 0 for all structures |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int[] dobrotaMelodije
public static int[] dobrotaMelodijePocetni
public static java.lang.Integer[] dobrotaPratnje
public static int dobrotaPauzeGlavna
public static int dobrotaPauzePrateca
public static float vjerojatnostPauzeGlavna
public static float vjerojatnostPauzePrateca
public static java.util.HashMap<java.lang.Integer,java.lang.Integer> dobrotaRitma
public static java.util.LinkedList<java.lang.String> sviTonovi
public static java.lang.String[] sveRitamskeVrijednosti
Constructor Detail |
---|
public Dobrota()
Method Detail |
---|
public static void Dobrota1()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |