Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

O

objectAllValuesLength - Variable in class org.dllearner.utilities.owl.OWLClassExpressionLengthMetric
 
objectCardinalityLength - Variable in class org.dllearner.utilities.owl.OWLClassExpressionLengthMetric
 
objectComplementLength - Variable in class org.dllearner.utilities.owl.OWLClassExpressionLengthMetric
 
ObjectDropStatementFilter - Class in org.dllearner.algorithms.qtl.util.filters
A filter that drops statements whose object IRI is in given blacklist.
ObjectDropStatementFilter(Set<String>) - Constructor for class org.dllearner.algorithms.qtl.util.filters.ObjectDropStatementFilter
 
objectHasSelfLength - Variable in class org.dllearner.utilities.owl.OWLClassExpressionLengthMetric
 
objectHasValueLength - Variable in class org.dllearner.utilities.owl.OWLClassExpressionLengthMetric
 
objectIntersectionLength - Variable in class org.dllearner.utilities.owl.OWLClassExpressionLengthMetric
 
objectInverseLength - Variable in class org.dllearner.utilities.owl.OWLClassExpressionLengthMetric
 
objectOneOfLength - Variable in class org.dllearner.utilities.owl.OWLClassExpressionLengthMetric
 
ObjectProperty() - Method in class org.dllearner.parser.KBParser
 
ObjectPropertyAxiomLearner<T extends org.semanticweb.owlapi.model.OWLObjectPropertyAxiom> - Class in org.dllearner.algorithms.properties
A learning algorithm for object property axioms.
ObjectPropertyAxiomLearner() - Constructor for class org.dllearner.algorithms.properties.ObjectPropertyAxiomLearner
 
ObjectPropertyCharacteristicsAxiomLearner<T extends org.semanticweb.owlapi.model.OWLObjectPropertyCharacteristicAxiom> - Class in org.dllearner.algorithms.properties
A learning algorithm for object property characteristic axioms.
ObjectPropertyCharacteristicsAxiomLearner(SparqlEndpointKS) - Constructor for class org.dllearner.algorithms.properties.ObjectPropertyCharacteristicsAxiomLearner
 
ObjectPropertyDomainAxiom() - Method in class org.dllearner.parser.KBParser
 
ObjectPropertyDomainAxiomLearner - Class in org.dllearner.algorithms.properties
 
ObjectPropertyDomainAxiomLearner() - Constructor for class org.dllearner.algorithms.properties.ObjectPropertyDomainAxiomLearner
 
ObjectPropertyDomainAxiomLearner(SparqlEndpointKS) - Constructor for class org.dllearner.algorithms.properties.ObjectPropertyDomainAxiomLearner
 
ObjectPropertyHierarchy - Class in org.dllearner.core.owl
Represents a hierarchy of object properties (roles in Description Logics).
ObjectPropertyHierarchy(SortedMap<OWLObjectProperty, SortedSet<OWLObjectProperty>>, SortedMap<OWLObjectProperty, SortedSet<OWLObjectProperty>>) - Constructor for class org.dllearner.core.owl.ObjectPropertyHierarchy
 
ObjectPropertyHierarchyAxiomLearner<T extends org.semanticweb.owlapi.model.OWLObjectPropertyAxiom> - Class in org.dllearner.algorithms.properties
A learning algorithm for object property hierarchy axioms.
ObjectPropertyHierarchyAxiomLearner(SparqlEndpointKS) - Constructor for class org.dllearner.algorithms.properties.ObjectPropertyHierarchyAxiomLearner
 
ObjectPropertyNode - Class in org.dllearner.kb.extraction
Property node, has connection to a and b part
ObjectPropertyNode(String, Node, Node) - Constructor for class org.dllearner.kb.extraction.ObjectPropertyNode
 
ObjectPropertyRangeAxiom() - Method in class org.dllearner.parser.KBParser
 
ObjectPropertyRangeAxiomLearner - Class in org.dllearner.algorithms.properties
 
ObjectPropertyRangeAxiomLearner() - Constructor for class org.dllearner.algorithms.properties.ObjectPropertyRangeAxiomLearner
 
ObjectPropertyRangeAxiomLearner(SparqlEndpointKS) - Constructor for class org.dllearner.algorithms.properties.ObjectPropertyRangeAxiomLearner
 
objectProperyLength - Variable in class org.dllearner.utilities.owl.OWLClassExpressionLengthMetric
 
ObjectReplacementRule - Class in org.dllearner.kb.manipulator
 
ObjectReplacementRule(Rule.Months, String, String) - Constructor for class org.dllearner.kb.manipulator.ObjectReplacementRule
 
objectSomeValuesLength - Variable in class org.dllearner.utilities.owl.OWLClassExpressionLengthMetric
 
objectUnionLength - Variable in class org.dllearner.utilities.owl.OWLClassExpressionLengthMetric
 
occursOnFirstLevel(OWLClassExpression, OWLClassExpression) - Static method in class org.dllearner.utilities.owl.OWLClassExpressionUtils
Determine whether a named class occurs on the outermost level of a class expression, i.e.
OCEL - Class in org.dllearner.algorithms.ocel
The DL-Learner learning algorithm component for the example based refinement operator approach.
OCEL() - Constructor for class org.dllearner.algorithms.ocel.OCEL
 
OCEL(PosNegLP, AbstractReasonerComponent) - Constructor for class org.dllearner.algorithms.ocel.OCEL
 
OCEL(PosOnlyLP, AbstractReasonerComponent) - Constructor for class org.dllearner.algorithms.ocel.OCEL
 
OEHeuristicRuntime - Class in org.dllearner.algorithms.celoe
Search algorithm heuristic for the ontology engineering algorithm.
OEHeuristicRuntime() - Constructor for class org.dllearner.algorithms.celoe.OEHeuristicRuntime
 
OENode - Class in org.dllearner.algorithms.celoe
A node in the search tree of the ontology engineering algorithm.
OENode(OWLClassExpression, double) - Constructor for class org.dllearner.algorithms.celoe.OENode
 
onnfTimeNs - Static variable in class org.dllearner.utilities.owl.ConceptTransformation
 
OntologyAclEntry - Class in org.dllearner.kb.repository.bioportal
 
OntologyAclEntry() - Constructor for class org.dllearner.kb.repository.bioportal.OntologyAclEntry
 
OntologyBean - Class in org.dllearner.kb.repository.bioportal
Simplified version of the org.ncbo.stanford.bean.concept.OntologyBean class used to decode the "ontologyBean" element from a successful REST call to a BioPortal ontology service
OntologyBean() - Constructor for class org.dllearner.kb.repository.bioportal.OntologyBean
 
OntologyCloserOWLAPI - Class in org.dllearner.utilities.owl
 
OntologyCloserOWLAPI(OWLAPIReasoner) - Constructor for class org.dllearner.utilities.owl.OntologyCloserOWLAPI
 
OntologyFormat - Enum in org.dllearner.core
 
OntologyFormatUnsupportedException - Exception in org.dllearner.core
Indicates that an operation is not supported/implemented for a specific ontology file format.
OntologyFormatUnsupportedException(String, OntologyFormat) - Constructor for exception org.dllearner.core.OntologyFormatUnsupportedException
 
OntologyRepository - Interface in org.dllearner.kb.repository
 
OntologyRepositoryEntry - Interface in org.dllearner.kb.repository
 
OntologyRepositoryManager - Class in org.dllearner.kb.repository
 
OntologyToByteConverter - Interface in org.dllearner.utilities.owl
Created by IntelliJ IDEA.
OntologyValidation - Class in org.dllearner.cli.unife
Evaluate a Probabilistic Knowledge Base (Ontology).
OntologyValidation() - Constructor for class org.dllearner.cli.unife.OntologyValidation
 
OPERATOR - Static variable in interface org.dllearner.parser.PrologParserConstants
RegularExpression Id.
OperatorInverter - Class in org.dllearner.refinementoperators
The class uses an existing refinement operator and inverts it, i.e.
OperatorInverter(LengthLimitedRefinementOperator) - Constructor for class org.dllearner.refinementoperators.OperatorInverter
 
OperatorInverter() - Constructor for class org.dllearner.refinementoperators.OperatorInverter
 
OptimizedNumericValuesSplitter - Class in org.dllearner.utilities.split
 
OptimizedNumericValuesSplitter(AbstractReasonerComponent, OWLDataFactory, PosNegLP) - Constructor for class org.dllearner.utilities.split.OptimizedNumericValuesSplitter
 
Or() - Method in class org.dllearner.parser.KBParser
 
OR - Static variable in interface org.dllearner.parser.KBParserConstants
RegularExpression Id.
Oracle - Interface in org.dllearner.core
An oracle can be used by a learning algorithm to interactively ask for the classification of an individual.
org.dllearner - package org.dllearner
Central DL-Learner classes (configuration, startup, ...).
org.dllearner.accuracymethods - package org.dllearner.accuracymethods
 
org.dllearner.algorithms - package org.dllearner.algorithms
 
org.dllearner.algorithms.celoe - package org.dllearner.algorithms.celoe
 
org.dllearner.algorithms.decisiontrees.dsttdt - package org.dllearner.algorithms.decisiontrees.dsttdt
 
org.dllearner.algorithms.decisiontrees.dsttdt.dst - package org.dllearner.algorithms.decisiontrees.dsttdt.dst
 
org.dllearner.algorithms.decisiontrees.dsttdt.models - package org.dllearner.algorithms.decisiontrees.dsttdt.models
 
org.dllearner.algorithms.decisiontrees.heuristics - package org.dllearner.algorithms.decisiontrees.heuristics
 
org.dllearner.algorithms.decisiontrees.refinementoperators - package org.dllearner.algorithms.decisiontrees.refinementoperators
 
org.dllearner.algorithms.decisiontrees.tdt - package org.dllearner.algorithms.decisiontrees.tdt
 
org.dllearner.algorithms.decisiontrees.tdt.model - package org.dllearner.algorithms.decisiontrees.tdt.model
 
org.dllearner.algorithms.decisiontrees.utils - package org.dllearner.algorithms.decisiontrees.utils
 
org.dllearner.algorithms.el - package org.dllearner.algorithms.el
Learning algorithms for the EL description logic.
org.dllearner.algorithms.gp - package org.dllearner.algorithms.gp
Genetic Programming Learning Algorithm.
org.dllearner.algorithms.hybridgp - package org.dllearner.algorithms.hybridgp
Hybrid Learning Algorithm: A combination of Genetic Programming and Refinement Operators.
org.dllearner.algorithms.isle - package org.dllearner.algorithms.isle
 
org.dllearner.algorithms.isle.index - package org.dllearner.algorithms.isle.index
 
org.dllearner.algorithms.isle.index.semantic - package org.dllearner.algorithms.isle.index.semantic
 
org.dllearner.algorithms.isle.index.syntactic - package org.dllearner.algorithms.isle.index.syntactic
 
org.dllearner.algorithms.isle.metrics - package org.dllearner.algorithms.isle.metrics
 
org.dllearner.algorithms.isle.textretrieval - package org.dllearner.algorithms.isle.textretrieval
 
org.dllearner.algorithms.isle.wsd - package org.dllearner.algorithms.isle.wsd
 
org.dllearner.algorithms.meta - package org.dllearner.algorithms.meta
 
org.dllearner.algorithms.miles - package org.dllearner.algorithms.miles
 
org.dllearner.algorithms.ocel - package org.dllearner.algorithms.ocel
New experimental refinement operator approach, which takes obtained information about concrete examples in an algorithm run stronger into account.
org.dllearner.algorithms.pattern - package org.dllearner.algorithms.pattern
 
org.dllearner.algorithms.probabilistic.parameter.distributed.unife.edge - package org.dllearner.algorithms.probabilistic.parameter.distributed.unife.edge
 
org.dllearner.algorithms.probabilistic.parameter.unife.edge - package org.dllearner.algorithms.probabilistic.parameter.unife.edge
 
org.dllearner.algorithms.probabilistic.structure.distributed.unife.leap - package org.dllearner.algorithms.probabilistic.structure.distributed.unife.leap
 
org.dllearner.algorithms.probabilistic.structure.unife.leap - package org.dllearner.algorithms.probabilistic.structure.unife.leap
 
org.dllearner.algorithms.properties - package org.dllearner.algorithms.properties
 
org.dllearner.algorithms.qtl - package org.dllearner.algorithms.qtl
Learning algorithm based on so-called query trees which are a tree based representation of a (set of) RDF resource(s)
org.dllearner.algorithms.qtl.datastructures - package org.dllearner.algorithms.qtl.datastructures
 
org.dllearner.algorithms.qtl.datastructures.impl - package org.dllearner.algorithms.qtl.datastructures.impl
 
org.dllearner.algorithms.qtl.datastructures.rendering - package org.dllearner.algorithms.qtl.datastructures.rendering
 
org.dllearner.algorithms.qtl.exception - package org.dllearner.algorithms.qtl.exception
 
org.dllearner.algorithms.qtl.filters - package org.dllearner.algorithms.qtl.filters
 
org.dllearner.algorithms.qtl.heuristics - package org.dllearner.algorithms.qtl.heuristics
 
org.dllearner.algorithms.qtl.impl - package org.dllearner.algorithms.qtl.impl
 
org.dllearner.algorithms.qtl.operations - package org.dllearner.algorithms.qtl.operations
 
org.dllearner.algorithms.qtl.operations.lcs - package org.dllearner.algorithms.qtl.operations.lcs
 
org.dllearner.algorithms.qtl.operations.lgg - package org.dllearner.algorithms.qtl.operations.lgg
 
org.dllearner.algorithms.qtl.operations.lgg.graph - package org.dllearner.algorithms.qtl.operations.lgg.graph
 
org.dllearner.algorithms.qtl.operations.nbr - package org.dllearner.algorithms.qtl.operations.nbr
 
org.dllearner.algorithms.qtl.operations.nbr.strategy - package org.dllearner.algorithms.qtl.operations.nbr.strategy
 
org.dllearner.algorithms.qtl.operations.traversal - package org.dllearner.algorithms.qtl.operations.traversal
 
org.dllearner.algorithms.qtl.operations.tuples - package org.dllearner.algorithms.qtl.operations.tuples
 
org.dllearner.algorithms.qtl.util - package org.dllearner.algorithms.qtl.util
 
org.dllearner.algorithms.qtl.util.filters - package org.dllearner.algorithms.qtl.util.filters
 
org.dllearner.algorithms.qtl.util.statistics - package org.dllearner.algorithms.qtl.util.statistics
 
org.dllearner.algorithms.qtl.util.vocabulary - package org.dllearner.algorithms.qtl.util.vocabulary
 
org.dllearner.algorithms.schema - package org.dllearner.algorithms.schema
 
org.dllearner.algorithms.semkernel - package org.dllearner.algorithms.semkernel
 
org.dllearner.algorithms.tdts - package org.dllearner.algorithms.tdts
 
org.dllearner.cli - package org.dllearner.cli
DL-Learner command line interface.
org.dllearner.cli.DocumentationGeneratorMeta - package org.dllearner.cli.DocumentationGeneratorMeta
 
org.dllearner.cli.unife - package org.dllearner.cli.unife
 
org.dllearner.configuration - package org.dllearner.configuration
 
org.dllearner.configuration.spring - package org.dllearner.configuration.spring
 
org.dllearner.configuration.spring.editors - package org.dllearner.configuration.spring.editors
 
org.dllearner.configuration.util - package org.dllearner.configuration.util
 
org.dllearner.confparser - package org.dllearner.confparser
 
org.dllearner.confparser.json - package org.dllearner.confparser.json
 
org.dllearner.core - package org.dllearner.core
Core structure of DL-Learner including the definition of component types and a component manager.
org.dllearner.core.annotations - package org.dllearner.core.annotations
 
org.dllearner.core.config - package org.dllearner.core.config
 
org.dllearner.core.fuzzydll - package org.dllearner.core.fuzzydll
 
org.dllearner.core.options - package org.dllearner.core.options
 
org.dllearner.core.owl - package org.dllearner.core.owl
Classes/Interfaces for representing OWL constructs - see the OWL 2 Structural Specification for details.
org.dllearner.core.owl.fuzzydll - package org.dllearner.core.owl.fuzzydll
 
org.dllearner.core.probabilistic.distributed.unife - package org.dllearner.core.probabilistic.distributed.unife
 
org.dllearner.core.probabilistic.unife - package org.dllearner.core.probabilistic.unife
 
org.dllearner.core.ref - package org.dllearner.core.ref
 
org.dllearner.examples - package org.dllearner.examples
 
org.dllearner.exceptions - package org.dllearner.exceptions
 
org.dllearner.experiments - package org.dllearner.experiments
 
org.dllearner.kb - package org.dllearner.kb
DL-Learner knowledge sources, which can be used as background knowledge in learning problems.
org.dllearner.kb.aquisitors - package org.dllearner.kb.aquisitors
Different classes for physically extracting triples from data sources.
org.dllearner.kb.dataset - package org.dllearner.kb.dataset
 
org.dllearner.kb.extraction - package org.dllearner.kb.extraction
Core extraction algorithm including datastructures.
org.dllearner.kb.manipulator - package org.dllearner.kb.manipulator
Classes for manipulating extracted triples
org.dllearner.kb.repository - package org.dllearner.kb.repository
 
org.dllearner.kb.repository.bioportal - package org.dllearner.kb.repository.bioportal
 
org.dllearner.kb.repository.lov - package org.dllearner.kb.repository.lov
 
org.dllearner.kb.repository.oxford - package org.dllearner.kb.repository.oxford
 
org.dllearner.kb.repository.tones - package org.dllearner.kb.repository.tones
 
org.dllearner.kb.sparql - package org.dllearner.kb.sparql
Runnable scripts, each for a different task or experiment.
org.dllearner.kb.sparql.simple - package org.dllearner.kb.sparql.simple
 
org.dllearner.learningproblems - package org.dllearner.learningproblems
Supported DL-Learner learning problems.
org.dllearner.parser - package org.dllearner.parser
DL-Learner parsers.
org.dllearner.prolog - package org.dllearner.prolog
Prolog syntax structures.
org.dllearner.reasoning - package org.dllearner.reasoning
Implements the connection to other reasoner or own reasoning/caching algorithms.
org.dllearner.reasoning.unife - package org.dllearner.reasoning.unife
 
org.dllearner.refinementoperators - package org.dllearner.refinementoperators
Refinement operator implementations.
org.dllearner.scripts - package org.dllearner.scripts
 
org.dllearner.scripts.analyse - package org.dllearner.scripts.analyse
 
org.dllearner.server - package org.dllearner.server
This package implements the DL-Learner web service.
org.dllearner.server.jaxws - package org.dllearner.server.jaxws
Classes generated by JAXWS.
org.dllearner.test - package org.dllearner.test
 
org.dllearner.utilities - package org.dllearner.utilities
Utility classes.
org.dllearner.utilities.analyse - package org.dllearner.utilities.analyse
 
org.dllearner.utilities.datastructures - package org.dllearner.utilities.datastructures
Utility classesfor manipulating general data structures.
org.dllearner.utilities.examples - package org.dllearner.utilities.examples
Utility classes related to finding/modifying examples of learning problems.
org.dllearner.utilities.graph - package org.dllearner.utilities.graph
 
org.dllearner.utilities.learn - package org.dllearner.utilities.learn
Reusable learnings tasks.
org.dllearner.utilities.owl - package org.dllearner.utilities.owl
OWL utility classes (file manipulation, converting between different formats, orderings on OWL structures etc.).
org.dllearner.utilities.semkernel - package org.dllearner.utilities.semkernel
 
org.dllearner.utilities.sparql - package org.dllearner.utilities.sparql
 
org.dllearner.utilities.split - package org.dllearner.utilities.split
 
org.dllearner.utilities.statistics - package org.dllearner.utilities.statistics
Utility classes for capturing statistics.
org.dllearner.utils.unife - package org.dllearner.utils.unife
 
org.springframework.schema.beans - package org.springframework.schema.beans
 
org.springframework.schema.beans.impl - package org.springframework.schema.beans.impl
 
ORIGINAL - Static variable in class org.dllearner.algorithms.decisiontrees.refinementoperators.DLTreesRefinementOperator
 
ORIGINAL_FACTOR - Static variable in class org.dllearner.algorithms.isle.index.TokenTree
 
out(ELDescriptionNode) - Method in class org.dllearner.algorithms.el.Simulation
 
outputFile - Static variable in class org.dllearner.cli.CrossValidation
 
OutVariable - Annotation Type in org.dllearner.core.annotations
Non-config option with output semantics (query algorithm result)
OWL2SPARULConverter - Class in org.dllearner.utilities.owl
A converter of OWL axioms or OWL ontology changes into SPARQL 1.1 Update commands.
OWL2SPARULConverter(OWLOntologyManager, OWLOntology, boolean, IndividualAppearance, AxiomAppearance, AtomicInteger, Map<Object, Integer>) - Constructor for class org.dllearner.utilities.owl.OWL2SPARULConverter
 
OWL2SPARULConverter(OWLOntology, boolean) - Constructor for class org.dllearner.utilities.owl.OWL2SPARULConverter
 
owl2TimeDatatypes - Static variable in class org.dllearner.utilities.OWLAPIUtils
The OWL 2 datatypes for the representation of time instants with and without time zone offsets.
OWL_ALL_VALUES_FROM - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_cardinality - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_CLASS - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_complementOf - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_DATATYPPROPERTY - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_DIFFERENT_FROM - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_DISJOINT_WITH - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_EQUIVALENT_CLASS - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_equivalentProperty - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_FunctionalProperty - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_HAS_VALUE - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_intersectionOf - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_InverseFunctionalProperty - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_inverseOf - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_maxCardinality - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_minCardinality - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_NOTHING - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_OBJECTPROPERTY - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_ON_PROPERTY - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_RESTRICTION - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_SAME_AS - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_SOME_VALUES_FROM - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_SUBCLASS_OF - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_SymmetricProperty - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_THING - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_TransitiveProperty - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OWL_unionOf - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
OwlApiJenaUtils - Class in org.dllearner.utilities
 
OwlApiJenaUtils() - Constructor for class org.dllearner.utilities.OwlApiJenaUtils
 
OWLAPIOntology - Class in org.dllearner.kb
This class provides a wrapper around a single OWL Ontology.
OWLAPIOntology(OWLOntology) - Constructor for class org.dllearner.kb.OWLAPIOntology
 
OWLAPIOntologyCollector - Class in org.dllearner.kb.extraction
 
OWLAPIOntologyCollector() - Constructor for class org.dllearner.kb.extraction.OWLAPIOntologyCollector
 
OWLAPIOntologyCollector(String, String) - Constructor for class org.dllearner.kb.extraction.OWLAPIOntologyCollector
 
OWLAPIReasoner - Class in org.dllearner.reasoning
Mapping to OWL API reasoner interface.
OWLAPIReasoner() - Constructor for class org.dllearner.reasoning.OWLAPIReasoner
 
OWLAPIReasoner(KnowledgeSource...) - Constructor for class org.dllearner.reasoning.OWLAPIReasoner
 
OWLAPIReasoner(Set<KnowledgeSource>) - Constructor for class org.dllearner.reasoning.OWLAPIReasoner
 
OWLAPIReasoner(OWLReasoner) - Constructor for class org.dllearner.reasoning.OWLAPIReasoner
 
OWLAPIRenderers - Class in org.dllearner.utilities.owl
A collection of various render methods provided by OWL API.
OWLAPIRenderers() - Constructor for class org.dllearner.utilities.owl.OWLAPIRenderers
 
OWLAPIUtils - Class in org.dllearner.utilities
A collection of utility methods for the OWL API.
OWLAPIUtils() - Constructor for class org.dllearner.utilities.OWLAPIUtils
 
OWLAxiomCBDGenerator - Class in org.dllearner.utilities.owl
Generates Concise Bounded Descriptions on the OWL axiom level.
OWLAxiomCBDGenerator(OWLOntology) - Constructor for class org.dllearner.utilities.owl.OWLAxiomCBDGenerator
 
OWLAxiomGeneralizer - Class in org.dllearner.algorithms.pattern
 
OWLAxiomGeneralizer() - Constructor for class org.dllearner.algorithms.pattern.OWLAxiomGeneralizer
 
OWLAxiomPattern - Class in org.dllearner.algorithms.pattern
Wraps an OWL axiom that denotes a pattern and whether it's asserted or a generalized version of an asserted pattern.
OWLAxiomPattern(OWLAxiom, boolean) - Constructor for class org.dllearner.algorithms.pattern.OWLAxiomPattern
 
OWLAxiomPatternFinder - Class in org.dllearner.algorithms.pattern
 
OWLAxiomPatternFinder(OWLOntologyDataset) - Constructor for class org.dllearner.algorithms.pattern.OWLAxiomPatternFinder
 
OWLAxiomPatternFinder(OntologyRepository) - Constructor for class org.dllearner.algorithms.pattern.OWLAxiomPatternFinder
 
OWLAxiomPatternFinder(OntologyRepository, Connection) - Constructor for class org.dllearner.algorithms.pattern.OWLAxiomPatternFinder
 
OWLAxiomRenamer - Class in org.dllearner.algorithms.pattern
 
OWLAxiomRenamer(OWLDataFactory) - Constructor for class org.dllearner.algorithms.pattern.OWLAxiomRenamer
 
OWLAxiomToSPARQLConverter - Class in org.dllearner.utilities.owl
 
OWLAxiomToSPARQLConverter() - Constructor for class org.dllearner.utilities.owl.OWLAxiomToSPARQLConverter
 
OWLClassExpression2FuzzyDLConverter - Class in org.dllearner.utilities
 
OWLClassExpression2FuzzyDLConverter(FuzzyOwl2) - Constructor for class org.dllearner.utilities.OWLClassExpression2FuzzyDLConverter
 
OWLClassExpressionChildrenCollector - Class in org.dllearner.utilities.owl
Returns all directly connected child class expressions.
OWLClassExpressionChildrenCollector() - Constructor for class org.dllearner.utilities.owl.OWLClassExpressionChildrenCollector
 
OWLClassExpressionCleaner - Class in org.dllearner.utilities.owl
Remove disjunctions in disjunctions and conjunctions in conjunctions.
OWLClassExpressionCleaner(OWLDataFactory) - Constructor for class org.dllearner.utilities.owl.OWLClassExpressionCleaner
 
OWLClassExpressionGeneralizer - Class in org.dllearner.algorithms.pattern
 
OWLClassExpressionGeneralizer(OWLDataFactory) - Constructor for class org.dllearner.algorithms.pattern.OWLClassExpressionGeneralizer
 
OWLClassExpressionGeneralizer() - Constructor for class org.dllearner.algorithms.pattern.OWLClassExpressionGeneralizer
 
OWLClassExpressionLengthCalculator - Class in org.dllearner.utilities.owl
Computes the length of a class expression.
OWLClassExpressionLengthCalculator(OWLClassExpressionLengthMetric) - Constructor for class org.dllearner.utilities.owl.OWLClassExpressionLengthCalculator
 
OWLClassExpressionLengthCalculator() - Constructor for class org.dllearner.utilities.owl.OWLClassExpressionLengthCalculator
 
OWLClassExpressionLengthMetric - Class in org.dllearner.utilities.owl
Generic configurable length metric for class expression length calculation
OWLClassExpressionLengthMetric() - Constructor for class org.dllearner.utilities.owl.OWLClassExpressionLengthMetric
 
OWLClassExpressionMinimizer - Class in org.dllearner.utilities.owl
 
OWLClassExpressionMinimizer(OWLDataFactory, AbstractReasonerComponent) - Constructor for class org.dllearner.utilities.owl.OWLClassExpressionMinimizer
 
OWLClassExpressionOrderingComparator - Class in org.dllearner.algorithms.pattern
 
OWLClassExpressionOrderingComparator() - Constructor for class org.dllearner.algorithms.pattern.OWLClassExpressionOrderingComparator
 
OWLClassExpressionRenamer - Class in org.dllearner.algorithms.pattern
 
OWLClassExpressionRenamer(OWLDataFactory, Map<OWLEntity, OWLEntity>) - Constructor for class org.dllearner.algorithms.pattern.OWLClassExpressionRenamer
 
OWLClassExpressionSimplifierVisitor - Interface in org.dllearner.utils.unife
 
OWLClassExpressionSimplifierVisitorImpl - Class in org.dllearner.utils.unife
 
OWLClassExpressionSimplifierVisitorImpl(OWLOntologyManager) - Constructor for class org.dllearner.utils.unife.OWLClassExpressionSimplifierVisitorImpl
 
OWLCLassExpressionToOWLClassTransformer - Class in org.dllearner.utilities
Utility class that returns an OWLClass instead of an OWLClassExpression object.
OWLCLassExpressionToOWLClassTransformer() - Constructor for class org.dllearner.utilities.OWLCLassExpressionToOWLClassTransformer
 
OWLClassExpressionToSPARQLConverter - Class in org.dllearner.utilities.owl
 
OWLClassExpressionToSPARQLConverter(VariablesMapping) - Constructor for class org.dllearner.utilities.owl.OWLClassExpressionToSPARQLConverter
 
OWLClassExpressionToSPARQLConverter() - Constructor for class org.dllearner.utilities.owl.OWLClassExpressionToSPARQLConverter
 
OWLClassExpressionTree - Class in org.dllearner.algorithms.gp
A tree-like datastructure for OWL class expressions.
OWLClassExpressionTree(OWLClassExpression) - Constructor for class org.dllearner.algorithms.gp.OWLClassExpressionTree
 
OWLClassExpressionTree(OWLClassExpressionTree, OWLClassExpression) - Constructor for class org.dllearner.algorithms.gp.OWLClassExpressionTree
 
OWLClassExpressionTree(OWLClassExpressionTree, List<OWLClassExpressionTree>, OWLClassExpression) - Constructor for class org.dllearner.algorithms.gp.OWLClassExpressionTree
 
OWLClassExpressionUtils - Class in org.dllearner.utilities.owl
A utility class for OWL class expressions.
OWLClassExpressionUtils() - Constructor for class org.dllearner.utilities.owl.OWLClassExpressionUtils
 
OWLEntityEditor<T extends org.semanticweb.owlapi.model.EntityType> - Class in org.dllearner.configuration.spring.editors
Basic Property Editor for OWL entity.
OWLEntityEditor(T) - Constructor for class org.dllearner.configuration.spring.editors.OWLEntityEditor
 
OWLEntityTypeAdder - Class in org.dllearner.utilities.owl
 
OWLEntityTypeAdder() - Constructor for class org.dllearner.utilities.owl.OWLEntityTypeAdder
 
OWLFile - Class in org.dllearner.kb
 
OWLFile() - Constructor for class org.dllearner.kb.OWLFile
 
OWLFile(URL) - Constructor for class org.dllearner.kb.OWLFile
 
OWLFile(String) - Constructor for class org.dllearner.kb.OWLFile
 
OWLFile - Static variable in class org.dllearner.utilities.EnrichmentVocabulary
 
OWLLiteralRenamer - Class in org.dllearner.algorithms.pattern
 
OWLLiteralRenamer(OWLDataFactory) - Constructor for class org.dllearner.algorithms.pattern.OWLLiteralRenamer
 
OWLNaryBooleanClassExpressionImplExt - Class in org.dllearner.core.owl
 
OWLNaryBooleanClassExpressionImplExt(Set<? extends OWLClassExpression>) - Constructor for class org.dllearner.core.owl.OWLNaryBooleanClassExpressionImplExt
 
OWLNaryBooleanClassExpressionImplExt(List<? extends OWLClassExpression>) - Constructor for class org.dllearner.core.owl.OWLNaryBooleanClassExpressionImplExt
 
OWLObjectComparator - Class in org.dllearner.algorithms.pattern
 
OWLObjectComparator() - Constructor for class org.dllearner.algorithms.pattern.OWLObjectComparator
 
OWLObjectIntersectionOfImplExt - Class in org.dllearner.core.owl
 
OWLObjectIntersectionOfImplExt(Set<? extends OWLClassExpression>) - Constructor for class org.dllearner.core.owl.OWLObjectIntersectionOfImplExt
 
OWLObjectIntersectionOfImplExt(List<? extends OWLClassExpression>) - Constructor for class org.dllearner.core.owl.OWLObjectIntersectionOfImplExt
 
OWLObjectUnionOfImplExt - Class in org.dllearner.core.owl
 
OWLObjectUnionOfImplExt(Set<? extends OWLClassExpression>) - Constructor for class org.dllearner.core.owl.OWLObjectUnionOfImplExt
 
OWLObjectUnionOfImplExt(List<? extends OWLClassExpression>) - Constructor for class org.dllearner.core.owl.OWLObjectUnionOfImplExt
 
OWLOntologyDataset - Interface in org.dllearner.kb.dataset
A collection of OWL ontologies.
OWLOntologyKnowledgeSource - Interface in org.dllearner.kb
Created by IntelliJ IDEA.
OWLOntologyLuceneSyntacticIndexCreator - Class in org.dllearner.algorithms.isle.index.syntactic
Creates a Lucene Index for the labels if classes and properties.
OWLOntologyLuceneSyntacticIndexCreator(OWLOntology, OWLAnnotationProperty, String) - Constructor for class org.dllearner.algorithms.isle.index.syntactic.OWLOntologyLuceneSyntacticIndexCreator
 
OWLProbabilisticExplanationReasoner - Interface in org.dllearner.core.probabilistic.unife
This marker interface for those probabilistic reasoner that returns the set of explanations as well.
OWLProbabilisticReasoner - Interface in org.dllearner.core.probabilistic.unife
 
OWLProbExplanationReasonerResult - Class in org.dllearner.core.probabilistic.unife
 
OWLProbExplanationReasonerResult(OWLAxiom, Double, Set<Set<OWLAxiom>>) - Constructor for class org.dllearner.core.probabilistic.unife.OWLProbExplanationReasonerResult
 
OWLProbReasonerResult - Class in org.dllearner.core.probabilistic.unife
 
OWLProbReasonerResult(OWLAxiom, Double) - Constructor for class org.dllearner.core.probabilistic.unife.OWLProbReasonerResult
 
OWLPropertyEdge - Class in org.dllearner.utilities.graph
A labeled edge that wraps an OWLProperty object as label.
OWLPropertyEdge(OWLObjectPropertyExpression) - Constructor for class org.dllearner.utilities.graph.OWLPropertyEdge
 
OWLPunningDetector - Class in org.dllearner.reasoning
OWL 1 DL required a strict separation between the names of, e.g., classes and individuals.
OWLPunningDetector() - Constructor for class org.dllearner.reasoning.OWLPunningDetector
 
OWLPunningDetector - Class in org.dllearner.utilities.owl
 
OWLPunningDetector() - Constructor for class org.dllearner.utilities.owl.OWLPunningDetector
 
OWLUtils - Class in org.dllearner.utils.unife
 
OWLUtils() - Constructor for class org.dllearner.utils.unife.OWLUtils
 
OWLVocabulary - Class in org.dllearner.utilities.owl
 
OWLVocabulary() - Constructor for class org.dllearner.utilities.owl.OWLVocabulary
 
OWLXMLRenderer - Class in org.dllearner.utilities.owl
An OWL/XML syntax renderer that implements the interface OWLObjectRenderer, thus, can be used as syntax in StringRenderer helper class.
OWLXMLRenderer() - Constructor for class org.dllearner.utilities.owl.OWLXMLRenderer
 
OxfordRepository - Class in org.dllearner.kb.repository.oxford
 
OxfordRepository() - Constructor for class org.dllearner.kb.repository.oxford.OxfordRepository
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links

Github.com Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann