|
jInfer | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FD in cz.cuni.mff.ksi.jinfer.functionalDependencies |
---|
Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies that return types with arguments of type FD | |
---|---|
List<FD> |
InitialModel.getFunctionalDependencies()
Get list of functional dependencies contained in this model. |
Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies with parameters of type FD | |
---|---|
static List<Pair<Tuple,Tuple>> |
TupleFactory.getTuplePairNotSatisfyingFD(RXMLTree tree,
FD fd)
Get all tuple pairs which not satisfies provided functional dependency. |
static List<Pair<Tuple,Tuple>> |
TupleFactory.getTuplePairNotSatisfyingFDThesis(RXMLTree tree,
FD fd)
Get all tuple pairs which not satisfies provided functional dependency. |
boolean |
RXMLTree.isSatisfyingFD(FD fd)
Check if tree satisfies provided functional dependency. |
boolean |
RXMLTree.isSatisfyingFDThesis(FD fd)
Check if tree satisfies provided functional dependency. |
boolean |
RXMLTree.isTuplePairSatisfyingFD(Pair<Tuple,Tuple> tuplePair,
FD fd)
Check if tuple pair satisfies functional dependency. |
boolean |
RXMLTree.isTuplePairSatisfyingFDThesis(Pair<Tuple,Tuple> tuplePair,
FD fd)
Check if tuple pair satisfies functional dependency. |
Method parameters in cz.cuni.mff.ksi.jinfer.functionalDependencies with type arguments of type FD | |
---|---|
void |
InitialModel.addFD(List<FD> fDs)
Add list of functional dependencies into the model. |
boolean |
RXMLTree.isFDDefinedForTree(List<FD> functionalDependencies)
Check if provided functional dependencies can be used with this tree. |
boolean |
RXMLTree.isInconsistent(List<FD> functionalDependencies)
Check if this tree is inconsistent agains provided functional dependencies. |
Uses of FD in cz.cuni.mff.ksi.jinfer.functionalDependencies.fd |
---|
Fields in cz.cuni.mff.ksi.jinfer.functionalDependencies.fd with type parameters of type FD | |
---|---|
protected List<FD> |
Tdependencies.dependency
|
Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies.fd that return FD | |
---|---|
FD |
ObjectFactory.createFD()
Create an instance of Tdependency |
Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies.fd that return types with arguments of type FD | |
---|---|
List<FD> |
Tdependencies.getDependency()
Gets the value of the dependency property. |
Uses of FD in cz.cuni.mff.ksi.jinfer.functionalDependencies.modelGenerator |
---|
Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies.modelGenerator that return types with arguments of type FD | |
---|---|
List<FD> |
FDProcessor.process(InputStream inputStream)
|
Uses of FD in cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer |
---|
Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer that return FD | |
---|---|
FD |
RepairCandidate.getFD()
Get functional dependency this candidate is repairing validation for. |
FD |
RepairGroup.getFunctionalDependency()
Get functional dependency this repair groups is defined for. |
Constructors in cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer with parameters of type FD | |
---|---|
RepairGroup(FD functionalDependency)
Constructor of repair group. |
|
jInfer | |||||||||
PREV NEXT | FRAMES NO FRAMES |