com.rapidminer.operator
Interface ValueInterface

All Known Implementing Classes:
Value, ValueDouble, ValueString

public interface ValueInterface

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

Author:
Robert Rudolph, Ingo Mierswa

Method Summary
 java.lang.String getDescription()
          Returns a human readable description.
 java.lang.String getKey()
          Returns the key.
 java.lang.Object getValue()
          Returns the current value which can be logged by the process log operator.
 boolean isDocumented()
          Returns true if this value should be documented.
 boolean isNominal()
          Returns true if the value is nominal.
 

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

java.lang.Object getValue()
Returns the current value which can be logged by the process log operator.


isNominal

boolean isNominal()
Returns true if the value is nominal.



Copyright © 2001-2009 by Rapid-I