FaDe
Class FeatureSet

java.lang.Object
  extended by FaDe.FeatureSet
All Implemented Interfaces:
java.io.Serializable

public class FeatureSet
extends java.lang.Object
implements java.io.Serializable

The FeatureSet class contains a set of the features currently supported by the library, which can be populated with calculated values.

See Also:
Serialized Form

Nested Class Summary
static class FeatureSet.Feature
           
 
Constructor Summary
FeatureSet()
           
 
Method Summary
 java.lang.Double getFeature(FeatureSet.Feature feature)
           
 void setFeature(FeatureSet.Feature feature, double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureSet

public FeatureSet()
Method Detail

setFeature

public void setFeature(FeatureSet.Feature feature,
                       double value)

getFeature

public java.lang.Double getFeature(FeatureSet.Feature feature)