contextFold.features
Class LogLengthValueFeature

java.lang.Object
  extended by contextFold.features.LogLengthValueFeature
All Implemented Interfaces:
ValueFeature, java.io.Serializable

public class LogLengthValueFeature
extends java.lang.Object
implements ValueFeature

See Also:
Serialized Form

Constructor Summary
LogLengthValueFeature()
           
 
Method Summary
 void bindTypeToLengthCalculator(int elementType, ElementValueCalculator LengthCalculator)
           
 float getValue(int[] element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogLengthValueFeature

public LogLengthValueFeature()
Method Detail

bindTypeToLengthCalculator

public void bindTypeToLengthCalculator(int elementType,
                                       ElementValueCalculator LengthCalculator)

getValue

public float getValue(int[] element)
Specified by:
getValue in interface ValueFeature