Uses of Class
org.variantsync.boosting.datastructure.Module
Packages that use Module
- 
Uses of Module in org.variantsync.boosting.datastructure
Methods in org.variantsync.boosting.datastructure that return types with arguments of type ModuleModifier and TypeMethodDescriptionAssociation.getAll()Returns the set off all modules.Association.getMax()Returns the set of max module.Association.getMin()Returns the set of min modules.Association.getNot()Returns the set of not modules.Association.getSmallestMaxModules()Returns a list of the smallest max modules.Association.getSmallestMinModules()Returns a list of the smallest min modules.Method parameters in org.variantsync.boosting.datastructure with type arguments of type ModuleModifier and TypeMethodDescriptionvoidAssociation.setAll(CustomHashSet<Module> all) Sets the all modules.voidAssociation.setMax(CustomHashSet<Module> max) Sets the max modules.voidAssociation.setMin(CustomHashSet<Module> min) Sets the min modules.voidAssociation.setNot(CustomHashSet<Module> not) Sets the not modules.Constructor parameters in org.variantsync.boosting.datastructure with type arguments of type ModuleModifierConstructorDescriptionAssociation(CustomHashSet<Module> min, CustomHashSet<Module> all, CustomHashSet<Module> max, CustomHashSet<Module> not, CustomHashSet<ASTNode> astNodes) Constructs a new Association with the specified sets of modules and AST nodes.