jInfer

Uses of Class
cz.cuni.mff.ksi.jinfer.functionalDependencies.repairer.RepairImpl

Packages that use RepairImpl
cz.cuni.mff.ksi.jinfer.functionalDependencies.repairer   
 

Uses of RepairImpl in cz.cuni.mff.ksi.jinfer.functionalDependencies.repairer
 

Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies.repairer that return types with arguments of type RepairImpl
static List<RepairImpl> RepairFactory.getReliabilityRepairs(List<RepairImpl> repairs)
          Get all repairs that are marking nodes as unreliable.
static List<Pair<RepairImpl,RepairImpl>> RepairFactory.getValuePairs(List<RepairImpl> repairs)
          Get pairs of all value repairs.
static List<Pair<RepairImpl,RepairImpl>> RepairFactory.getValuePairs(List<RepairImpl> repairs)
          Get pairs of all value repairs.
static List<RepairImpl> RepairFactory.getValueRepairs(List<RepairImpl> repairs)
          Get all repairs that modifies node values.
 

Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies.repairer with parameters of type RepairImpl
 int RepairImpl.compareTo(RepairImpl repair)
          Compare this Repair with repair in parameter and returns -1, 0, 1 or 2 if this repair is smaller, equal, greater or unable to comapre with another repair.
 

Method parameters in cz.cuni.mff.ksi.jinfer.functionalDependencies.repairer with type arguments of type RepairImpl
static List<RepairImpl> RepairFactory.getReliabilityRepairs(List<RepairImpl> repairs)
          Get all repairs that are marking nodes as unreliable.
static List<Pair<RepairImpl,RepairImpl>> RepairFactory.getValuePairs(List<RepairImpl> repairs)
          Get pairs of all value repairs.
static List<RepairImpl> RepairFactory.getValueRepairs(List<RepairImpl> repairs)
          Get all repairs that modifies node values.
 


jInfer

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