cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer
Class RepairGroupModel
java.lang.Object
cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer.RepairGroupModel
public class RepairGroupModel
- extends Object
Class representing repair group in the repair picker.
Method Summary |
TreeNode |
getTree()
Get node tree representing repair groups in the repair picker. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepairGroupModel
public RepairGroupModel(List<RepairGroup> repairGroups)
- Constructor creating model of the repair groups for repair picker.
- Parameters:
repairGroups
- Repair groups this model represent.
getTree
public TreeNode getTree()
- Get node tree representing repair groups in the repair picker.
- Returns:
- Node tree representing repair groups in the repair picker.
Generated on Fri Dec 9 00:01:25 CET 2011