|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.measurement.single.GenericFunctionMeasurement
public class GenericFunctionMeasurement
Constructor Summary | |
---|---|
GenericFunctionMeasurement()
Create a new instance of GenericFunctionMeasurement. |
|
GenericFunctionMeasurement(GenericFunctionMeasurement copy)
Copy constructor. |
Method Summary | |
---|---|
GenericFunctionMeasurement |
getClone()
Create a cloned copy of the current object and return it. |
String |
getDomain()
Get the domain string representing what this measurement's results will conform to. |
Function |
getFunction()
Get the set function. |
Type |
getValue(Algorithm algorithm)
Get the value of the measurement. |
void |
setFunction(Function f)
Set the function. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericFunctionMeasurement()
public GenericFunctionMeasurement(GenericFunctionMeasurement copy)
copy
- The instance to copy.Method Detail |
---|
public GenericFunctionMeasurement getClone()
getClone
in interface Measurement
getClone
in interface Cloneable
Object.clone()
public String getDomain()
getDomain
in interface Measurement
public Type getValue(Algorithm algorithm)
Measurement.getDomain()
getValue
in interface Measurement
algorithm
- The algorithm to obtain the measurement from.
public Function getFunction()
public void setFunction(Function f)
f
- The value to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |