edu.udo.cs.yale.operator
Interface ValueInterface

All Known Implementing Classes:
Value

public interface ValueInterface

The interface for values which can logged and plotted during experiments. Operators should define their values in their constructor.

Version:
$Id: ValueInterface.java,v 2.7 2006/08/03 14:39:30 ingomierswa Exp $
Author:
Robert Rudolph

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

getDescription

java.lang.String getDescription()
Returns a human readable description.


getKey

java.lang.String getKey()
Returns the key.


isDocumented

boolean isDocumented()
Returns true if this value should be documented.


getValue

double getValue()
Returns the current value which can be logged by the experiment log operator.



Copyright © 2001-2006