public class OENode extends AbstractSearchTreeNode<OENode> implements SearchTreeNode
Constructor and Description |
---|
OENode(org.semanticweb.owlapi.model.OWLClassExpression description,
double accuracy) |
Modifier and Type | Method and Description |
---|---|
double |
getAccuracy() |
org.semanticweb.owlapi.model.OWLClassExpression |
getDescription() |
org.semanticweb.owlapi.model.OWLClassExpression |
getExpression()
Gets the OWL 2 class expression at this search tree node.
|
int |
getHorizontalExpansion() |
int |
getRefinementCount() |
String |
getShortDescription(String baseURI) |
String |
getShortDescription(String baseURI,
Map<String,String> prefixes) |
void |
incHorizontalExpansion() |
boolean |
isRoot() |
void |
setRefinementCount(int refinementCount) |
String |
toString() |
addChild, getChildren, getParent, notifyTree, notifyTrees
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChildren
public OENode(org.semanticweb.owlapi.model.OWLClassExpression description, double accuracy)
public void incHorizontalExpansion()
public boolean isRoot()
public org.semanticweb.owlapi.model.OWLClassExpression getDescription()
public org.semanticweb.owlapi.model.OWLClassExpression getExpression()
SearchTreeNode
getExpression
in interface SearchTreeNode
getExpression
in class AbstractSearchTreeNode<OENode>
public double getAccuracy()
public int getHorizontalExpansion()
public String getShortDescription(String baseURI)
public int getRefinementCount()
public void setRefinementCount(int refinementCount)
refinementCount
- the refinementCount to set DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann