|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mss.ea.core.GeneticOperator
Abstract base class for a genetic operator.
Field Summary | |
protected java.lang.String |
description
Description of this operator. |
protected long |
ID
ID of the genetic operator. |
protected java.lang.String |
name
Name of the genetic operator. |
Constructor Summary | |
GeneticOperator()
Constructor. |
Method Summary | |
java.lang.String |
getDescription()
Gets the description of this operator. |
long |
getID()
Gets the ID of this operator. |
java.lang.String |
getName()
Gets the name of this operator. |
java.lang.String |
toString()
Gets a string representation of this operator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected long ID
protected java.lang.String name
protected java.lang.String description
Constructor Detail |
public GeneticOperator()
Method Detail |
public java.lang.String getName()
public java.lang.String getDescription()
public long getID()
public java.lang.String toString()
toString
in class java.lang.Object
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |