jInfer

cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer
Class RepairGroupModel

java.lang.Object
  extended by cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer.RepairGroupModel

public class RepairGroupModel
extends Object

Class representing repair group in the repair picker.


Constructor Summary
RepairGroupModel(List<RepairGroup> repairGroups)
          Constructor creating model of the repair groups for 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
 

Constructor Detail

RepairGroupModel

public RepairGroupModel(List<RepairGroup> repairGroups)
Constructor creating model of the repair groups for repair picker.

Parameters:
repairGroups - Repair groups this model represent.
Method Detail

getTree

public TreeNode getTree()
Get node tree representing repair groups in the repair picker.

Returns:
Node tree representing repair groups in the repair picker.

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011