Interface FeatureSet
- All Known Implementing Classes:
EnvironmentFeatureSet, StaticFeatureSet
public interface FeatureSet
A set of
Feature instances, indexed by FeatureType.-
Method Summary
Modifier and TypeMethodDescription<T extends Feature<T>>
Tget(FeatureType<T> featureType) Returns an instance offeatureType.
-
Method Details
-
get
Returns an instance offeatureType.
-