|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGglazba.Pratnja
public class Pratnja extends java.lang.Object
Represents one accompanying melody individual
Modifier and Type | Field and Description |
---|---|
int |
dobrota
Represents the fitness of this particular melody |
static java.util.LinkedList<java.lang.String> |
najboljiRitam
Represents the tone list |
Constructor and Description |
---|
Pratnja()
|
Modifier and Type | Method and Description |
---|---|
void |
init()
Method that initializes the melody |
void |
izracunajDobrotu()
Calculates the fitness of the melody |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.util.LinkedList<java.lang.String> najboljiRitam
public int dobrota
Constructor Detail |
---|
public Pratnja()
Method Detail |
---|
public void init()
public void izracunajDobrotu()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |