contextFold.features
Class IntervalLengthCalculator

java.lang.Object
  extended by contextFold.features.IntervalLengthCalculator
All Implemented Interfaces:
ElementValueCalculator, java.io.Serializable

public class IntervalLengthCalculator
extends java.lang.Object
implements ElementValueCalculator

See Also:
Serialized Form

Constructor Summary
IntervalLengthCalculator()
           
 
Method Summary
 float calcValue(int[] ixs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntervalLengthCalculator

public IntervalLengthCalculator()
Method Detail

calcValue

public float calcValue(int[] ixs)
Specified by:
calcValue in interface ElementValueCalculator
Parameters:
ixs - a structural element.
Returns:
the length of the corresponding element.