Uses of Class
org.variantsync.boosting.datastructure.MainTree
Packages that use MainTree
-
Uses of MainTree in org.variantsync.boosting
Methods in org.variantsync.boosting that return MainTreeModifier and TypeMethodDescriptionTraceBoosting.computeMappings()
Computes mappings for the given target language and returns a MainTree object containing the mappings.static MainTree
TraceBoosting.loadMainTree
(String folderName) Loads the main tree from the specified folder.Methods in org.variantsync.boosting with parameters of type MainTreeModifier and TypeMethodDescriptionTraceBoosting.extractAssociationsComparisonBased
(MainTree mainTree) Extracts associations from a given main tree by merging each product AST into the main tree and collecting corresponding main tree nodes in the product for backtracking later on.static void
TraceBoosting.saveMainTree
(MainTree mainTree, String folderName) Saves the main tree object to a file in the specified folder.