Uses of Class
Gglazba.Ritam

Uses of Ritam in Gglazba
 

Methods in Gglazba that return Ritam
Modifier and Type Method and Description
static Ritam GARitam.krizanjeTockaPrekida(java.util.LinkedList<Ritam> odabrane)
          One-point crossover
static Ritam GARitam.mutacijaRitma(Ritam dijete)
          Mutation which combines note lengths into longer, or splits them into shorter ones
 

Methods in Gglazba that return types with arguments of type Ritam
Modifier and Type Method and Description
static java.util.LinkedList<Ritam> Operatori.izaberiNajRitmovi(java.util.LinkedList<java.lang.Integer> izabrani, Ritam[] poljeRitmova)
          Selects 2 individuals for the crossover operator and one individual to be replaced by their child (for the rhythm)
 

Methods in Gglazba with parameters of type Ritam
Modifier and Type Method and Description
static java.util.LinkedList<Ritam> Operatori.izaberiNajRitmovi(java.util.LinkedList<java.lang.Integer> izabrani, Ritam[] poljeRitmova)
          Selects 2 individuals for the crossover operator and one individual to be replaced by their child (for the rhythm)
static Ritam GARitam.mutacijaRitma(Ritam dijete)
          Mutation which combines note lengths into longer, or splits them into shorter ones
 

Method parameters in Gglazba with type arguments of type Ritam
Modifier and Type Method and Description
static Ritam GARitam.krizanjeTockaPrekida(java.util.LinkedList<Ritam> odabrane)
          One-point crossover