|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueInterface
The interface for values which can logged and plotted during experiments. Operators should define their values in their constructor.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns a human readable description. |
java.lang.String |
getKey()
Returns the key. |
double |
getValue()
Returns the current value which can be logged by the experiment log operator. |
boolean |
isDocumented()
Returns true if this value should be documented. |
Method Detail |
---|
java.lang.String getDescription()
java.lang.String getKey()
boolean isDocumented()
double getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |