Uses of Class
org.variantsync.boosting.product.Variant
Packages that use Variant
Package
Description
-
Uses of Variant in org.variantsync.boosting
Methods in org.variantsync.boosting that return types with arguments of type Variant -
Uses of Variant in org.variantsync.boosting.datastructure
Methods in org.variantsync.boosting.datastructure with parameters of type VariantModifier and TypeMethodDescriptionMerges the Abstract Syntax Tree (AST) of the given product into the of this main AST (main tree) and returns the set of all nodes in the resulting main tree corresponding to the nodes of this AST. -
Uses of Variant in org.variantsync.boosting.position
Fields in org.variantsync.boosting.position declared as VariantConstructors in org.variantsync.boosting.position with parameters of type VariantModifierConstructorDescriptionProductPosition
(Variant variant, Position position) Constructs a new ProductPosition object with the given Product and Position. -
Uses of Variant in org.variantsync.boosting.product
Fields in org.variantsync.boosting.product declared as VariantModifier and TypeFieldDescriptionfinal Variant
ProductLoadTask.LoadResult.variant
final Variant
VariantInitTask.InitResult.variant
The product associated with the initialization.Methods in org.variantsync.boosting.product that return VariantModifier and TypeMethodDescriptionProductLoader.next()
Loads the next product using a thread from the thread pool.Constructors in org.variantsync.boosting.product with parameters of type VariantModifierConstructorDescriptionInitResult
(int id, CustomHashSet<Feature> allFeatures, Variant variant) Constructs a new InitResult with the specified ID, set of all features, and product.LoadResult
(int id, Variant variant) ProductSaveTask
(Variant variant, String folderName, int id) Constructor for ProductSaveTask.Creates a new Variant object by copying the contents of another Variant object.