You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dt><ahref="org/variantsync/boosting/product/Variant.html#forgetAST()" class="member-name-link">forgetAST()</a> - Method in class org.variantsync.boosting.product.<ahref="org/variantsync/boosting/product/Variant.html" title="class in org.variantsync.boosting.product">Variant</a></dt>
317
317
<dd>
318
-
<divclass="block">Clears the product Abstract Syntax Tree (AST) by setting it to null.</div>
318
+
<divclass="block">Clears the variant's Abstract Syntax Tree (AST) by setting it to null.</div>
319
319
</dd>
320
320
<dt><ahref="org/variantsync/boosting/position/Position.html#fromSerializedPosition(java.lang.String%5B%5D)" class="member-name-link">fromSerializedPosition(String[])</a> - Static method in class org.variantsync.boosting.position.<ahref="org/variantsync/boosting/position/Position.html" title="class in org.variantsync.boosting.position">Position</a></dt>
<dt><ahref="org/variantsync/boosting/product/Variant.html#getFeatures()" class="member-name-link">getFeatures()</a> - Method in class org.variantsync.boosting.product.<ahref="org/variantsync/boosting/product/Variant.html" title="class in org.variantsync.boosting.product">Variant</a></dt>
356
356
<dd>
357
-
<divclass="block">Retrieves the set of features associated with the product.</div>
357
+
<divclass="block">Retrieves the set of features associated with the variant.</div>
358
358
</dd>
359
359
<dt><ahref="org/variantsync/boosting/TraceBoosting.html#getFormulaFactory()" class="member-name-link">getFormulaFactory()</a> - Static method in class org.variantsync.boosting.<ahref="org/variantsync/boosting/TraceBoosting.html" title="class in org.variantsync.boosting">TraceBoosting</a></dt>
<dt><ahref="org/variantsync/boosting/product/Variant.html#getMappingFromPosition(org.variantsync.boosting.position.Position)" class="member-name-link">getMappingFromPosition(Position)</a> - Method in class org.variantsync.boosting.product.<ahref="org/variantsync/boosting/product/Variant.html" title="class in org.variantsync.boosting.product">Variant</a></dt>
388
388
<dd>
389
-
<divclass="block">Returns the mapping of the node at the given position in the product AST or,
389
+
<divclass="block">Returns the mapping of the node at the given position in the variant's AST or,
390
390
if it has already been merged into the main tree, the mapping of the
<dt><ahref="org/variantsync/boosting/product/Variant.html#getNodeFromPosition(org.variantsync.boosting.position.Position)" class="member-name-link">getNodeFromPosition(Position)</a> - Method in class org.variantsync.boosting.product.<ahref="org/variantsync/boosting/product/Variant.html" title="class in org.variantsync.boosting.product">Variant</a></dt>
420
420
<dd>
421
-
<divclass="block">Returns the ASTNode at the given position in the product AST or, if it has
421
+
<divclass="block">Returns the ASTNode at the given position in the variant AST or, if it has
422
422
already been merged into the main tree,
423
423
returns the corresponding node in the main tree.</div>
<dt><ahref="org/variantsync/boosting/product/Variant.html#getProductAst()" class="member-name-link">getProductAst()</a> - Method in class org.variantsync.boosting.product.<ahref="org/variantsync/boosting/product/Variant.html" title="class in org.variantsync.boosting.product">Variant</a></dt>
437
437
<dd>
438
-
<divclass="block">Returns the Abstract Syntax Tree (AST) representing the product.</div>
438
+
<divclass="block">Returns the Abstract Syntax Tree (AST) representing the variant.</div>
439
439
</dd>
440
440
<dt><ahref="org/variantsync/boosting/datastructure/ASTNode.html#getProductEquivalent()" class="member-name-link">getProductEquivalent()</a> - Method in class org.variantsync.boosting.datastructure.<ahref="org/variantsync/boosting/datastructure/ASTNode.html" title="class in org.variantsync.boosting.datastructure">ASTNode</a></dt>
<dt><ahref="org/variantsync/boosting/product/Variant.html" class="type-name-link" title="class in org.variantsync.boosting.product">Variant</a> - Class in <ahref="org/variantsync/boosting/product/package-summary.html">org.variantsync.boosting.product</a></dt>
957
957
<dd>
958
-
<divclass="block">The Product class represents a product with features and an abstract syntax tree (AST).</div>
958
+
<divclass="block">The class Variant represents a software variant with features and an abstract syntax tree (AST).</div>
959
959
</dd>
960
960
<dt><ahref="org/variantsync/boosting/product/Variant.html#%3Cinit%3E(java.lang.String,org.variantsync.boosting.datastructure.CustomHashSet,org.variantsync.boosting.parsing.AbstractAST,org.variantsync.boosting.datastructure.CustomHashSet)" class="member-name-link">Variant(String, CustomHashSet<ASTNode>, AbstractAST, CustomHashSet<Feature>)</a> - Constructor for class org.variantsync.boosting.product.<ahref="org/variantsync/boosting/product/Variant.html" title="class in org.variantsync.boosting.product">Variant</a></dt>
961
961
<dd>
962
-
<divclass="block">Constructs a new Product object with the given parameters.</div>
962
+
<divclass="block">Constructs a new Variant object with the given parameters.</div>
963
963
</dd>
964
964
<dt><ahref="org/variantsync/boosting/product/Variant.html#%3Cinit%3E(org.variantsync.boosting.product.Variant)" class="member-name-link">Variant(Variant)</a> - Constructor for class org.variantsync.boosting.product.<ahref="org/variantsync/boosting/product/Variant.html" title="class in org.variantsync.boosting.product">Variant</a></dt>
965
965
<dd>
966
-
<divclass="block">Creates a new Product object by copying the contents of another Product
966
+
<divclass="block">Creates a new Variant object by copying the contents of another Variant
967
967
object.</div>
968
968
</dd>
969
969
<dt><ahref="org/variantsync/boosting/product/VariantInitTask.html" class="type-name-link" title="class in org.variantsync.boosting.product">VariantInitTask</a> - Class in <ahref="org/variantsync/boosting/product/package-summary.html">org.variantsync.boosting.product</a></dt>
0 commit comments