|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jgap.BaseGene
artefatos.Filtro
public class Filtro
Classe que representa o Gene de um filtro
| Field Summary |
|---|
| Fields inherited from class org.jgap.BaseGene |
|---|
DELTA, S_APPLICATION_DATA |
| Fields inherited from interface org.jgap.Gene |
|---|
CVS_REVISION, PERSISTENT_FIELD_DELIMITER |
| Constructor Summary | |
|---|---|
Filtro(org.jgap.Configuration aConfiguration,
int xPassado,
int yPassado)
Construtor responsavél por estabelecer os limites do gene. |
|
| Method Summary | |
|---|---|
int |
getX()
|
int |
getY()
|
org.jgap.Gene |
newGene()
Este medodo será ultilizado para criar um novo gene |
void |
setX(int x)
|
void |
setY(int y)
|
| Methods inherited from class org.jgap.BaseGene |
|---|
cleanup, equals, getAllele, getApplicationData, getBusinessKey, getConfiguration, getConstraintChecker, getEnergy, hashCode, isCompareApplicationData, setApplicationData, setCompareApplicationData, setConstraintChecker, setEnergy, size, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jgap.Gene |
|---|
applyMutation, cleanup, getAllele, getApplicationData, getConfiguration, getEnergy, getPersistentRepresentation, isCompareApplicationData, setAllele, setApplicationData, setCompareApplicationData, setConstraintChecker, setEnergy, setToRandomValue, setValueFromPersistentRepresentation, size, toString |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
public Filtro(org.jgap.Configuration aConfiguration,
int xPassado,
int yPassado)
throws org.jgap.InvalidConfigurationException
Construtor responsavél por estabelecer os limites do gene.
aConfiguration - xPassado - yPassado -
org.jgap.InvalidConfigurationException| Method Detail |
|---|
public org.jgap.Gene newGene()
Este medodo será ultilizado para criar um novo gene
newGene in interface org.jgap.GenenewGene in class org.jgap.BaseGenepublic int getX()
public void setX(int x)
public int getY()
public void setY(int y)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||