public interface FeatureIndexes
FeatureSet using the appropriate
index given an Evaluator.| Modifier and Type | Method and Description |
|---|---|
boolean |
areValid()
Returns if all the indexes are valid and might be used to get Features.
|
FeatureIndex |
getFeatureIndex(java.lang.String name)
Returns a FeatureIndex given the name with which it was created.
|
FeatureSet |
getFeatureSet(Evaluator evaluator)
Using the given evaluator attributes, choose and use an appropriate index
to obtain a FeatureSet.
|
java.util.Iterator |
iterator()
Returns an iterator over the indexes.
|
FeatureIndex getFeatureIndex(java.lang.String name)
name - FeatureIndex nameFeatureSet getFeatureSet(Evaluator evaluator) throws FeatureIndexException
evaluator - FeatureIndexExceptionjava.util.Iterator iterator()
boolean areValid()