Uses of Class
org.aksw.limes.core.execution.engine.partialrecallengine.refinement.PartialRecallRefinementNode
-
Packages that use PartialRecallRefinementNode Package Description org.aksw.limes.core.execution.engine.partialrecallengine.refinement -
-
Uses of PartialRecallRefinementNode in org.aksw.limes.core.execution.engine.partialrecallengine.refinement
Fields in org.aksw.limes.core.execution.engine.partialrecallengine.refinement declared as PartialRecallRefinementNode Modifier and Type Field Description protected PartialRecallRefinementNodePartialRecallRefinementOperator. bestprotected PartialRecallRefinementNodePartialRecallRefinementOperator. rootFields in org.aksw.limes.core.execution.engine.partialrecallengine.refinement with type parameters of type PartialRecallRefinementNode Modifier and Type Field Description protected LinkedList<PartialRecallRefinementNode>PartialRecallRefinementOperator. bufferMethods in org.aksw.limes.core.execution.engine.partialrecallengine.refinement that return PartialRecallRefinementNode Modifier and Type Method Description PartialRecallRefinementNodePartialRecallRefinementOperator. getBest()Methods in org.aksw.limes.core.execution.engine.partialrecallengine.refinement that return types with arguments of type PartialRecallRefinementNode Modifier and Type Method Description static LinkedList<PartialRecallRefinementNode>RuntimeComparison. sortLinkSpecifications(HashMap<LinkSpecification,Plan> plans)Sorts a map of link specifications in ascending order based on the runtime estimations of their corresponding plans.
-