gov.nist.nlpir.irf.de
Interface DeDoubleIntrf


public abstract interface DeDoubleIntrf
extends DataElem

Representation of a double to the extent it differs from other DataElems.

Version:
$Revision: 1.1 $
Author:
This software was produced by NIST, an agency of the U.S. government, and by statute is not subject to copyright in the United States. Recipients of this software assume all responsibilities associated with its operation, modification and maintenance.

Method Summary
 double getValue()
          Returns the value of the represented double
 void setValue(double v)
          Sets the value of the represented double given a double
 
Methods inherited from interface gov.nist.nlpir.irf.de.DataElem
addHTML, compareTo, equals, exactMatch, getIndexingFeatures, getValueAsString, hashCode, HTML_ShowDoc, match, present, presentBrief, toString
 

Method Detail

getValue

public double getValue()
Returns the value of the represented double
Returns:
the value of the represented double.

setValue

public void setValue(double v)
Sets the value of the represented double given a double
Parameters:
v - the new value the DeDouble represents.