Class DoubleCompatibleValue

java.lang.Object
com.yahoo.searchlib.rankingexpression.evaluation.Value
com.yahoo.searchlib.rankingexpression.evaluation.DoubleCompatibleValue
Direct Known Subclasses:
BooleanValue, DoubleValue, LongValue

public abstract class DoubleCompatibleValue extends Value
A value which acts as a double in numerical context.
Author:
bratseth
  • Constructor Details

    • DoubleCompatibleValue

      public DoubleCompatibleValue()
  • Method Details