Uses of Package
org.dllearner.core

Packages that use org.dllearner.core
org.dllearner.algorithms Learning Algorithms. 
org.dllearner.algorithms.celoe   
org.dllearner.algorithms.el Learning algorithms for the EL description logic. 
org.dllearner.algorithms.fuzzydll   
org.dllearner.algorithms.gp Genetic Programming Learning Algorithm. 
org.dllearner.algorithms.hybridgp Hybrid Learning Algorithm: A combination of Genetic Programming and Refinement Operators. 
org.dllearner.algorithms.isle   
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.properties   
org.dllearner.algorithms.refinement Refinement Operator Approach. 
org.dllearner.core Core structure of DL-Learner including the definition of component types and a component manager. 
org.dllearner.core.config   
org.dllearner.core.configurators Automatically generated classes, which enable programmatically settingand getting configuration options of components. 
org.dllearner.core.options Classes for managing the configuration options of DL-Learner components. 
org.dllearner.core.owl Classes/Interfaces for representing OWL constructs - see the OWL 2 Structural Specification for details. 
org.dllearner.kb DL-Learner knowledge sources, which can be used as background knowledge in learning problems. 
org.dllearner.kb.sparql Runnable scripts, each for a different task or experiment. 
org.dllearner.learningproblems Supported DL-Learner learning problems. 
org.dllearner.learningproblems.fuzzydll   
org.dllearner.reasoning Implements the connection to other reasoner or own reasoning/caching algorithms. 
org.dllearner.reasoning.fuzzydll   
org.dllearner.refinementoperators Refinement operator implementations. 
org.dllearner.refinementoperators.fuzzydll   
org.dllearner.utilities Utility classes. 
org.dllearner.utilities.components   
org.dllearner.utilities.datastructures Utility classesfor manipulating general data structures. 
org.dllearner.utilities.examples Utility classes related to finding/modifying examples of learning problems. 
org.dllearner.utilities.learn Reusable learnings tasks. 
org.dllearner.utilities.owl OWL utility classes (file manipulation, converting between different formats, orderings on OWL structures etc.). 
 

Classes in org.dllearner.core used by org.dllearner.algorithms
AbstractAxiomLearningAlgorithm
           
AbstractCELA
          Abstract superclass of all class expression learning algorithm implementations.
AbstractComponent
          Base class of all components.
AbstractLearningProblem
          Base class for all learning problems.
AbstractReasonerComponent
          Abstract component representing a reasoner.
AxiomLearningAlgorithm
           
ClassExpressionLearningAlgorithm
          Basic interface for algorithms learning OWL/DL class expressions.
Component
          Base interface of all components.
ComponentAnn
          Annotation for DL-Learner components.
ComponentInitException
          Exception which is thrown when a component cannot be intialised, e.g. due to bad configuration parameters, or unforeseen circumstances, e.g. unreachable web files.
EvaluatedAxiom
           
EvaluatedDescription
          An evaluated description is a description and its score (with some convenience method and serialisation formats).
LearningAlgorithm
          Basic interface for all DL-Learner learning algorithms.
Score
          The score class is used to store how well a class description did on a learning problem.
StoppableLearningAlgorithm
          Interface for algorithms, which can be stopped and checked whether they are running.
 

Classes in org.dllearner.core used by org.dllearner.algorithms.celoe
AbstractCELA
          Abstract superclass of all class expression learning algorithm implementations.
AbstractComponent
          Base class of all components.
AbstractLearningProblem
          Base class for all learning problems.
AbstractReasonerComponent
          Abstract component representing a reasoner.
ClassExpressionLearningAlgorithm
          Basic interface for algorithms learning OWL/DL class expressions.
Component
          Base interface of all components.
ComponentAnn
          Annotation for DL-Learner components.
ComponentInitException
          Exception which is thrown when a component cannot be intialised, e.g. due to bad configuration parameters, or unforeseen circumstances, e.g. unreachable web files.
EvaluatedDescription
          An evaluated description is a description and its score (with some convenience method and serialisation formats).
LearningAlgorithm
          Basic interface for all DL-Learner learning algorithms.
StoppableLearningAlgorithm
          Interface for algorithms, which can be stopped and checked whether they are running.
 

Classes in org.dllearner.core used by org.dllearner.algorithms.el
AbstractCELA
          Abstract superclass of all class expression learning algorithm implementations.
AbstractComponent
          Base class of all components.
AbstractLearningProblem
          Base class for all learning problems.
AbstractReasonerComponent
          Abstract component representing a reasoner.
ClassExpressionLearningAlgorithm
          Basic interface for algorithms learning OWL/DL class expressions.
Component
          Base interface of all components.
ComponentInitException
          Exception which is thrown when a component cannot be intialised, e.g. due to bad configuration parameters, or unforeseen circumstances, e.g. unreachable web files.
EvaluatedDescription
          An evaluated description is a description and its score (with some convenience method and serialisation formats).
LearningAlgorithm
          Basic interface for all DL-Learner learning algorithms.
StoppableLearningAlgorithm
          Interface for algorithms, which can be stopped and checked whether they are running.
 

Classes in org.dllearner.core used by org.dllearner.algorithms.fuzzydll
AbstractCELA
          Abstract superclass of all class expression learning algorithm implementations.
AbstractComponent
          Base class of all components.
AbstractLearningProblem
          Base class for all learning problems.
AbstractReasonerComponent
          Abstract component representing a reasoner.
ClassExpressionLearningAlgorithm
          Basic interface for algorithms learning OWL/DL class expressions.
Component
          Base interface of all components.
ComponentInitException
          Exception which is thrown when a component cannot be intialised, e.g. due to bad configuration parameters, or unforeseen circumstances, e.g. unreachable web files.
EvaluatedDescription
          An evaluated description is a description and its score (with some convenience method and serialisation formats).
FuzzyClassExpressionLearningAlgorithm
          Basic interface for algorithms learning fuzzy OWL/DL class expressions.
LearningAlgorithm
          Basic interface for all DL-Learner learning algorithms.
StoppableLearningAlgorithm
          Interface for algorithms, which can be stopped and checked whether they are running.
 

Classes in org.dllearner.core used by org.dllearner.algorithms.gp
AbstractCELA
          Abstract superclass of all class expression learning algorithm implementations.
AbstractComponent
          Base class of all components.
AbstractLearningProblem
          Base class for all learning problems.
AbstractReasonerComponent
          Abstract component representing a reasoner.
ClassExpressionLearningAlgorithm
          Basic interface for algorithms learning OWL/DL class expressions.
Component
          Base interface of all components.
LearningAlgorithm
          Basic interface for all DL-Learner learning algorithms.
StoppableLearningAlgorithm
          Interface for algorithms, which can be stopped and checked whether they are running.
 

Classes in org.dllearner.core used by org.dllearner.algorithms.hybridgp
AbstractReasonerComponent
          Abstract component representing a reasoner.
 

Classes in org.dllearner.core used by org.dllearner.algorithms.isle
AbstractCELA
          Abstract superclass of all class expression learning algorithm implementations.
AbstractComponent
          Base class of all components.
AbstractLearningProblem
          Base class for all learning problems.
AbstractReasonerComponent
          Abstract component representing a reasoner.
ClassExpressionLearningAlgorithm
          Basic interface for algorithms learning OWL/DL class expressions.
Component
          Base interface of all components.
ComponentInitException
          Exception which is thrown when a component cannot be intialised, e.g. due to bad configuration parameters, or unforeseen circumstances, e.g. unreachable web files.
EvaluatedDescription
          An evaluated description is a description and its score (with some convenience method and serialisation formats).
LearningAlgorithm
          Basic interface for all DL-Learner learning algorithms.
StoppableLearningAlgorithm
          Interface for algorithms, which can be stopped and checked whether they are running.
 

Classes in org.dllearner.core used by org.dllearner.algorithms.ocel
AbstractCELA
          Abstract superclass of all class expression learning algorithm implementations.
AbstractComponent
          Base class of all components.
AbstractLearningProblem
          Base class for all learning problems.
AbstractReasonerComponent
          Abstract component representing a reasoner.
ClassExpressionLearningAlgorithm
          Basic interface for algorithms learning OWL/DL class expressions.
Component
          Base interface of all components.
ComponentInitException
          Exception which is thrown when a component cannot be intialised, e.g. due to bad configuration parameters, or unforeseen circumstances, e.g. unreachable web files.
LearningAlgorithm
          Basic interface for all DL-Learner learning algorithms.
StoppableLearningAlgorithm
          Interface for algorithms, which can be stopped and checked whether they are running.
 

Classes in org.dllearner.core used by org.dllearner.algorithms.properties
AbstractAxiomLearningAlgorithm
           
AbstractComponent
          Base class of all components.
AxiomLearningAlgorithm
           
Component
          Base interface of all components.
ComponentAnn
          Annotation for DL-Learner components.
ComponentInitException
          Exception which is thrown when a component cannot be intialised, e.g. due to bad configuration parameters, or unforeseen circumstances, e.g. unreachable web files.
EvaluatedAxiom
           
LearningAlgorithm
          Basic interface for all DL-Learner learning algorithms.
 

Classes in org.dllearner.core used by org.dllearner.algorithms.refinement
AbstractCELA
          Abstract superclass of all class expression learning algorithm implementations.
AbstractComponent
          Base class of all components.
AbstractLearningProblem
          Base class for all learning problems.
AbstractReasonerComponent
          Abstract component representing a reasoner.
ClassExpressionLearningAlgorithm
          Basic interface for algorithms learning OWL/DL class expressions.
Component
          Base interface of all components.
LearningAlgorithm
          Basic interface for all DL-Learner learning algorithms.
StoppableLearningAlgorithm
          Interface for algorithms, which can be stopped and checked whether they are running.
 

Classes in org.dllearner.core used by org.dllearner.core
AbstractCELA
          Abstract superclass of all class expression learning algorithm implementations.
AbstractComponent
          Base class of all components.
AbstractKnowledgeSource
          Represents a knowledge source component, e.g.
AbstractLearningProblem
          Base class for all learning problems.
AbstractReasonerComponent
          Abstract component representing a reasoner.
AnnComponentManager
          Component manager for the new (as of 2011) annotation based configuration system.
AxiomLearningAlgorithm
           
BaseReasoner
          Contains the following reasoning/query operations: queries for elements contained in the knowledge base (classes, properties, ...)
ClassExpressionLearningAlgorithm
          Basic interface for algorithms learning OWL/DL class expressions.
Component
          Base interface of all components.
ComponentInitException
          Exception which is thrown when a component cannot be intialised, e.g. due to bad configuration parameters, or unforeseen circumstances, e.g. unreachable web files.
ComponentManager
          Central manager class for DL-Learner.
ComponentPool
          Stores all live components and the configuration options, which were applied to them.
EvaluatedAxiom
           
EvaluatedDescription
          An evaluated description is a description and its score (with some convenience method and serialisation formats).
IndividualReasoner
          Reasoning requests/queries related to individuals in the knowledge base.
KnowledgeSource
          Basic interface for all DL-Learner knowledge sources.
LearningAlgorithm
          Basic interface for all DL-Learner learning algorithms.
LearningProblem
          Basic interface for all DL-Learner learning problems.
LearningProblemUnsupportedException
          Exception, which is thrown when an application tries to run a learning algorithm with a learning problem it does not support.
OntologyFormat
           
OntologyFormatUnsupportedException
          Indicates that an operation is not supported/implemented for a specific ontology file format.
Oracle
          An oracle can be used by a learning algorithm to interactively ask for the classification of an individual.
Reasoner
          List of available reasoning/query methods.
ReasonerComponent
          Base class of reasoner all components.
ReasoningMethodUnsupportedException
          Exception indicating that a reasoner implementation cannot support the requested operation.
SchemaReasoner
          Reasoning requests related to the schema of the knowledge base.
Score
          The score class is used to store how well a class description did on a learning problem.
StoppableLearningAlgorithm
          Interface for algorithms, which can be stopped and checked whether they are running.
 

Classes in org.dllearner.core used by org.dllearner.core.config
Component
          Base interface of all components.
 

Classes in org.dllearner.core used by org.dllearner.core.configurators
AbstractKnowledgeSource
          Represents a knowledge source component, e.g.
AbstractLearningProblem
          Base class for all learning problems.
AbstractReasonerComponent
          Abstract component representing a reasoner.
LearningProblemUnsupportedException
          Exception, which is thrown when an application tries to run a learning algorithm with a learning problem it does not support.
 

Classes in org.dllearner.core used by org.dllearner.core.options
AbstractComponent
          Base class of all components.
 

Classes in org.dllearner.core used by org.dllearner.core.owl
OntologyFormat
           
 

Classes in org.dllearner.core used by org.dllearner.kb
AbstractComponent
          Base class of all components.
AbstractKnowledgeSource
          Represents a knowledge source component, e.g.
Component
          Base interface of all components.
ComponentInitException
          Exception which is thrown when a component cannot be intialised, e.g. due to bad configuration parameters, or unforeseen circumstances, e.g. unreachable web files.
KnowledgeSource
          Basic interface for all DL-Learner knowledge sources.
OntologyFormat
           
OntologyFormatUnsupportedException
          Indicates that an operation is not supported/implemented for a specific ontology file format.
 

Classes in org.dllearner.core used by org.dllearner.kb.sparql
AbstractComponent
          Base class of all components.
AbstractKnowledgeSource
          Represents a knowledge source component, e.g.
AbstractReasonerComponent
          Abstract component representing a reasoner.
Component
          Base interface of all components.
KnowledgeSource
          Basic interface for all DL-Learner knowledge sources.
OntologyFormat
           
OntologyFormatUnsupportedException
          Indicates that an operation is not supported/implemented for a specific ontology file format.
 

Classes in org.dllearner.core used by org.dllearner.learningproblems
AbstractComponent
          Base class of all components.
AbstractLearningProblem
          Base class for all learning problems.
AbstractReasonerComponent
          Abstract component representing a reasoner.
Component
          Base interface of all components.
ComponentInitException
          Exception which is thrown when a component cannot be intialised, e.g. due to bad configuration parameters, or unforeseen circumstances, e.g. unreachable web files.
EvaluatedDescription
          An evaluated description is a description and its score (with some convenience method and serialisation formats).
LearningProblem
          Basic interface for all DL-Learner learning problems.
Score
          The score class is used to store how well a class description did on a learning problem.
 

Classes in org.dllearner.core used by org.dllearner.learningproblems.fuzzydll
AbstractComponent
          Base class of all components.
AbstractLearningProblem
          Base class for all learning problems.
AbstractReasonerComponent
          Abstract component representing a reasoner.
Component
          Base interface of all components.
EvaluatedDescription
          An evaluated description is a description and its score (with some convenience method and serialisation formats).
LearningProblem
          Basic interface for all DL-Learner learning problems.
 

Classes in org.dllearner.core used by org.dllearner.reasoning
AbstractComponent
          Base class of all components.
AbstractKnowledgeSource
          Represents a knowledge source component, e.g.
AbstractReasonerComponent
          Abstract component representing a reasoner.
BaseReasoner
          Contains the following reasoning/query operations: queries for elements contained in the knowledge base (classes, properties, ...)
Component
          Base interface of all components.
ComponentInitException
          Exception which is thrown when a component cannot be intialised, e.g. due to bad configuration parameters, or unforeseen circumstances, e.g. unreachable web files.
IndividualReasoner
          Reasoning requests/queries related to individuals in the knowledge base.
OntologyFormat
           
Reasoner
          List of available reasoning/query methods.
ReasonerComponent
          Base class of reasoner all components.
ReasoningMethodUnsupportedException
          Exception indicating that a reasoner implementation cannot support the requested operation.
SchemaReasoner
          Reasoning requests related to the schema of the knowledge base.
 

Classes in org.dllearner.core used by org.dllearner.reasoning.fuzzydll
AbstractComponent
          Base class of all components.
AbstractKnowledgeSource
          Represents a knowledge source component, e.g.
AbstractReasonerComponent
          Abstract component representing a reasoner.
BaseReasoner
          Contains the following reasoning/query operations: queries for elements contained in the knowledge base (classes, properties, ...)
Component
          Base interface of all components.
ComponentInitException
          Exception which is thrown when a component cannot be intialised, e.g. due to bad configuration parameters, or unforeseen circumstances, e.g. unreachable web files.
IndividualReasoner
          Reasoning requests/queries related to individuals in the knowledge base.
Reasoner
          List of available reasoning/query methods.
ReasonerComponent
          Base class of reasoner all components.
SchemaReasoner
          Reasoning requests related to the schema of the knowledge base.
 

Classes in org.dllearner.core used by org.dllearner.refinementoperators
AbstractReasonerComponent
          Abstract component representing a reasoner.
 

Classes in org.dllearner.core used by org.dllearner.refinementoperators.fuzzydll
AbstractReasonerComponent
          Abstract component representing a reasoner.
 

Classes in org.dllearner.core used by org.dllearner.utilities
AbstractReasonerComponent
          Abstract component representing a reasoner.
ReasoningMethodUnsupportedException
          Exception indicating that a reasoner implementation cannot support the requested operation.
 

Classes in org.dllearner.core used by org.dllearner.utilities.components
AbstractCELA
          Abstract superclass of all class expression learning algorithm implementations.
AbstractKnowledgeSource
          Represents a knowledge source component, e.g.
AbstractLearningProblem
          Base class for all learning problems.
AbstractReasonerComponent
          Abstract component representing a reasoner.
ComponentInitException
          Exception which is thrown when a component cannot be intialised, e.g. due to bad configuration parameters, or unforeseen circumstances, e.g. unreachable web files.
 

Classes in org.dllearner.core used by org.dllearner.utilities.datastructures
AbstractReasonerComponent
          Abstract component representing a reasoner.
EvaluatedDescription
          An evaluated description is a description and its score (with some convenience method and serialisation formats).
 

Classes in org.dllearner.core used by org.dllearner.utilities.examples
AbstractReasonerComponent
          Abstract component representing a reasoner.
 

Classes in org.dllearner.core used by org.dllearner.utilities.learn
AbstractCELA
          Abstract superclass of all class expression learning algorithm implementations.
AbstractKnowledgeSource
          Represents a knowledge source component, e.g.
AbstractLearningProblem
          Base class for all learning problems.
AbstractReasonerComponent
          Abstract component representing a reasoner.
ComponentManager
          Central manager class for DL-Learner.
 

Classes in org.dllearner.core used by org.dllearner.utilities.owl
AbstractLearningProblem
          Base class for all learning problems.
AbstractReasonerComponent
          Abstract component representing a reasoner.
EvaluatedDescription
          An evaluated description is a description and its score (with some convenience method and serialisation formats).
 



SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann