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 _ 

R

RandomWordSenseDisambiguation - Class in org.dllearner.algorithms.isle.wsd
Disambiguation by randomly selecting one of the candidates (baseline method).
RandomWordSenseDisambiguation(OWLOntology) - Constructor for class org.dllearner.algorithms.isle.wsd.RandomWordSenseDisambiguation
 
RawAgreement - Class in org.dllearner.utilities.statistics
 
RawAgreement() - Constructor for class org.dllearner.utilities.statistics.RawAgreement
 
RBoxAxiomTypes - Static variable in class org.dllearner.algorithms.properties.AxiomAlgorithms
set of rbox axiom types
RDF_FIRST - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
RDF_NIL - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
RDF_REST - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
RDF_TYPE - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
RDFBlankNode - Class in org.dllearner.kb.aquisitors
This class is used to save disambiguated information for a blankNode in an RDF Graph.
RDFBlankNode(int, RDFNode) - Constructor for class org.dllearner.kb.aquisitors.RDFBlankNode
 
RDFNodeTuple - Class in org.dllearner.utilities.datastructures
A container which can hold two Strings, mainly used as a helper.
RDFNodeTuple(RDFNode, RDFNode) - Constructor for class org.dllearner.utilities.datastructures.RDFNodeTuple
 
RDFResourceTree - Class in org.dllearner.algorithms.qtl.datastructures.impl
 
RDFResourceTree() - Constructor for class org.dllearner.algorithms.qtl.datastructures.impl.RDFResourceTree
Creates an empty resource tree with a default variable as label.
RDFResourceTree(int) - Constructor for class org.dllearner.algorithms.qtl.datastructures.impl.RDFResourceTree
Creates an empty resource tree with a default variable as label and the given ID.
RDFResourceTree(int, Node) - Constructor for class org.dllearner.algorithms.qtl.datastructures.impl.RDFResourceTree
 
RDFResourceTree(Node) - Constructor for class org.dllearner.algorithms.qtl.datastructures.impl.RDFResourceTree
 
RDFResourceTree(RDFDatatype) - Constructor for class org.dllearner.algorithms.qtl.datastructures.impl.RDFResourceTree
Create empty literal node with given datatype.
RDFResourceTree(int, RDFDatatype) - Constructor for class org.dllearner.algorithms.qtl.datastructures.impl.RDFResourceTree
Create empty literal node with given ID and datatype.
RDFResourceTree(int, RDFDatatype, Set<Literal>) - Constructor for class org.dllearner.algorithms.qtl.datastructures.impl.RDFResourceTree
Create literal node with given ID, datatype and a set of literal values.
RDFResourceTree(RDFResourceTree) - Constructor for class org.dllearner.algorithms.qtl.datastructures.impl.RDFResourceTree
Copy constructor that copies - node label - children recursively - datatype (if literal node) - anchor var (if exists)
RDFResourceTree(RDFResourceTree, boolean) - Constructor for class org.dllearner.algorithms.qtl.datastructures.impl.RDFResourceTree
Copy constructor that copies - node label - datatype (if literal node) - anchor var (if exists) Children are recursivly copied only if enabled.
RDFResourceTree.Rendering - Enum in org.dllearner.algorithms.qtl.datastructures.impl
 
RDFS_CLASS - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
RDFS_COMMENT - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
RDFS_DESCRIPTION - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
RDFS_domain - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
RDFS_IS_DEFINED_BY - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
RDFS_LABEL - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
RDFS_range - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
RDFS_SUB_PROPERTY_OF - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
RDFS_SUBCLASS_OF - Static variable in class org.dllearner.utilities.owl.OWLVocabulary
 
RDFSCommentEntityTextRetriever - Class in org.dllearner.algorithms.isle.textretrieval
 
RDFSCommentEntityTextRetriever(OWLOntology) - Constructor for class org.dllearner.algorithms.isle.textretrieval.RDFSCommentEntityTextRetriever
 
RDFSCommentEntityTextRetriever(OWLAPIOntology) - Constructor for class org.dllearner.algorithms.isle.textretrieval.RDFSCommentEntityTextRetriever
 
RDFSLabelEntityTextRetriever - Class in org.dllearner.algorithms.isle.textretrieval
 
RDFSLabelEntityTextRetriever(OWLOntology) - Constructor for class org.dllearner.algorithms.isle.textretrieval.RDFSLabelEntityTextRetriever
 
RDFSLabelEntityTextRetriever(OWLAPIOntology) - Constructor for class org.dllearner.algorithms.isle.textretrieval.RDFSLabelEntityTextRetriever
 
RDFSSchemaGenerator - Class in org.dllearner.algorithms.schema
Generate a schema restricted to RDFS language features.
RDFSSchemaGenerator(QueryExecutionFactory) - Constructor for class org.dllearner.algorithms.schema.RDFSSchemaGenerator
 
RDFSSchemaGenerator(OWLOntology) - Constructor for class org.dllearner.algorithms.schema.RDFSSchemaGenerator
 
RDFSSchemaGenerator(Model) - Constructor for class org.dllearner.algorithms.schema.RDFSSchemaGenerator
 
rdftype - Static variable in class org.dllearner.scripts.analyse.ScriptDoAll
 
Reactome - Class in org.dllearner.examples
 
Reactome() - Constructor for class org.dllearner.examples.Reactome
 
ReactomeCBD - Class in org.dllearner.scripts
 
ReactomeCBD() - Constructor for class org.dllearner.scripts.ReactomeCBD
 
ReactomeMinimal - Class in org.dllearner.examples
 
ReactomeMinimal() - Constructor for class org.dllearner.examples.ReactomeMinimal
 
read(String, String) - Method in class org.dllearner.scripts.analyse.Hierarchy
 
readCBD() - Static method in class org.dllearner.examples.MouseDiabetes
 
readCBD() - Static method in class org.dllearner.examples.MouseDiabetes2
 
readChar() - Method in class org.dllearner.confparser.SimpleCharStream
Read a character.
readChar() - Method in class org.dllearner.parser.SimpleCharStream
Read a character.
readDumpFiles() - Static method in class org.dllearner.examples.MouseDiabetes
 
readDumpFiles() - Static method in class org.dllearner.examples.MouseDiabetes2
 
readDumpFiles() - Static method in class org.dllearner.examples.MouseDiabetesExp3CaI
 
readExamples(String) - Static method in class org.dllearner.examples.MouseDiabetes
 
readExamples(String) - Static method in class org.dllearner.examples.MouseDiabetes2
 
readExamples(String) - Static method in class org.dllearner.examples.MouseDiabetesExp3CaI
 
readFile(URL) - Static method in class org.dllearner.utilities.Files
Reads input from a URL and stores it in a string (only recommend for small files).
readFile(File) - Static method in class org.dllearner.utilities.Files
Reads in a file.
readFileAsArray(File) - Static method in class org.dllearner.utilities.Files
Reads in a file as Array
readObjectfromFile(File) - Static method in class org.dllearner.utilities.Files
 
readOWLELOntology(String) - Static method in class org.dllearner.examples.MouseDiabetesExp3CaI
 
readOWLOntology(String) - Static method in class org.dllearner.examples.MouseDiabetesExp3CaI
 
Reasoner - Interface in org.dllearner.core
List of available reasoning/query methods.
ReasonerComponent - Interface in org.dllearner.core
Base class of reasoner all components.
ReasonerImplementation - Enum in org.dllearner.reasoning
Enumeration of available reasoner implementations that can be used via OWL API interface.
ReasonerImplementationEditor - Class in org.dllearner.configuration.spring.editors
Basic Property Editor for reasoner implementation.
ReasonerImplementationEditor() - Constructor for class org.dllearner.configuration.spring.editors.ReasonerImplementationEditor
 
ReasonerType - Enum in org.dllearner.reasoning
Enumeration of available reasoner types
ReasoningBasedRefinementOperator - Interface in org.dllearner.refinementoperators
A refinement operator, which uses an underlying reasoner, which is a typical scenario.
ReasoningMethodUnsupportedException - Exception in org.dllearner.core
Exception indicating that a reasoner implementation cannot support the requested operation.
ReasoningMethodUnsupportedException() - Constructor for exception org.dllearner.core.ReasoningMethodUnsupportedException
 
ReasoningMethodUnsupportedException(String) - Constructor for exception org.dllearner.core.ReasoningMethodUnsupportedException
 
ReasoningUtils - Class in org.dllearner.utilities
Common utilities for using a reasoner in learning problems
ReasoningUtils(AbstractReasonerComponent) - Constructor for class org.dllearner.utilities.ReasoningUtils
create new reasoning utils
ReasoningUtils.Coverage - Class in org.dllearner.utilities
binary set to divide a set in 2 partitions
ReasoningUtils.CoverageCount - Class in org.dllearner.utilities
binary counter to divide a set in 2 partitions
ReasoningUtilsCLP - Class in org.dllearner.utilities
Extension of ReasoningUtils for ClassLearningProblem
ReasoningUtilsCLP(ClassLearningProblem, AbstractReasonerComponent) - Constructor for class org.dllearner.utilities.ReasoningUtilsCLP
 
rebuildNodeIDs(RDFResourceTree) - Static method in class org.dllearner.algorithms.qtl.QueryTreeUtils
Rebuilds the node IDs starting from the root node.
recall(SortedSet<String>) - Method in class org.dllearner.experiments.Examples
calculates recall based on the test set
redownload() - Method in class org.dllearner.algorithms.isle.index.RemoteDataProvider
Forces a redownload of the data.
RedundantTypeTriplePatternRemover - Class in org.dllearner.utilities.sparql
 
RedundantTypeTriplePatternRemover(QueryExecutionFactory) - Constructor for class org.dllearner.utilities.sparql.RedundantTypeTriplePatternRemover
 
RefDocument - Interface in org.springframework.schema.beans
A document containing one ref(@http://www.springframework.org/schema/beans) element.
RefDocument.Factory - Class in org.springframework.schema.beans
A factory class with static methods for creating instances of this type.
RefDocument.Ref - Interface in org.springframework.schema.beans
An XML ref(@http://www.springframework.org/schema/beans).
RefDocument.Ref.Factory - Class in org.springframework.schema.beans
A factory class with static methods for creating instances of this type.
RefDocumentImpl - Class in org.springframework.schema.beans.impl
A document containing one ref(@http://www.springframework.org/schema/beans) element.
RefDocumentImpl(SchemaType) - Constructor for class org.springframework.schema.beans.impl.RefDocumentImpl
 
RefDocumentImpl.RefImpl - Class in org.springframework.schema.beans.impl
An XML ref(@http://www.springframework.org/schema/beans).
RefImpl(SchemaType) - Constructor for class org.springframework.schema.beans.impl.RefDocumentImpl.RefImpl
 
refine(OWLClassExpression) - Method in class org.dllearner.algorithms.decisiontrees.refinementoperators.DLTreesRefinementOperator
 
refine(OWLClassExpression, SortedSet<OWLIndividual>, SortedSet<OWLIndividual>) - Method in class org.dllearner.algorithms.decisiontrees.refinementoperators.DLTreesRefinementOperator
 
refine(OWLClassExpression, SortedSet<OWLIndividual>, SortedSet<OWLIndividual>) - Method in interface org.dllearner.algorithms.decisiontrees.refinementoperators.InstanceBasedRefinementOperator
 
refine(OWLClassExpression) - Method in class org.dllearner.refinementoperators.ELDown
 
refine(ELDescriptionTree) - Method in class org.dllearner.refinementoperators.ELDown
Performs downward refinement for the given tree.
refine(OWLClassExpression, int) - Method in interface org.dllearner.refinementoperators.LengthLimitedRefinementOperator
Optional refinement operation, where the learning algorithm can specify an additional bound on the length of descriptions.
refine(OWLClassExpression, int, List<OWLClassExpression>) - Method in interface org.dllearner.refinementoperators.LengthLimitedRefinementOperator
Optional refinement operation, where the learning algorithm can specify an additional bound on the length of descriptions and a list of known refinements, which do not need to be returned.
refine(OWLClassExpression) - Method in class org.dllearner.refinementoperators.OperatorInverter
 
refine(OWLClassExpression, int) - Method in class org.dllearner.refinementoperators.OperatorInverter
 
refine(OWLClassExpression, int, List<OWLClassExpression>) - Method in class org.dllearner.refinementoperators.OperatorInverter
 
refine(OWLClassExpression) - Method in class org.dllearner.refinementoperators.PsiDown
 
refine(OWLClassExpression, int, List<OWLClassExpression>) - Method in class org.dllearner.refinementoperators.PsiDown
 
refine(OWLClassExpression) - Method in class org.dllearner.refinementoperators.PsiUp
 
refine(OWLClassExpression, int, List<OWLClassExpression>) - Method in class org.dllearner.refinementoperators.PsiUp
 
refine(OWLClassExpression) - Method in interface org.dllearner.refinementoperators.RefinementOperator
Standard refinement operation.
refine(OWLClassExpression) - Method in class org.dllearner.refinementoperators.RefinementOperatorAdapter
 
refine(OWLClassExpression, int) - Method in class org.dllearner.refinementoperators.RefinementOperatorAdapter
 
refine(OWLClassExpression, int, List<OWLClassExpression>) - Method in class org.dllearner.refinementoperators.RefinementOperatorAdapter
 
refine(OWLClassExpression) - Method in class org.dllearner.refinementoperators.RhoDRDown
 
refine(OWLClassExpression, int) - Method in class org.dllearner.refinementoperators.RhoDRDown
 
refine(OWLClassExpression, int, List<OWLClassExpression>) - Method in class org.dllearner.refinementoperators.RhoDRDown
 
refine(OWLClassExpression, int, List<OWLClassExpression>, OWLClassExpression) - Method in class org.dllearner.refinementoperators.RhoDRDown
 
refine(OWLClassExpression) - Method in class org.dllearner.refinementoperators.SynchronizedRefinementOperator
 
refine(OWLClassExpression, int) - Method in class org.dllearner.refinementoperators.SynchronizedRefinementOperator
 
refine(OWLClassExpression, int, List<OWLClassExpression>) - Method in class org.dllearner.refinementoperators.SynchronizedRefinementOperator
 
refineEdge(int, OWLProperty) - Method in class org.dllearner.algorithms.el.ELDescriptionNode
 
RefinementOperator<T> - Interface in org.dllearner.core.ref
 
RefinementOperator - Interface in org.dllearner.refinementoperators
Interface for all refinement operators based on OWL/Description Logics.
RefinementOperatorAdapter - Class in org.dllearner.refinementoperators
Adapter for RefinementOperator interface.
RefinementOperatorAdapter() - Constructor for class org.dllearner.refinementoperators.RefinementOperatorAdapter
 
RefinementOperatorALC - Class in org.dllearner.core.ref
 
RefinementOperatorALC(OWLReasoner, OWLDataFactory) - Constructor for class org.dllearner.core.ref.RefinementOperatorALC
 
RefinementOperatorBasedLearningAlgorithmBase<T> - Class in org.dllearner.core.ref
 
RefinementOperatorBasedLearningAlgorithmBase() - Constructor for class org.dllearner.core.ref.RefinementOperatorBasedLearningAlgorithmBase
 
refineNode(OWLClassExpression) - Method in class org.dllearner.core.ref.ClassExpressionRefinementOperatorBase
 
refineNode(T) - Method in interface org.dllearner.core.ref.RefinementOperator
 
ReflectionHelper - Class in org.dllearner.utils.unife
Utility class that uses reflection to get values of private fields and methods during the test phase.
ReflectionHelper() - Constructor for class org.dllearner.utils.unife.ReflectionHelper
 
ReflexiveObjectPropertyAxiomLearner - Class in org.dllearner.algorithms.properties
 
ReflexiveObjectPropertyAxiomLearner(SparqlEndpointKS) - Constructor for class org.dllearner.algorithms.properties.ReflexiveObjectPropertyAxiomLearner
 
refresh() - Method in class org.dllearner.kb.repository.bioportal.BioPortalRepository
 
refresh() - Method in class org.dllearner.kb.repository.LocalDirectoryOntologyRepository
 
refresh() - Method in class org.dllearner.kb.repository.lov.LOVRepository
 
refresh() - Method in interface org.dllearner.kb.repository.OntologyRepository
Ensures the repository is up to date
refresh() - Method in class org.dllearner.kb.repository.oxford.OxfordRepository
 
refresh() - Method in class org.dllearner.kb.repository.tones.TONESRepository
 
registerCustomEditors(PropertyEditorRegistry) - Method in class org.dllearner.configuration.spring.CustomPropertyEditorRegistrar
 
ReInit(InputStream) - Method in class org.dllearner.confparser.ConfParserLegacy
Reinitialise.
ReInit(InputStream, String) - Method in class org.dllearner.confparser.ConfParserLegacy
Reinitialise.
ReInit(Reader) - Method in class org.dllearner.confparser.ConfParserLegacy
Reinitialise.
ReInit(ConfParserLegacyTokenManager) - Method in class org.dllearner.confparser.ConfParserLegacy
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.dllearner.confparser.ConfParserLegacyTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.dllearner.confparser.ConfParserLegacyTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class org.dllearner.confparser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.dllearner.confparser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.dllearner.confparser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.dllearner.confparser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.dllearner.confparser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.dllearner.confparser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.dllearner.confparser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.dllearner.confparser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.dllearner.confparser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.dllearner.parser.KBParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.dllearner.parser.KBParser
Reinitialise.
ReInit(Reader) - Method in class org.dllearner.parser.KBParser
Reinitialise.
ReInit(KBParserTokenManager) - Method in class org.dllearner.parser.KBParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.dllearner.parser.KBParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.dllearner.parser.KBParserTokenManager
Reinitialise parser.
ReInit(InputStream) - Method in class org.dllearner.parser.PrologParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.dllearner.parser.PrologParser
Reinitialise.
ReInit(Reader) - Method in class org.dllearner.parser.PrologParser
Reinitialise.
ReInit(PrologParserTokenManager) - Method in class org.dllearner.parser.PrologParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.dllearner.parser.PrologParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.dllearner.parser.PrologParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class org.dllearner.parser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.dllearner.parser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.dllearner.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.dllearner.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.dllearner.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.dllearner.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.dllearner.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.dllearner.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.dllearner.parser.SimpleCharStream
Reinitialise.
releaseKB() - Method in class org.dllearner.core.AbstractReasonerComponent
Call this method to release the knowledge base.
releaseKB() - Method in class org.dllearner.reasoning.ClosedWorldReasoner
 
releaseKB() - Method in class org.dllearner.reasoning.OWLAPIReasoner
 
releaseKB() - Method in class org.dllearner.reasoning.SPARQLReasoner
 
RelevanceMapGenerator - Class in org.dllearner.algorithms.isle.index
Interface for an index which is able to resolve a given entity's URI to the set of documents containing this entity, i.e., documents which contain words disambiguated to the given entity.
RelevanceMapGenerator() - Constructor for class org.dllearner.algorithms.isle.index.RelevanceMapGenerator
 
RelevanceMetric - Interface in org.dllearner.algorithms.isle.metrics
 
RelevanceUtils - Class in org.dllearner.algorithms.isle.metrics
 
RelevanceUtils() - Constructor for class org.dllearner.algorithms.isle.metrics.RelevanceUtils
 
RelevanceWeightedStableHeuristic - Class in org.dllearner.algorithms.isle.metrics
A stable comparator for search tree nodes.
RelevanceWeightedStableHeuristic(OWLClass, RelevanceWeightings, RelevanceMetric...) - Constructor for class org.dllearner.algorithms.isle.metrics.RelevanceWeightedStableHeuristic
 
RelevanceWeightedStableHeuristic(OWLClass, RelevanceWeightings, List<RelevanceMetric>) - Constructor for class org.dllearner.algorithms.isle.metrics.RelevanceWeightedStableHeuristic
 
RelevanceWeightedStableHeuristic(OWLClass, RelevanceMetric...) - Constructor for class org.dllearner.algorithms.isle.metrics.RelevanceWeightedStableHeuristic
 
RelevanceWeightedStableHeuristic(OWLClass, List<RelevanceMetric>) - Constructor for class org.dllearner.algorithms.isle.metrics.RelevanceWeightedStableHeuristic
 
RelevanceWeightings - Class in org.dllearner.algorithms.isle.metrics
 
RelevanceWeightings() - Constructor for class org.dllearner.algorithms.isle.metrics.RelevanceWeightings
 
remainsSatisfiable(OWLAxiom) - Method in class org.dllearner.core.AbstractReasonerComponent
 
remainsSatisfiable(OWLAxiom) - Method in interface org.dllearner.core.BaseReasoner
Checks whether adding the specified axiom leads to an inconsistency.
remainsSatisfiableImpl(OWLAxiom) - Method in class org.dllearner.reasoning.ClosedWorldReasoner
 
remainsSatisfiableImpl(OWLAxiom) - Method in class org.dllearner.reasoning.OWLAPIReasoner
 
RemoteDataProvider - Class in org.dllearner.algorithms.isle.index
Provides methods to download zipped zipped files from remote locations and extracts and stores them locally.
RemoteDataProvider(URL) - Constructor for class org.dllearner.algorithms.isle.index.RemoteDataProvider
Initializes this downloader to fetch data from the given URL.
removeAlias(int) - Method in interface org.springframework.schema.beans.BeansDocument.Beans
Removes the ith "alias" element
removeAlias(int) - Method in class org.springframework.schema.beans.impl.BeansDocumentImpl.BeansImpl
Removes the ith "alias" element
removeArgType(int) - Method in class org.springframework.schema.beans.impl.ReplacedMethodDocumentImpl.ReplacedMethodImpl
Removes the ith "arg-type" element
removeArgType(int) - Method in interface org.springframework.schema.beans.ReplacedMethodDocument.ReplacedMethod
Removes the ith "arg-type" element
removeArray(int) - Method in interface org.springframework.schema.beans.EntryType
Removes the ith "array" element
removeArray(int) - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Removes the ith "array" element
removeArray(int) - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Removes the ith "array" element
removeArray(int) - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Removes the ith "array" element
removeArray(int) - Method in interface org.springframework.schema.beans.KeyDocument.Key
Removes the ith "array" element
removeArray(int) - Method in interface org.springframework.schema.beans.ListOrSetType
Removes the ith "array" element
removeAttribute(int) - Method in class org.springframework.schema.beans.impl.QualifierDocumentImpl.QualifierImpl
Removes the ith "attribute" element
removeAttribute(int) - Method in interface org.springframework.schema.beans.QualifierDocument.Qualifier
Removes the ith "attribute" element
removeAxiomsWithNamespace(Set<String>) - Method in class org.dllearner.scripts.SPARQLSampleDebugging
 
removeBean(int) - Method in interface org.springframework.schema.beans.BeansDocument.Beans
Removes the ith "bean" element
removeBean(int) - Method in interface org.springframework.schema.beans.EntryType
Removes the ith "bean" element
removeBean(int) - Method in class org.springframework.schema.beans.impl.BeansDocumentImpl.BeansImpl
Removes the ith "bean" element
removeBean(int) - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Removes the ith "bean" element
removeBean(int) - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Removes the ith "bean" element
removeBean(int) - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Removes the ith "bean" element
removeBean(int) - Method in interface org.springframework.schema.beans.KeyDocument.Key
Removes the ith "bean" element
removeBean(int) - Method in interface org.springframework.schema.beans.ListOrSetType
Removes the ith "bean" element
removeChild(V) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.GenericTree
 
removeChild(QueryTreeImpl<N>) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.QueryTreeImpl
 
removeChild(RDFResourceTree, Node) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.RDFResourceTree
 
removeChild(QueryTreeImpl<N>) - Method in interface org.dllearner.algorithms.qtl.datastructures.QueryTree
 
removeChildAt(int) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.GenericTree
 
removeChildren() - Method in class org.dllearner.algorithms.qtl.datastructures.impl.GenericTree
 
removeChildren(Set<QueryTreeImpl<N>>) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.QueryTreeImpl
 
removeChildren(Object) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.QueryTreeImpl
Removes all children connected by the given edge.
removeChildren(Object) - Method in interface org.dllearner.algorithms.qtl.datastructures.QueryTree
 
removeColumn(String) - Method in class org.dllearner.utilities.statistics.Table
 
removeConstructorArg(int) - Method in interface org.springframework.schema.beans.BeanDocument.Bean
Removes the ith "constructor-arg" element
removeConstructorArg(int) - Method in class org.springframework.schema.beans.impl.BeanDocumentImpl.BeanImpl
Removes the ith "constructor-arg" element
removeEntry(int) - Method in class org.springframework.schema.beans.impl.MapTypeImpl
Removes the ith "entry" element
removeEntry(int) - Method in interface org.springframework.schema.beans.MapType
Removes the ith "entry" element
removeFromCache(String) - Method in class org.dllearner.kb.aquisitors.SparqlTupleAquisitorImproved
 
removeIdref(int) - Method in interface org.springframework.schema.beans.EntryType
Removes the ith "idref" element
removeIdref(int) - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Removes the ith "idref" element
removeIdref(int) - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Removes the ith "idref" element
removeIdref(int) - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Removes the ith "idref" element
removeIdref(int) - Method in interface org.springframework.schema.beans.KeyDocument.Key
Removes the ith "idref" element
removeIdref(int) - Method in interface org.springframework.schema.beans.ListOrSetType
Removes the ith "idref" element
removeImport(int) - Method in interface org.springframework.schema.beans.BeansDocument.Beans
Removes the ith "import" element
removeImport(int) - Method in class org.springframework.schema.beans.impl.BeansDocumentImpl.BeansImpl
Removes the ith "import" element
removeKnowledgeSource(String) - Method in class org.dllearner.server.ClientState
Removes a knowledge source with the given URL (independant of its type).
removeKnowledgeSource(int) - Method in class org.dllearner.server.ClientState
 
removeKnowledgeSource(int, int) - Method in class org.dllearner.server.DLLearnerWS
Removes a knowledge source.
removeList(int) - Method in interface org.springframework.schema.beans.EntryType
Removes the ith "list" element
removeList(int) - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Removes the ith "list" element
removeList(int) - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Removes the ith "list" element
removeList(int) - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Removes the ith "list" element
removeList(int) - Method in interface org.springframework.schema.beans.KeyDocument.Key
Removes the ith "list" element
removeList(int) - Method in interface org.springframework.schema.beans.ListOrSetType
Removes the ith "list" element
removeLookupMethod(int) - Method in interface org.springframework.schema.beans.BeanDocument.Bean
Removes the ith "lookup-method" element
removeLookupMethod(int) - Method in class org.springframework.schema.beans.impl.BeanDocumentImpl.BeanImpl
Removes the ith "lookup-method" element
removeMap(int) - Method in interface org.springframework.schema.beans.EntryType
Removes the ith "map" element
removeMap(int) - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Removes the ith "map" element
removeMap(int) - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Removes the ith "map" element
removeMap(int) - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Removes the ith "map" element
removeMap(int) - Method in interface org.springframework.schema.beans.KeyDocument.Key
Removes the ith "map" element
removeMap(int) - Method in interface org.springframework.schema.beans.ListOrSetType
Removes the ith "map" element
removeMeta(int) - Method in interface org.springframework.schema.beans.BeanDocument.Bean
Removes the ith "meta" element
removeMeta(int) - Method in class org.springframework.schema.beans.impl.BeanDocumentImpl.BeanImpl
Removes the ith "meta" element
removeNode(T) - Method in class org.dllearner.core.ref.SearchTree
 
removeNull(int) - Method in interface org.springframework.schema.beans.EntryType
Removes the ith "null" element
removeNull(int) - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Removes the ith "null" element
removeNull(int) - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Removes the ith "null" element
removeNull(int) - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Removes the ith "null" element
removeNull(int) - Method in interface org.springframework.schema.beans.KeyDocument.Key
Removes the ith "null" element
removeNull(int) - Method in interface org.springframework.schema.beans.ListOrSetType
Removes the ith "null" element
removeProgressMonitor(P) - Method in interface org.dllearner.utilities.HasProgressMonitor
Unregister the given progress monitor.
removeProp(int) - Method in class org.springframework.schema.beans.impl.PropsTypeImpl
Removes the ith "prop" element
removeProp(int) - Method in interface org.springframework.schema.beans.PropsType
Removes the ith "prop" element
removeProperty(int) - Method in interface org.springframework.schema.beans.BeanDocument.Bean
Removes the ith "property" element
removeProperty(int) - Method in class org.springframework.schema.beans.impl.BeanDocumentImpl.BeanImpl
Removes the ith "property" element
removePropertyChangeListener(PropertyChangeListener) - Method in class org.dllearner.configuration.spring.editors.ListStringEditor
 
removeProps(int) - Method in interface org.springframework.schema.beans.EntryType
Removes the ith "props" element
removeProps(int) - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Removes the ith "props" element
removeProps(int) - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Removes the ith "props" element
removeProps(int) - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Removes the ith "props" element
removeProps(int) - Method in interface org.springframework.schema.beans.KeyDocument.Key
Removes the ith "props" element
removeProps(int) - Method in interface org.springframework.schema.beans.ListOrSetType
Removes the ith "props" element
removeQualifier(int) - Method in interface org.springframework.schema.beans.BeanDocument.Bean
Removes the ith "qualifier" element
removeQualifier(int) - Method in class org.springframework.schema.beans.impl.BeanDocumentImpl.BeanImpl
Removes the ith "qualifier" element
removeRef(int) - Method in interface org.springframework.schema.beans.EntryType
Removes the ith "ref" element
removeRef(int) - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Removes the ith "ref" element
removeRef(int) - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Removes the ith "ref" element
removeRef(int) - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Removes the ith "ref" element
removeRef(int) - Method in interface org.springframework.schema.beans.KeyDocument.Key
Removes the ith "ref" element
removeRef(int) - Method in interface org.springframework.schema.beans.ListOrSetType
Removes the ith "ref" element
removeReplacedMethod(int) - Method in interface org.springframework.schema.beans.BeanDocument.Bean
Removes the ith "replaced-method" element
removeReplacedMethod(int) - Method in class org.springframework.schema.beans.impl.BeanDocumentImpl.BeanImpl
Removes the ith "replaced-method" element
removeSet(int) - Method in interface org.springframework.schema.beans.EntryType
Removes the ith "set" element
removeSet(int) - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Removes the ith "set" element
removeSet(int) - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Removes the ith "set" element
removeSet(int) - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Removes the ith "set" element
removeSet(int) - Method in interface org.springframework.schema.beans.KeyDocument.Key
Removes the ith "set" element
removeSet(int) - Method in interface org.springframework.schema.beans.ListOrSetType
Removes the ith "set" element
removeStopWordAnnotations(Set<Annotation>) - Method in class org.dllearner.algorithms.isle.StopWordFilter
 
removeStopWords(String) - Method in class org.dllearner.algorithms.isle.StopWordFilter
 
removeStopWords(Set<String>) - Method in class org.dllearner.algorithms.isle.StopWordFilter
 
removeTreeFilter(AbstractTreeFilter<RDFResourceTree>) - Method in class org.dllearner.algorithms.qtl.operations.tuples.QTLTuples
 
removeTuple(TreeTuple) - Method in class org.dllearner.algorithms.el.Simulation
Removes a tuple from the simulation.
removeUnboundObjectVarTriples(Query) - Method in class org.dllearner.utilities.QueryUtils
 
removeValue(int) - Method in interface org.springframework.schema.beans.EntryType
Removes the ith "value" element
removeValue(int) - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Removes the ith "value" element
removeValue(int) - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Removes the ith "value" element
removeValue(int) - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Removes the ith "value" element
removeValue(int) - Method in interface org.springframework.schema.beans.KeyDocument.Key
Removes the ith "value" element
removeValue(int) - Method in interface org.springframework.schema.beans.ListOrSetType
Removes the ith "value" element
removeVarLeafs(RDFResourceTree) - Static method in class org.dllearner.algorithms.qtl.QueryTreeUtils
Recursively removes edges that lead to a leaf node which is a variable.
rename(OWLAxiom) - Method in class org.dllearner.algorithms.pattern.OWLAxiomRenamer
 
rename(OWLClassExpression) - Method in class org.dllearner.algorithms.pattern.OWLClassExpressionRenamer
 
rename(T) - Method in class org.dllearner.algorithms.pattern.OWLClassExpressionRenamer
 
rename(OWLIndividual) - Method in class org.dllearner.algorithms.pattern.OWLClassExpressionRenamer
 
rename(OWLDataRange) - Method in class org.dllearner.algorithms.pattern.OWLClassExpressionRenamer
 
rename(OWLLiteral) - Method in class org.dllearner.algorithms.pattern.OWLClassExpressionRenamer
 
rename(OWLLiteral) - Method in class org.dllearner.algorithms.pattern.OWLLiteralRenamer
 
render(QueryTree<N>) - Method in interface org.dllearner.algorithms.qtl.datastructures.NodeRenderer
 
render(OWLObject) - Method in class org.dllearner.utilities.owl.ManchesterOWLSyntaxOWLObjectRendererImplExt
 
render(OWLObject) - Method in class org.dllearner.utilities.owl.OWLXMLRenderer
 
replace(QueryTreeImpl<N>) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.QueryTreeImpl
 
replaceChild(RDFResourceTree, RDFResourceTree, Node) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.RDFResourceTree
 
ReplacedMethodDocument - Interface in org.springframework.schema.beans
A document containing one replaced-method(@http://www.springframework.org/schema/beans) element.
ReplacedMethodDocument.Factory - Class in org.springframework.schema.beans
A factory class with static methods for creating instances of this type.
ReplacedMethodDocument.ReplacedMethod - Interface in org.springframework.schema.beans
An XML replaced-method(@http://www.springframework.org/schema/beans).
ReplacedMethodDocument.ReplacedMethod.Factory - Class in org.springframework.schema.beans
A factory class with static methods for creating instances of this type.
ReplacedMethodDocumentImpl - Class in org.springframework.schema.beans.impl
A document containing one replaced-method(@http://www.springframework.org/schema/beans) element.
ReplacedMethodDocumentImpl(SchemaType) - Constructor for class org.springframework.schema.beans.impl.ReplacedMethodDocumentImpl
 
ReplacedMethodDocumentImpl.ReplacedMethodImpl - Class in org.springframework.schema.beans.impl
An XML replaced-method(@http://www.springframework.org/schema/beans).
ReplacedMethodImpl(SchemaType) - Constructor for class org.springframework.schema.beans.impl.ReplacedMethodDocumentImpl.ReplacedMethodImpl
 
replaceInLabel(OWLClass, OWLClass) - Method in class org.dllearner.algorithms.el.ELDescriptionNode
Replaces an entry in the node label.
replaceRange(OWLClassExpression, AbstractReasonerComponent) - Static method in class org.dllearner.utilities.owl.ConceptTransformation
 
reset() - Method in class org.dllearner.algorithms.pattern.OWLClassExpressionRenamer
 
reset() - Method in class org.dllearner.algorithms.probabilistic.parameter.unife.edge.AbstractEDGE
 
reset() - Method in class org.dllearner.algorithms.probabilistic.parameter.unife.edge.DummyParameterLearner
 
reset() - Method in class org.dllearner.algorithms.qtl.util.VarGenerator
Reset the counter.
reset() - Method in class org.dllearner.core.owl.NNF
reset the negation.
reset() - Method in class org.dllearner.utilities.owl.VariablesMapping
 
reset() - Method in class org.dllearner.utilities.statistics.SimpleClock
resets the clock
resetStatistics() - Method in class org.dllearner.core.AbstractReasonerComponent
Reset all statistics.
Rest - Class in org.dllearner.server
 
Rest() - Constructor for class org.dllearner.server.Rest
 
ResumableLearningAlgorithm - Interface in org.dllearner.core
Interface for learning algorithms, which can be paused and later continued.
resume() - Method in interface org.dllearner.core.ResumableLearningAlgorithm
Resumes the algorithm (not all algorithms need to implement this operation).
retainAll(Collection<T>) - Method in class org.dllearner.utilities.datastructures.SearchTreeNonWeakPartialSet
 
retainAll(Collection<T>) - Method in interface org.dllearner.utilities.datastructures.SearchTreePartialSet
 
retrieval(int, String) - Method in class org.dllearner.server.DLLearnerWS
 
retrieveClassesForInstances(String) - Method in class org.dllearner.kb.aquisitors.SparqlTupleAquisitor
 
retrieveClassesForInstances(String) - Method in class org.dllearner.kb.aquisitors.SparqlTupleAquisitorImproved
 
retrieveClassesForInstances(String) - Method in class org.dllearner.kb.aquisitors.TupleAquisitor
 
retrieveDISTINCTSubjectsForRoleAndObject(String, String, int) - Method in class org.dllearner.kb.sparql.SPARQLTasks
Retrieves all resource for a fixed role and object.
retrieveInstancesForClassDescription(String, int) - Method in class org.dllearner.kb.sparql.SPARQLTasks
get all instances for a complex concept / class description in KBSyntax.
retrieveInstancesForSKOSConcept(String, int) - Method in class org.dllearner.kb.sparql.SPARQLTasks
all instances for a SKOS concept.
retrieveObjectsForSubjectAndRole(String, String, int) - Method in class org.dllearner.kb.sparql.SPARQLTasks
 
retrieveTupel(String) - Method in class org.dllearner.kb.aquisitors.SparqlTupleAquisitor
 
retrieveTupel(String) - Method in class org.dllearner.kb.aquisitors.SparqlTupleAquisitorImproved
 
retrieveTupel(String) - Method in class org.dllearner.kb.aquisitors.TupleAquisitor
 
retrieveTuplesForClassesOnly(String) - Method in class org.dllearner.kb.aquisitors.SparqlTupleAquisitor
 
retrieveTuplesForClassesOnly(String) - Method in class org.dllearner.kb.aquisitors.SparqlTupleAquisitorImproved
 
retrieveTuplesForClassesOnly(String) - Method in class org.dllearner.kb.aquisitors.TupleAquisitor
 
RHO - Static variable in class org.dllearner.algorithms.decisiontrees.refinementoperators.DLTreesRefinementOperator
 
RhoDRDown - Class in org.dllearner.refinementoperators
A downward refinement operator, which makes use of domains and ranges of properties.
RhoDRDown() - Constructor for class org.dllearner.refinementoperators.RhoDRDown
 
RhoDRDown(RhoDRDown) - Constructor for class org.dllearner.refinementoperators.RhoDRDown
Copy constructor
roles - Variable in class org.dllearner.core.owl.FlatABox
 
rolesNeg - Variable in class org.dllearner.core.owl.FlatABox
 
rolesPos - Variable in class org.dllearner.core.owl.FlatABox
 
root - Variable in class org.dllearner.utilities.datastructures.DescriptionSubsumptionTree.Node
 
Rule - Class in org.dllearner.kb.manipulator
 
Rule(Rule.Months) - Constructor for class org.dllearner.kb.manipulator.Rule
 
Rule.Months - Enum in org.dllearner.kb.manipulator
 
run(List<Node>, List<Node>) - Method in class org.dllearner.algorithms.qtl.operations.tuples.QTLTuples
Run the QTL algorithm given the 2 tuples as input example.
run(List<List<Node>>) - Method in class org.dllearner.algorithms.qtl.operations.tuples.QTLTuples
Run the QTL algorithm given the list of tuples as input examples.
run() - Method in class org.dllearner.cli.CLI
 
run() - Method in class org.dllearner.cli.CLIBase2
 
run() - Method in class org.dllearner.cli.ExpressionValidation
 
run() - Method in class org.dllearner.cli.SemKernelCLI
 
run() - Method in class org.dllearner.cli.unife.CLIDistributedLEAP
 
run() - Method in class org.dllearner.cli.unife.CLILEAP
 
run() - Method in class org.dllearner.cli.unife.OntologyValidation
 
runOptimized(OWLOntology) - Method in class org.dllearner.scripts.SPARQLSampleDebugging
 
runPatternBasedDetection() - Method in class org.dllearner.scripts.SPARQLSampleDebugging
 
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