Package openllet.core.el
Class RuleBasedELClassifier
- java.lang.Object
-
- openllet.core.taxonomy.CDOptimizedTaxonomyBuilder
-
- openllet.core.el.RuleBasedELClassifier
-
- All Implemented Interfaces:
TaxonomyBuilder
public abstract class RuleBasedELClassifier extends CDOptimizedTaxonomyBuilder
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
- Author:
- Evren Sirin
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.logging.Logger_logger
-
Constructor Summary
Constructors Constructor Description RuleBasedELClassifier(KnowledgeBase kb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanclassify()Classify the KB.-
Methods inherited from class openllet.core.taxonomy.CDOptimizedTaxonomyBuilder
classify, getTaxonomy, getToldDisjoints, getToldTaxonomy, realize, realize, setProgressMonitor
-
-
-
-
Constructor Detail
-
RuleBasedELClassifier
public RuleBasedELClassifier(KnowledgeBase kb)
-
-
Method Detail
-
classify
public boolean classify()
Classify the KB.- Specified by:
classifyin interfaceTaxonomyBuilder- Overrides:
classifyin classCDOptimizedTaxonomyBuilder- Returns:
- true if classification success
-
-