Uses of Class
org.variantsync.boosting.datastructure.Feature
Packages that use Feature
Package
Description
-
Uses of Feature in org.variantsync.boosting
Methods in org.variantsync.boosting that return types with arguments of type Feature -
Uses of Feature in org.variantsync.boosting.datastructure
Methods in org.variantsync.boosting.datastructure with parameters of type Feature -
Uses of Feature in org.variantsync.boosting.product
Fields in org.variantsync.boosting.product with type parameters of type FeatureModifier and TypeFieldDescriptionfinal CustomHashSet
<Feature> VariantInitTask.InitResult.allFeatures
A set of all features associated with the initialization.Methods in org.variantsync.boosting.product that return types with arguments of type FeatureModifier and TypeMethodDescriptionVariant.getFeatures()
Retrieves the set of features associated with the variant.Constructor parameters in org.variantsync.boosting.product with type arguments of type FeatureModifierConstructorDescriptionInitResult
(int id, CustomHashSet<Feature> allFeatures, Variant variant) Constructs a new InitResult with the specified ID, set of all features, and product.