contextFold.features
Class IlLengthCalculator

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

public class IlLengthCalculator
extends java.lang.Object
implements ElementValueCalculator

See Also:
Serialized Form

Constructor Summary
IlLengthCalculator()
           
 
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

IlLengthCalculator

public IlLengthCalculator()
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.