Class PartialRecallRefinementNode
- java.lang.Object
-
- org.aksw.limes.core.execution.engine.partialrecallengine.refinement.PartialRecallRefinementNode
-
public class PartialRecallRefinementNode extends Object
Implements the Refinement Node for the refinement tree used in the partial recall execution engine. The Refinement Node consists of a link specification and its corresponding plan. There is correspondence between a link specification and its plan.- Author:
- Kleanthi Georgala
-
-
Constructor Summary
Constructors Constructor Description PartialRecallRefinementNode(LinkSpecification sp, Plan p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkSpecificationgetLinkSpecification()PlangetPlan()voidsetLinkSpecification(LinkSpecification sp)voidsetPlan(Plan p)
-
-
-
Constructor Detail
-
PartialRecallRefinementNode
public PartialRecallRefinementNode(LinkSpecification sp, Plan p)
-
-
Method Detail
-
getLinkSpecification
public LinkSpecification getLinkSpecification()
-
setLinkSpecification
public void setLinkSpecification(LinkSpecification sp)
-
getPlan
public Plan getPlan()
-
setPlan
public void setPlan(Plan p)
-
-