Interface FeatureSet
-
- All Known Implementing Classes:
EnvironmentFeatureSet,StaticFeatureSet
public interface FeatureSetA set ofFeatureinstances, indexed byFeatureType.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends Feature<T>>
Tget(FeatureType<T> featureType)Returns an instance offeatureType.
-
-
-
Method Detail
-
get
<T extends Feature<T>> T get(FeatureType<T> featureType)
Returns an instance offeatureType.
-
-