|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.mff.ksi.jinfer.functionalDependencies.repairer.RepairFactory
public final class RepairFactory
Support class for Repair implementations.
Method Summary | |
---|---|
static List<RepairImpl> |
getReliabilityRepairs(List<RepairImpl> repairs)
Get all repairs that are marking nodes as unreliable. |
static List<Pair<RepairImpl,RepairImpl>> |
getValuePairs(List<RepairImpl> repairs)
Get pairs of all value repairs. |
static List<RepairImpl> |
getValueRepairs(List<RepairImpl> repairs)
Get all repairs that modifies node values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static List<Pair<RepairImpl,RepairImpl>> getValuePairs(List<RepairImpl> repairs) throws InterruptedException
repairs
- List of repairs from which are pairs created.
InterruptedException
public static List<RepairImpl> getReliabilityRepairs(List<RepairImpl> repairs)
repairs
- Repairs from which are selected.
public static List<RepairImpl> getValueRepairs(List<RepairImpl> repairs)
repairs
- Repairs from which are selected.
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |