public abstract class AbstractValuesSplitter extends Object implements ValuesSplitter
| Constructor and Description |
|---|
AbstractValuesSplitter(AbstractReasonerComponent reasoner,
org.semanticweb.owlapi.model.OWLDataFactory dataFactory) |
AbstractValuesSplitter(AbstractReasonerComponent reasoner,
org.semanticweb.owlapi.model.OWLDataFactory dataFactory,
int maxNrOfSplits) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.semanticweb.owlapi.model.OWLDataProperty,List<org.semanticweb.owlapi.model.OWLLiteral>> |
computeSplits()
Computes a sorted list of split values for each appropriate data property.
|
void |
init()
Method to be called after the component has been configured.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputeSplits, getDatatypespublic AbstractValuesSplitter(AbstractReasonerComponent reasoner, org.semanticweb.owlapi.model.OWLDataFactory dataFactory)
public AbstractValuesSplitter(AbstractReasonerComponent reasoner, org.semanticweb.owlapi.model.OWLDataFactory dataFactory, int maxNrOfSplits)
public void init() throws ComponentInitException
Componentinit in interface ComponentComponentInitException - This exception is thrown if any
exceptions occur within the initialisation process of this
component. As component developer, you are encouraged to
re-throw occurring exception as ComponentInitException and
giving an error message as well as the actually exception by
using the constructor ComponentInitException(String, Throwable).public Map<org.semanticweb.owlapi.model.OWLDataProperty,List<org.semanticweb.owlapi.model.OWLLiteral>> computeSplits()
computeSplits in interface ValuesSplitter
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann