jInfer

Uses of Class
cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer.RepairCandidate

Packages that use RepairCandidate
cz.cuni.mff.ksi.jinfer.functionalDependencies   
cz.cuni.mff.ksi.jinfer.functionalDependencies.interfaces   
cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer   
 

Uses of RepairCandidate in cz.cuni.mff.ksi.jinfer.functionalDependencies
 

Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies with parameters of type RepairCandidate
 void RXMLTree.clearRepairs(RepairCandidate repair, boolean clearRG)
          Invalidate tuples which are no longer tuples, because of application of repairs.
 void RXMLTree.saveUserSelection(RepairCandidate pickedRepair)
          Save previous user selected repair candidate.
 

Uses of RepairCandidate in cz.cuni.mff.ksi.jinfer.functionalDependencies.interfaces
 

Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies.interfaces that return RepairCandidate
 RepairCandidate RepairPicker.getRepair(RXMLTree tree)
          Get the repair candidate that will be applied to the XML tree.
 

Uses of RepairCandidate in cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer
 

Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer that return RepairCandidate
 RepairCandidate RepairGroup.getMinimalRepair()
          Get repair candidate with the lowest weight.
 RepairCandidate RepairPickerComponent.getPickedRepair()
           
 RepairCandidate RepairTreeNode.getRepair()
          Get repair candidate this tree node is representing.
 RepairCandidate RepairPickerImpl.getRepair(RXMLTree tree)
           
 RepairCandidate RepairPickerUserInteractive.getRepair(RXMLTree tree)
           
 

Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer that return types with arguments of type RepairCandidate
 List<RepairCandidate> RepairGroup.getRepairs()
          Get list of all repair candidates contained in this group.
 

Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer with parameters of type RepairCandidate
 void RepairGroup.addRepair(RepairCandidate repair)
          Add repair candidate to this group.
 boolean UserNodeSelection.existSubset(RepairCandidate repair, double thresholdT)
          Check if this selection contains subset of paths modifying the same nodes as provided candidate.
 boolean UserNodeSelection.isUsingSameOperation(RepairCandidate repair)
          Check if the canidate pick by this selection use the same repair operation as provided candidate.
 boolean UserNodeSelection.repairsSameFD(RepairCandidate repair)
          Check if the canidate pick by this selection repairs the same functional dependency as provided candidate.
 

Method parameters in cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer with type arguments of type RepairCandidate
 void RepairGroup.addRepairs(Collection<RepairCandidate> repairs)
          Add repair candidates to this group.
 

Constructors in cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer with parameters of type RepairCandidate
UserNodeSelection(RepairCandidate pickedRepair)
          Constructor creating previous selection.
 


jInfer

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