|
JAGA Homepage | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jaga.individualRepresentation.proteinLocation.ProteinLocationClassifier
TODO: Complete these comments.
Project: JAGA - Java API for Genetic Algorithms.
Company: University College London and JAGA.Org (http://www.jaga.org).
Copyright: (c) 2004 by G. Paperin.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, ONLY if you include a note of the original
author(s) in any redistributed/modified copy.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
or see http://www.gnu.org/licenses/gpl.html
| Field Summary | |
|---|---|
private Fitness |
fitness
|
private java.lang.String |
name
|
private PolypeptidePattern |
pattern
|
| Constructor Summary | |
|---|---|
private |
ProteinLocationClassifier()
|
|
ProteinLocationClassifier(PolypeptidePattern pattern,
java.lang.String name)
|
| Method Summary | |
|---|---|
Fitness |
getFitness()
Gets the individual's fitness. |
java.lang.String |
getName()
|
PolypeptidePattern |
getPattern()
|
void |
setFitness(Fitness fitness)
Sets the fitness. |
void |
setName(java.lang.String name)
|
void |
setPattern(PolypeptidePattern pattern)
|
java.lang.String |
toString()
Produces a string representation of this individuial. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private PolypeptidePattern pattern
private Fitness fitness
private java.lang.String name
| Constructor Detail |
|---|
private ProteinLocationClassifier()
public ProteinLocationClassifier(PolypeptidePattern pattern,
java.lang.String name)
| Method Detail |
|---|
public PolypeptidePattern getPattern()
public void setPattern(PolypeptidePattern pattern)
public Fitness getFitness()
Individual
getFitness in interface Individualnull
if no fitness is associated.public void setFitness(Fitness fitness)
Individual
setFitness in interface Individualfitness - The new fitness for this individual.public java.lang.String toString()
Individual
toString in interface IndividualtoString in class java.lang.Objectpublic java.lang.String getName()
public void setName(java.lang.String name)
|
JAGA Homepage | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||