|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgpalta.core.Output
public abstract class Output
Stores the outputs of an individual. It can be used to represent multi-dimensional outputs
Constructor Summary | |
---|---|
Output()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Must implement clone() so Outputs can be cloned witout knowing the actual subclass. |
abstract int |
getDim()
Get the dimension (number of scalar outputs per sample) of this Output |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Output()
Method Detail |
---|
public abstract int getDim()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |