jInfer

Uses of Class
cz.cuni.mff.ksi.jinfer.functionalDependencies.RXMLTree

Packages that use RXMLTree
cz.cuni.mff.ksi.jinfer.functionalDependencies   
cz.cuni.mff.ksi.jinfer.functionalDependencies.interfaces   
cz.cuni.mff.ksi.jinfer.functionalDependencies.modelGenerator   
cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer   
cz.cuni.mff.ksi.jinfer.functionalDependencies.repairer   
 

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

Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies that return types with arguments of type RXMLTree
 List<RXMLTree> InitialModel.getTrees()
          Get list of trees contained in this model.
 

Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies with parameters of type RXMLTree
static List<Tuple> TupleFactory.createTuples(RXMLTree tree)
          Create all tuples for particular tree.
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.
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 boolean TupleFactory.isTuple(RXMLTree tree, Tuple tuple)
          Check if provided tuple is a tree tuple.
static void TupleFactory.removeTuple(RXMLTree tree, Tuple tuple)
          Removes tuple from tree.
static void TupleFactory.removeTuples(RXMLTree tree, Set<Tuple> tuplesToRemove)
          Remove all tuples provided in a set from tree.
static Collection<Tuple> TupleFactory.unmarkNodeFromAllTuples(RXMLTree tree, Node node)
          Unmark particular node from all tuples it is part of.
 

Method parameters in cz.cuni.mff.ksi.jinfer.functionalDependencies with type arguments of type RXMLTree
 void InitialModel.addTree(List<RXMLTree> xmlTrees)
          Add list of RXMLTree into the model.
 

Constructors in cz.cuni.mff.ksi.jinfer.functionalDependencies with parameters of type RXMLTree
Tuple(RXMLTree tree, int tupleId)
          Constructor of tuple for particular tree, with provided ID.
 

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

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

Method parameters in cz.cuni.mff.ksi.jinfer.functionalDependencies.interfaces with type arguments of type RXMLTree
 void RepairerCallback.finished(List<RXMLTree> repairedTrees)
          This method is called by a Repairer implementation, after it has finished its work.
 void RepairedXMLGenerator.start(List<RXMLTree> repairedTrees, RepairedXMLGeneratorCallback callback)
          Start the XML export process.
 

Uses of RXMLTree in cz.cuni.mff.ksi.jinfer.functionalDependencies.modelGenerator
 

Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies.modelGenerator that return types with arguments of type RXMLTree
 List<RXMLTree> XMLProcessor.process(InputStream s)
           
 

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

Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer with parameters of type RXMLTree
 RepairCandidate RepairPickerImpl.getRepair(RXMLTree tree)
           
 RepairCandidate RepairPickerUserInteractive.getRepair(RXMLTree tree)
           
 

Constructors in cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer with parameters of type RXMLTree
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.
 

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

Method parameters in cz.cuni.mff.ksi.jinfer.functionalDependencies.repairer with type arguments of type RXMLTree
 void RepairedXMLGeneratorImpl.start(List<RXMLTree> repairedTrees, RepairedXMLGeneratorCallback callback)
           
 


jInfer

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