net.sourceforge.nite.datainspection.data
Interface Value

All Known Implementing Classes:
BooleanValue, SetValue, StringSetValue, StringTwoSetValue, StringValue, TwoSetValue

public interface Value

an interface for Values of Units.
SEE PACKAGE DOCUMENTATION
known implementation can be BooleanValues, SetValues DistanceMetrics defines distance between two Values We strongly recommend to override boolean method Object.equals(Object o) for all implementing Value classes

Author:
Rieks op den Akker

Method Summary
 java.lang.Object getValue()
           
 

Method Detail

getValue

java.lang.Object getValue()
Returns:
the value Object wrapped by this Value