|
jInfer | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tuple | |
---|---|
cz.cuni.mff.ksi.jinfer.functionalDependencies | |
cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer |
Uses of Tuple in cz.cuni.mff.ksi.jinfer.functionalDependencies |
---|
Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies that return types with arguments of type Tuple | |
---|---|
static List<Tuple> |
TupleFactory.createTuples(RXMLTree tree)
Create all tuples for particular tree. |
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.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. |
static List<Pair<Tuple,Tuple>> |
TupleFactory.getTuplePairNotSatisfyingFDThesis(RXMLTree tree,
FD fd)
Get all tuple pairs which not satisfies provided functional dependency. |
List<Pair<Tuple,Tuple>> |
RXMLTree.getTuplePairs()
Get list of all pairs created from all tuples associated with this tree. |
List<Pair<Tuple,Tuple>> |
RXMLTree.getTuplePairs()
Get list of all pairs created from all tuples associated with this tree. |
static List<Pair<Tuple,Tuple>> |
TupleFactory.getTuplePairs(List<Tuple> tuples)
Get all possible pair of provided tuples. |
static List<Pair<Tuple,Tuple>> |
TupleFactory.getTuplePairs(List<Tuple> tuples)
Get all possible pair of provided tuples. |
List<Tuple> |
RXMLTree.getTuples()
Get list of tuples associated with this tree. |
Set<Tuple> |
NodeAttribute.getTuples()
Get set of tuples the node belongs to. |
static Collection<Tuple> |
TupleFactory.unmarkNodeFromAllTuples(RXMLTree tree,
Node node)
Unmark particular node from all tuples it is part of. |
Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies with parameters of type Tuple | |
---|---|
void |
NodeAttribute.addToTuple(Tuple tuple)
Add this node to the provided tuple |
boolean |
Tuple.contains(Tuple tuple)
Check if this tuple contains all nodes from provided tuple. |
static List<PathAnswer> |
TupleFactory.getFDSidePathAnswers(RXMLTree tree,
Tuple tuple,
SidePaths sidePaths,
boolean isThesis)
Get list of path answers of particular side of functional dependency of particular tuple. |
PathAnswer |
RXMLTree.getPathAnswerForCreatingTuple(Path path,
Tuple tuple)
Get path answer for provided tuple. |
PathAnswer |
RXMLTree.getPathAnswerForTuple(Path path,
Tuple tuple,
boolean isThesis)
Get path answer for provided tuple. |
void |
RXMLTree.invalidateSidePathAnswers(Tuple tuple)
Invalidate side answers for provided tuple. |
boolean |
NodeAttribute.isInTuple(Tuple tuple)
Check if node is part of the provided tuple. |
static boolean |
TupleFactory.isTuple(RXMLTree tree,
Tuple tuple)
Check if provided tuple is a tree tuple. |
boolean |
NodeAttribute.removeFromTuple(Tuple tuple)
Remove this node from provided tuple. |
static void |
TupleFactory.removeTuple(RXMLTree tree,
Tuple tuple)
Removes tuple from tree. |
void |
RXMLTree.removeTuple(Tuple tuple)
Invalidate tuple of this tree. |
Method parameters in cz.cuni.mff.ksi.jinfer.functionalDependencies with type arguments of type Tuple | |
---|---|
static List<Pair<Tuple,Tuple>> |
TupleFactory.getTuplePairs(List<Tuple> tuples)
Get all possible pair of provided tuples. |
boolean |
RXMLTree.isTuplePairSatisfyingFD(Pair<Tuple,Tuple> tuplePair,
FD fd)
Check if tuple pair satisfies 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. |
boolean |
RXMLTree.isTuplePairSatisfyingFDThesis(Pair<Tuple,Tuple> tuplePair,
FD fd)
Check if tuple pair satisfies functional dependency. |
static void |
TupleFactory.removeTuples(RXMLTree tree,
Set<Tuple> tuplesToRemove)
Remove all tuples provided in a set from tree. |
Uses of Tuple in cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer |
---|
Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer that return types with arguments of type Tuple | |
---|---|
Pair<Tuple,Tuple> |
RepairCandidate.getTuplePair()
Get tuple pair this candidate is defined for. |
Pair<Tuple,Tuple> |
RepairCandidate.getTuplePair()
Get tuple pair this candidate is defined for. |
Constructor parameters in cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer with type arguments of type Tuple | |
---|---|
RepairCandidate(Pair<Tuple,Tuple> tuplePair)
Constructor of the repair candidate. |
|
RepairCandidate(Pair<Tuple,Tuple> tuplePair)
Constructor of the repair candidate. |
|
RepairCandidate(Pair<Tuple,Tuple> tuplePair,
Node unreliableNode,
RXMLTree tree,
double coeffK,
String path)
This constructor creates a repair candidate which marks provided node as unreliable. |
|
RepairCandidate(Pair<Tuple,Tuple> tuplePair,
Node unreliableNode,
RXMLTree tree,
double coeffK,
String path)
This constructor creates a repair candidate which marks provided node as unreliable. |
|
RepairCandidate(Pair<Tuple,Tuple> tuplePair,
Node valueNode,
String changedValue,
RXMLTree tree,
double coeffK,
String path,
boolean isNewValue)
This constructor creates a repair candidate which modifies node value. |
|
RepairCandidate(Pair<Tuple,Tuple> tuplePair,
Node valueNode,
String changedValue,
RXMLTree tree,
double coeffK,
String path,
boolean isNewValue)
This constructor creates a repair candidate which modifies node value. |
|
jInfer | |||||||||
PREV NEXT | FRAMES NO FRAMES |