|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectGglazba.Melodija
public class Melodija extends java.lang.Object
Represents one main melody individual
Modifier and Type | Field and Description |
---|---|
int |
dobrota
Represents the fitness of this particular melody |
Constructor and Description |
---|
Melodija()
|
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 int dobrota
Constructor Detail |
---|
public Melodija()
Method Detail |
---|
public void init()
public void izracunajDobrotu()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |