org.zeroexchange.resource.value.operator
Class DoubleValueService

java.lang.Object
  extended by org.zeroexchange.resource.value.operator.AbstractValueService
      extended by org.zeroexchange.resource.value.operator.DoubleValueService
All Implemented Interfaces:
DataProcessor, ValueService<DoubleValue>

public class DoubleValueService
extends AbstractValueService
implements ValueService<DoubleValue>, DataProcessor

The implementation of the criterion service for double criteria.

Author:
black

Constructor Summary
DoubleValueService()
           
 
Method Summary
 String[] getAppliableOperators(Class<DoubleValue> valueClass)
          Returns set of the operators appliable to the specified criterion.
 Class getProcessingClass()
          Returns root hierarchy current processor can operate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleValueService

public DoubleValueService()
Method Detail

getAppliableOperators

public String[] getAppliableOperators(Class<DoubleValue> valueClass)
Description copied from interface: ValueService
Returns set of the operators appliable to the specified criterion.

Specified by:
getAppliableOperators in interface ValueService<DoubleValue>

getProcessingClass

public Class getProcessingClass()
Description copied from interface: DataProcessor
Returns root hierarchy current processor can operate

Specified by:
getProcessingClass in interface DataProcessor


Copyright © 2013. All Rights Reserved.