jInfer

Uses of Interface
cz.cuni.mff.ksi.jinfer.base.interfaces.Pair

Packages that use Pair
cz.cuni.mff.ksi.jinfer.base.objects This package contains various common jInfer classes. 
cz.cuni.mff.ksi.jinfer.functionalDependencies   
cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer   
cz.cuni.mff.ksi.jinfer.functionalDependencies.repairer   
cz.cuni.mff.ksi.jinfer.iss.experiments   
cz.cuni.mff.ksi.jinfer.iss.experiments.interfaces   
cz.cuni.mff.ksi.jinfer.iss.experiments.termination   
cz.cuni.mff.ksi.jinfer.iss.utils   
 

Uses of Pair in cz.cuni.mff.ksi.jinfer.base.objects
 

Classes in cz.cuni.mff.ksi.jinfer.base.objects that implement Pair
 class ImmutablePair<S,T>
          Class representing a generic 2-tuple.
 class MutablePair<S,T>
          Class representing a generic 2-tuple.
 

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

Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies that return types with arguments of type Pair
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.
 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.
 

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

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

Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer that return Pair
 Pair<Tuple,Tuple> RepairCandidate.getTuplePair()
          Get tuple pair this candidate is defined for.
 

Constructors in cz.cuni.mff.ksi.jinfer.functionalDependencies.newRepairer with parameters of type Pair
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 valueNode, String changedValue, RXMLTree tree, double coeffK, String path, boolean isNewValue)
          This constructor creates a repair candidate which modifies node value.
 

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

Methods in cz.cuni.mff.ksi.jinfer.functionalDependencies.repairer that return types with arguments of type Pair
static List<Pair<RepairImpl,RepairImpl>> RepairFactory.getValuePairs(List<RepairImpl> repairs)
          Get pairs of all value repairs.
 

Uses of Pair in cz.cuni.mff.ksi.jinfer.iss.experiments
 

Methods in cz.cuni.mff.ksi.jinfer.iss.experiments that return Pair
 Pair<Boolean,String> Experiment.getTerminationReason()
           
 

Uses of Pair in cz.cuni.mff.ksi.jinfer.iss.experiments.interfaces
 

Methods in cz.cuni.mff.ksi.jinfer.iss.experiments.interfaces that return Pair
 Pair<Boolean,String> TerminationCriterion.terminate(Experiment experiment, long time, List<IdSet> solutions)
          Returns a flag whether to terminate the iterations of the metaheuristic.
 

Uses of Pair in cz.cuni.mff.ksi.jinfer.iss.experiments.termination
 

Methods in cz.cuni.mff.ksi.jinfer.iss.experiments.termination that return Pair
 Pair<Boolean,String> TimeIterations.terminate(Experiment experiment, long time, List<IdSet> solutions)
           
 

Uses of Pair in cz.cuni.mff.ksi.jinfer.iss.utils
 

Methods in cz.cuni.mff.ksi.jinfer.iss.utils that return Pair
static Pair<IdSet,Quality> Utils.getBest(Experiment experiment, List<IdSet> solutions)
          Returns the best solution from the provided pool in the context of the provided experiment.
static Pair<Integer,Integer> GraphUtils.getGraphRepresentation(AMModel model)
          Returns the graph representation info for the provided model.
 


jInfer

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