|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Measurement
All measurements must implement this interface. The measurment must return the value of what it is measuring given the algorithm that it is measuring.
Method Summary | |
---|---|
Measurement |
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. |
Type |
getValue(Algorithm algorithm)
Get the value of the measurement. |
Method Detail |
---|
Measurement getClone()
getClone
in interface Cloneable
Object.clone()
String getDomain()
Type getValue(Algorithm algorithm)
getDomain()
algorithm
- The algorithm to obtain the measurement from.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |