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 _ 

A

a - Variable in class org.dllearner.utilities.datastructures.RDFNodeTuple
 
a - Variable in class org.dllearner.utilities.datastructures.StringTuple
 
ABoxAxiomTypes - Static variable in class org.dllearner.algorithms.properties.AxiomAlgorithms
set of abox axiom types
ABoxConcept() - Method in class org.dllearner.parser.KBParser
 
ABoxQueryGenerator - Class in org.dllearner.kb.sparql.simple
 
ABoxQueryGenerator() - Constructor for class org.dllearner.kb.sparql.simple.ABoxQueryGenerator
 
ABoxRole() - Method in class org.dllearner.parser.KBParser
 
aboxToGraph(OWLOntology) - Static method in class org.dllearner.utilities.graph.GraphUtils
Maps the ABox of an OWL ontology to a directed graph.
aboxToLabeledGraph(OWLOntology) - Static method in class org.dllearner.utilities.graph.GraphUtils
Maps the ABox of an OWL ontology to a labeled directed graph.
aboxToLabeledGraphWithTypes(OWLOntology) - Static method in class org.dllearner.utilities.graph.GraphUtils
Maps the ABox of an OWL ontology to a labeled directed graph.
AbstractAxiomLearningAlgorithm<T extends org.semanticweb.owlapi.model.OWLAxiom,S extends org.semanticweb.owlapi.model.OWLObject,E extends org.semanticweb.owlapi.model.OWLEntity> - Class in org.dllearner.core
 
AbstractAxiomLearningAlgorithm() - Constructor for class org.dllearner.core.AbstractAxiomLearningAlgorithm
 
AbstractAxiomScoreCalculator - Class in org.dllearner.core
 
AbstractAxiomScoreCalculator(QueryExecutionFactory) - Constructor for class org.dllearner.core.AbstractAxiomScoreCalculator
 
AbstractCELA - Class in org.dllearner.core
Abstract superclass of all class expression learning algorithm implementations.
AbstractCELA() - Constructor for class org.dllearner.core.AbstractCELA
Default Constructor
AbstractCELA(AbstractClassExpressionLearningProblem, AbstractReasonerComponent) - Constructor for class org.dllearner.core.AbstractCELA
Each learning algorithm gets a learning problem and a reasoner as input.
AbstractClassExpressionLearningProblem<T extends Score> - Class in org.dllearner.core
Base class for all class expression learning problems.
AbstractClassExpressionLearningProblem() - Constructor for class org.dllearner.core.AbstractClassExpressionLearningProblem
 
AbstractClassExpressionLearningProblem(AbstractReasonerComponent) - Constructor for class org.dllearner.core.AbstractClassExpressionLearningProblem
Constructs a learning problem using a reasoning service for querying the background knowledge.
AbstractComponent - Class in org.dllearner.core
Base class of all components.
AbstractComponent() - Constructor for class org.dllearner.core.AbstractComponent
 
AbstractConciseBoundedDescriptionGenerator - Class in org.dllearner.kb.sparql
 
AbstractConfParser - Class in org.dllearner.confparser
Config parser base class
AbstractConfParser() - Constructor for class org.dllearner.confparser.AbstractConfParser
 
AbstractDateTimeValuesSplitter - Class in org.dllearner.utilities.split
 
AbstractDateTimeValuesSplitter(AbstractReasonerComponent, OWLDataFactory) - Constructor for class org.dllearner.utilities.split.AbstractDateTimeValuesSplitter
 
AbstractEDGE - Class in org.dllearner.algorithms.probabilistic.parameter.unife.edge
 
AbstractEDGE() - Constructor for class org.dllearner.algorithms.probabilistic.parameter.unife.edge.AbstractEDGE
 
AbstractEDGE(ClassLearningProblem, Set<OWLAxiom>) - Constructor for class org.dllearner.algorithms.probabilistic.parameter.unife.edge.AbstractEDGE
 
AbstractEDGE.PossibleOutputFormat - Enum in org.dllearner.algorithms.probabilistic.parameter.unife.edge
 
AbstractEDGEDistributed - Class in org.dllearner.core.probabilistic.distributed.unife
 
AbstractEDGEDistributed() - Constructor for class org.dllearner.core.probabilistic.distributed.unife.AbstractEDGEDistributed
 
AbstractExamplesProvider - Class in org.dllearner.utilities.examples
 
AbstractExamplesProvider(Set<OWLIndividual>, Set<OWLIndividual>) - Constructor for class org.dllearner.utilities.examples.AbstractExamplesProvider
 
AbstractHeuristic - Class in org.dllearner.core
Search algorithm heuristic for the ontology engineering algorithm.
AbstractHeuristic() - Constructor for class org.dllearner.core.AbstractHeuristic
 
AbstractHierarchy<T extends org.semanticweb.owlapi.model.OWLObject> - Class in org.dllearner.core.owl
 
AbstractHierarchy(SortedMap<T, SortedSet<T>>, SortedMap<T, SortedSet<T>>) - Constructor for class org.dllearner.core.owl.AbstractHierarchy
 
AbstractKnowledgeSource - Class in org.dllearner.core
Represents a knowledge source component, e.g.
AbstractKnowledgeSource() - Constructor for class org.dllearner.core.AbstractKnowledgeSource
 
AbstractLEAP - Class in org.dllearner.algorithms.probabilistic.structure.unife.leap
There could be different version of LEAP (sequential, multi-thread, distributed), so we need an abstract class.
AbstractLEAP() - Constructor for class org.dllearner.algorithms.probabilistic.structure.unife.leap.AbstractLEAP
 
AbstractLEAP(AbstractCELA, AbstractParameterLearningAlgorithm) - Constructor for class org.dllearner.algorithms.probabilistic.structure.unife.leap.AbstractLEAP
 
AbstractLearningProblem<T extends Score,V extends org.semanticweb.owlapi.model.OWLObject,W extends EvaluatedHypothesis<V,T>> - Class in org.dllearner.core
Base class for all learning problems.
AbstractLearningProblem() - Constructor for class org.dllearner.core.AbstractLearningProblem
 
AbstractLearningProblem(AbstractReasonerComponent) - Constructor for class org.dllearner.core.AbstractLearningProblem
Constructs a learning problem using a reasoning service for querying the background knowledge.
AbstractLGGGenerator - Class in org.dllearner.algorithms.qtl.operations.lgg
An LGG generator that can be stopped and given a timeout.
AbstractLGGGenerator() - Constructor for class org.dllearner.algorithms.qtl.operations.lgg.AbstractLGGGenerator
 
AbstractLGGGenerator.BlankNodeScope - Enum in org.dllearner.algorithms.qtl.operations.lgg
 
AbstractModel - Class in org.dllearner.algorithms.decisiontrees.tdt.model
 
AbstractModel() - Constructor for class org.dllearner.algorithms.decisiontrees.tdt.model.AbstractModel
 
AbstractNumericValuesSplitter - Class in org.dllearner.utilities.split
 
AbstractNumericValuesSplitter(AbstractReasonerComponent, OWLDataFactory) - Constructor for class org.dllearner.utilities.split.AbstractNumericValuesSplitter
 
AbstractOWLOntologyDataset - Class in org.dllearner.kb.dataset
 
AbstractOWLOntologyDataset(File, String, boolean) - Constructor for class org.dllearner.kb.dataset.AbstractOWLOntologyDataset
 
AbstractOWLOntologyDataset(File, String) - Constructor for class org.dllearner.kb.dataset.AbstractOWLOntologyDataset
 
AbstractParameterLearningAlgorithm - Class in org.dllearner.core.probabilistic.unife
Abstract component representing a parameter Learner.
AbstractParameterLearningAlgorithm() - Constructor for class org.dllearner.core.probabilistic.unife.AbstractParameterLearningAlgorithm
 
AbstractParameterLearningAlgorithm(AbstractLearningProblem, Set<OWLAxiom>) - Constructor for class org.dllearner.core.probabilistic.unife.AbstractParameterLearningAlgorithm
 
AbstractProbabilisticReasonerComponent - Class in org.dllearner.core.probabilistic.unife
 
AbstractProbabilisticReasonerComponent() - Constructor for class org.dllearner.core.probabilistic.unife.AbstractProbabilisticReasonerComponent
 
AbstractProbabilisticReasonerComponent(Set<KnowledgeSource>) - Constructor for class org.dllearner.core.probabilistic.unife.AbstractProbabilisticReasonerComponent
Constructs a new reasoner component.
AbstractProbabilisticReasonerComponent(KnowledgeSource) - Constructor for class org.dllearner.core.probabilistic.unife.AbstractProbabilisticReasonerComponent
 
AbstractPropertyEditor<T> - Class in org.dllearner.configuration.spring.editors
 
AbstractPropertyEditor() - Constructor for class org.dllearner.configuration.spring.editors.AbstractPropertyEditor
 
AbstractPSLA - Class in org.dllearner.core.probabilistic.unife
 
AbstractPSLA() - Constructor for class org.dllearner.core.probabilistic.unife.AbstractPSLA
 
AbstractPSLA(AbstractCELA, AbstractParameterLearningAlgorithm) - Constructor for class org.dllearner.core.probabilistic.unife.AbstractPSLA
Each probabilistic structure learning algorithm gets a class expression learning algorithm and a parameter learning algorithm
AbstractReasonerComponent - Class in org.dllearner.core
Abstract component representing a reasoner.
AbstractReasonerComponent() - Constructor for class org.dllearner.core.AbstractReasonerComponent
 
AbstractReasonerComponent(Set<KnowledgeSource>) - Constructor for class org.dllearner.core.AbstractReasonerComponent
Constructs a new reasoner component.
AbstractReasonerComponent(KnowledgeSource) - Constructor for class org.dllearner.core.AbstractReasonerComponent
 
AbstractRefinementOperator - Class in org.dllearner.refinementoperators
 
AbstractRefinementOperator() - Constructor for class org.dllearner.refinementoperators.AbstractRefinementOperator
 
AbstractRelevanceMetric - Class in org.dllearner.algorithms.isle.metrics
 
AbstractRelevanceMetric(Index) - Constructor for class org.dllearner.algorithms.isle.metrics.AbstractRelevanceMetric
 
AbstractRenderer - Class in org.dllearner.algorithms.pattern
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-Apr-2007

AbstractRenderer(Writer, ShortFormProvider) - Constructor for class org.dllearner.algorithms.pattern.AbstractRenderer
 
AbstractSampleGenerator - Class in org.dllearner.kb.sparql
 
AbstractSampleGenerator(SparqlEndpointKS) - Constructor for class org.dllearner.kb.sparql.AbstractSampleGenerator
 
AbstractSampleGenerator(QueryExecutionFactory) - Constructor for class org.dllearner.kb.sparql.AbstractSampleGenerator
 
AbstractSampleGenerator.SampleGeneratorProgressMonitor - Interface in org.dllearner.kb.sparql
 
AbstractSchemaGenerator - Class in org.dllearner.algorithms.schema
 
AbstractSchemaGenerator(QueryExecutionFactory) - Constructor for class org.dllearner.algorithms.schema.AbstractSchemaGenerator
 
AbstractSchemaGenerator(Model) - Constructor for class org.dllearner.algorithms.schema.AbstractSchemaGenerator
 
AbstractSearchTree<T extends AbstractSearchTreeNode> - Class in org.dllearner.utilities.datastructures
 
AbstractSearchTree(Heuristic<T>) - Constructor for class org.dllearner.utilities.datastructures.AbstractSearchTree
create a new search tree
AbstractSearchTreeNode<T extends AbstractSearchTreeNode> - Class in org.dllearner.core
 
AbstractSearchTreeNode() - Constructor for class org.dllearner.core.AbstractSearchTreeNode
 
AbstractTDTClassifier - Class in org.dllearner.algorithms.decisiontrees.tdt
 
AbstractTDTClassifier(AbstractClassExpressionLearningProblem, AbstractReasonerComponent, RefinementOperator) - Constructor for class org.dllearner.algorithms.decisiontrees.tdt.AbstractTDTClassifier
 
AbstractTDTClassifier() - Constructor for class org.dllearner.algorithms.decisiontrees.tdt.AbstractTDTClassifier
 
AbstractTree - Class in org.dllearner.algorithms.decisiontrees.tdt.model
Abstract class for induced Tree model
AbstractTree() - Constructor for class org.dllearner.algorithms.decisiontrees.tdt.model.AbstractTree
 
AbstractTreeFilter<T extends GenericTree> - Class in org.dllearner.algorithms.qtl.util.filters
 
AbstractTreeFilter() - Constructor for class org.dllearner.algorithms.qtl.util.filters.AbstractTreeFilter
 
AbstractTreeTraversal<T extends GenericTree> - Class in org.dllearner.algorithms.qtl.operations.traversal
 
AbstractTreeTraversal(T) - Constructor for class org.dllearner.algorithms.qtl.operations.traversal.AbstractTreeTraversal
 
AbstractValuesSplitter - Class in org.dllearner.utilities.split
Abstract class for values splitting implementation.
AbstractValuesSplitter(AbstractReasonerComponent, OWLDataFactory) - Constructor for class org.dllearner.utilities.split.AbstractValuesSplitter
 
AbstractValuesSplitter(AbstractReasonerComponent, OWLDataFactory, int) - Constructor for class org.dllearner.utilities.split.AbstractValuesSplitter
 
accept(OWLClassExpressionVisitor) - Method in class org.dllearner.core.owl.OWLObjectIntersectionOfImplExt
 
accept(OWLObjectVisitor) - Method in class org.dllearner.core.owl.OWLObjectIntersectionOfImplExt
 
accept(OWLObjectVisitorEx<O>) - Method in class org.dllearner.core.owl.OWLObjectIntersectionOfImplExt
 
accept(OWLClassExpressionVisitorEx<O>) - Method in class org.dllearner.core.owl.OWLObjectIntersectionOfImplExt
 
accept(OWLClassExpressionVisitor) - Method in class org.dllearner.core.owl.OWLObjectUnionOfImplExt
 
accept(OWLObjectVisitor) - Method in class org.dllearner.core.owl.OWLObjectUnionOfImplExt
 
accept(OWLClassExpressionVisitorEx<O>) - Method in class org.dllearner.core.owl.OWLObjectUnionOfImplExt
 
accept(OWLObjectVisitorEx<O>) - Method in class org.dllearner.core.owl.OWLObjectUnionOfImplExt
 
AccMethod - Interface in org.dllearner.accuracymethods
Interface for any accuracy method
AccMethodAMeasure - Class in org.dllearner.accuracymethods
 
AccMethodAMeasure() - Constructor for class org.dllearner.accuracymethods.AccMethodAMeasure
 
AccMethodAMeasure(boolean) - Constructor for class org.dllearner.accuracymethods.AccMethodAMeasure
 
AccMethodAMeasureApprox - Class in org.dllearner.accuracymethods
 
AccMethodAMeasureApprox() - Constructor for class org.dllearner.accuracymethods.AccMethodAMeasureApprox
 
AccMethodApproximate - Interface in org.dllearner.accuracymethods
Implementation of approximate accuracy calculation.
AccMethodFMeasure - Class in org.dllearner.accuracymethods
 
AccMethodFMeasure() - Constructor for class org.dllearner.accuracymethods.AccMethodFMeasure
 
AccMethodFMeasure(boolean) - Constructor for class org.dllearner.accuracymethods.AccMethodFMeasure
 
AccMethodFMeasureApprox - Class in org.dllearner.accuracymethods
 
AccMethodFMeasureApprox(boolean, AbstractReasonerComponent) - Constructor for class org.dllearner.accuracymethods.AccMethodFMeasureApprox
 
AccMethodFMeasureApprox() - Constructor for class org.dllearner.accuracymethods.AccMethodFMeasureApprox
 
AccMethodFMeasureWeighted - Class in org.dllearner.accuracymethods
 
AccMethodFMeasureWeighted() - Constructor for class org.dllearner.accuracymethods.AccMethodFMeasureWeighted
 
AccMethodFMeasureWeighted(boolean) - Constructor for class org.dllearner.accuracymethods.AccMethodFMeasureWeighted
 
AccMethodGenFMeasure - Class in org.dllearner.accuracymethods
 
AccMethodGenFMeasure() - Constructor for class org.dllearner.accuracymethods.AccMethodGenFMeasure
 
AccMethodJaccard - Class in org.dllearner.accuracymethods
 
AccMethodJaccard() - Constructor for class org.dllearner.accuracymethods.AccMethodJaccard
 
AccMethodJaccard(boolean) - Constructor for class org.dllearner.accuracymethods.AccMethodJaccard
 
AccMethodNoWeakness - Interface in org.dllearner.accuracymethods
Accuracy Method should implement this interface if it cannot filter weak solutions and thus does not return -1.
AccMethodPredAcc - Class in org.dllearner.accuracymethods
 
AccMethodPredAcc() - Constructor for class org.dllearner.accuracymethods.AccMethodPredAcc
 
AccMethodPredAcc(boolean) - Constructor for class org.dllearner.accuracymethods.AccMethodPredAcc
 
AccMethodPredAccApprox - Class in org.dllearner.accuracymethods
 
AccMethodPredAccApprox() - Constructor for class org.dllearner.accuracymethods.AccMethodPredAccApprox
 
AccMethodPredAccOCEL - Class in org.dllearner.accuracymethods
 
AccMethodPredAccOCEL() - Constructor for class org.dllearner.accuracymethods.AccMethodPredAccOCEL
 
AccMethodPredAccOCEL(boolean) - Constructor for class org.dllearner.accuracymethods.AccMethodPredAccOCEL
 
AccMethodPredAccWeighted - Class in org.dllearner.accuracymethods
 
AccMethodPredAccWeighted() - Constructor for class org.dllearner.accuracymethods.AccMethodPredAccWeighted
 
AccMethodPredAccWeighted(boolean) - Constructor for class org.dllearner.accuracymethods.AccMethodPredAccWeighted
 
AccMethodThreeValued - Interface in org.dllearner.accuracymethods
Implementations of generalised measures according to method in A Note on the Evaluation of Inductive Concept Classification Procedures
AccMethodThreeValuedApproximate - Interface in org.dllearner.accuracymethods
Approximation support for @AccMethodThreeValued
AccMethodTwoValued - Interface in org.dllearner.accuracymethods
Accuracy calculation with true/false positive/negative
AccMethodTwoValuedApproximate - Interface in org.dllearner.accuracymethods
Approximation support for @AccMethodTwoValued
AccMethodWithBeta - Interface in org.dllearner.accuracymethods
Accuracy Method with beta factor; the beta factor is used to indicate the coverage on class learning problems.
accuracy - Variable in class org.dllearner.utilities.datastructures.DescriptionSubsumptionTree.Node
 
ActiveLearningAlgorithm - Interface in org.dllearner.core
Active Learning algorithms are those, which can use feedback from an oracle.
add(List<Token>, Set<OWLEntity>, List<Token>) - Method in class org.dllearner.algorithms.isle.index.TokenTree
Adds all given entities to the end of the path resulting from the given tokens.
add(List<Token>, Set<OWLEntity>) - Method in class org.dllearner.algorithms.isle.index.TokenTree
 
add(List<Token>, OWLEntity) - Method in class org.dllearner.algorithms.isle.index.TokenTree
Adds the given entity to the tree.
add(List<Token>, OWLEntity, List<Token>) - Method in class org.dllearner.algorithms.isle.index.TokenTree
 
add(MonKeyImp, int, double) - Method in class org.dllearner.experiments.ExperimentConfiguration
 
add(ExampleContainer) - Static method in class org.dllearner.utilities.examples.ExampleContainer
adds to a global example repository.
add(OWLClassExpression, double, AbstractClassExpressionLearningProblem<? extends Score>) - Method in class org.dllearner.utilities.owl.EvaluatedDescriptionSet
Adds an class expression to this set.
add(EvaluatedDescription<? extends Score>) - Method in class org.dllearner.utilities.owl.EvaluatedDescriptionSet
Adds an evaluated description to this set and ensures that the size does not exceed the limit.
add(OWLAxiom) - Method in class org.dllearner.utilities.owl.OWLAxiomCBDGenerator
 
add(Stat) - Method in class org.dllearner.utilities.statistics.Stat
 
addAll(Collection<EvaluatedDescriptionPosNeg>) - Method in class org.dllearner.utilities.owl.EvaluatedDescriptionSet
Adds a collection of evaluated description to this set and ensures that the size does not exceed the limit.
addAllowedClassNamespaces(Set<String>) - Method in class org.dllearner.kb.sparql.AbstractSampleGenerator
 
addAllowedObjectNamespaces(Set<String>) - Method in class org.dllearner.kb.sparql.AbstractSampleGenerator
 
addAllowedPropertyNamespaces(Set<String>) - Method in class org.dllearner.kb.sparql.AbstractSampleGenerator
 
AddAllStringsAsClasses - Class in org.dllearner.kb.manipulator
 
AddAllStringsAsClasses(Rule.Months, String) - Constructor for class org.dllearner.kb.manipulator.AddAllStringsAsClasses
 
addAlternativeForm(String, Double) - Method in class org.dllearner.algorithms.isle.index.Token
Adds a new surface form to the alternative forms of this token.
addAnonymousIndividualsToSet(Set<OWLAnonymousIndividual>) - Method in class org.dllearner.core.owl.OWLNaryBooleanClassExpressionImplExt
 
addAxiom(OWLAxiom) - Method in class org.dllearner.kb.extraction.OWLAPIOntologyCollector
 
addBlankNode(int, RDFNodeTuple) - Static method in class org.dllearner.kb.aquisitors.BlankNodeCollector
 
addChange(QueryTreeChange) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.GeneralisedQueryTree
 
addChanges(List<QueryTreeChange>) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.GeneralisedQueryTree
 
addChild(SearchTreeNode) - Method in class org.dllearner.algorithms.el.SearchTreeNode
 
addChild(ExampleBasedNode) - Method in class org.dllearner.algorithms.ocel.ExampleBasedNode
 
addChild(V) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.GenericTree
 
addChild(QueryTreeImpl<N>) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.QueryTreeImpl
 
addChild(QueryTree<N>) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.QueryTreeImpl
 
addChild(QueryTree<N>, Object) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.QueryTreeImpl
 
addChild(QueryTreeImpl<N>, int) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.QueryTreeImpl
 
addChild(QueryTreeImpl<N>, Object) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.QueryTreeImpl
 
addChild(QueryTreeImpl<N>, Object, int) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.QueryTreeImpl
 
addChild(RDFResourceTree, Node) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.RDFResourceTree
 
addChild(QueryTreeImpl<N>) - Method in interface org.dllearner.algorithms.qtl.datastructures.QueryTree
 
addChild(QueryTreeImpl<N>, int) - Method in interface org.dllearner.algorithms.qtl.datastructures.QueryTree
 
addChild(QueryTreeImpl<N>, Object) - Method in interface org.dllearner.algorithms.qtl.datastructures.QueryTree
 
addChild(QueryTree<N>, Object) - Method in interface org.dllearner.algorithms.qtl.datastructures.QueryTree
 
addChild(QueryTreeImpl<N>, Object, int) - Method in interface org.dllearner.algorithms.qtl.datastructures.QueryTree
 
addChild(T) - Method in class org.dllearner.core.AbstractSearchTreeNode
add a child node to this node
addChild(SearchTreeNode<T>) - Method in class org.dllearner.core.ref.SearchTreeNodeSimple
 
addChildAt(int, V) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.GenericTree
 
addChildAt(int, RDFResourceTree, Node_URI) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.RDFResourceTree
 
addChildren(List<V>) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.GenericTree
 
addChildren(List<RDFResourceTree>, Node) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.RDFResourceTree
 
addClause(Clause) - Method in class org.dllearner.prolog.Program
 
addColumn(TableColumn) - Method in class org.dllearner.utilities.statistics.Table
 
addComponentClassName(String) - Static method in class org.dllearner.core.AnnComponentManager
 
addDropFilters(Predicate<Statement>...) - Method in interface org.dllearner.algorithms.qtl.impl.QueryTreeFactory
Adds a set of filters that will be applied on the model before the creation of the query tree.
addDropFilters(Predicate<Statement>...) - Method in class org.dllearner.algorithms.qtl.impl.QueryTreeFactoryBase
 
addDropFilters(Predicate<Statement>...) - Method in class org.dllearner.algorithms.qtl.impl.QueryTreeFactoryBaseInv
 
addDropFilters(Predicate<Statement>...) - Method in class org.dllearner.algorithms.qtl.impl.QueryTreeFactoryCache
 
addEntityTypes(Model) - Static method in class org.dllearner.utilities.owl.OWLEntityTypeAdder
Infers the type of predicates p_i by analyzing the object of the triples using p_i and adds the entity type assertion to the model, i.e.
addEntry(List<Token>, OWLEntity) - Method in interface org.dllearner.algorithms.isle.index.EntityCandidatesTrie
Adds an entity to the set of candidates of a string
addEntry(List<Token>, OWLEntity) - Method in class org.dllearner.algorithms.isle.index.SimpleEntityCandidatesTrie
 
addEntry(List<Token>, OWLEntity, List<Token>) - Method in class org.dllearner.algorithms.isle.index.SimpleEntityCandidatesTrie
 
addEntry(String) - Method in class org.dllearner.utilities.statistics.TableColumn
entires should be in Latex, if the target is latex
addFilterNamespace(String) - Method in class org.dllearner.core.AbstractAxiomLearningAlgorithm
 
addIgnoredClasses(Set<String>) - Method in class org.dllearner.kb.sparql.AbstractSampleGenerator
 
addIgnoredProperties(Set<String>) - Method in class org.dllearner.kb.sparql.AbstractSampleGenerator
 
addInNode() - Method in class org.dllearner.kb.sparql.CBDStructureTree
 
addKnowledgeSource(AbstractKnowledgeSource) - Method in class org.dllearner.server.ClientState
Adds a knowledge source to the client session.
addKnowledgeSource(int, String, String) - Method in class org.dllearner.server.DLLearnerWS
Adds a knowledge source.
addLiteral(Literal) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.QueryTreeImpl
 
addLiteral(Literal) - Method in class org.dllearner.prolog.Body
 
addLiterals(Collection<Literal>) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.QueryTreeImpl
 
addNegTest(Collection<String>) - Method in class org.dllearner.experiments.Examples
 
addNegTest(String) - Method in class org.dllearner.experiments.Examples
 
addNegTrain(Collection<String>) - Method in class org.dllearner.experiments.Examples
 
addNegTrain(String) - Method in class org.dllearner.experiments.Examples
 
addNewAlias() - Method in interface org.springframework.schema.beans.AliasDocument
Appends and returns a new empty "alias" element
addNewAlias() - Method in interface org.springframework.schema.beans.BeansDocument.Beans
Appends and returns a new empty value (as xml) as the last "alias" element
addNewAlias() - Method in class org.springframework.schema.beans.impl.AliasDocumentImpl
Appends and returns a new empty "alias" element
addNewAlias() - Method in class org.springframework.schema.beans.impl.BeansDocumentImpl.BeansImpl
Appends and returns a new empty value (as xml) as the last "alias" element
addNewArgType() - Method in interface org.springframework.schema.beans.ArgTypeDocument
Appends and returns a new empty "arg-type" element
addNewArgType() - Method in class org.springframework.schema.beans.impl.ArgTypeDocumentImpl
Appends and returns a new empty "arg-type" element
addNewArgType() - Method in class org.springframework.schema.beans.impl.ReplacedMethodDocumentImpl.ReplacedMethodImpl
Appends and returns a new empty value (as xml) as the last "arg-type" element
addNewArgType() - Method in interface org.springframework.schema.beans.ReplacedMethodDocument.ReplacedMethod
Appends and returns a new empty value (as xml) as the last "arg-type" element
addNewArray() - Method in interface org.springframework.schema.beans.ArrayDocument
Appends and returns a new empty "array" element
addNewArray() - Method in interface org.springframework.schema.beans.ConstructorArgDocument.ConstructorArg
Appends and returns a new empty "array" element
addNewArray() - Method in interface org.springframework.schema.beans.EntryType
Appends and returns a new empty value (as xml) as the last "array" element
addNewArray() - Method in class org.springframework.schema.beans.impl.ArrayDocumentImpl
Appends and returns a new empty "array" element
addNewArray() - Method in class org.springframework.schema.beans.impl.ConstructorArgDocumentImpl.ConstructorArgImpl
Appends and returns a new empty "array" element
addNewArray() - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Appends and returns a new empty value (as xml) as the last "array" element
addNewArray() - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Appends and returns a new empty value (as xml) as the last "array" element
addNewArray() - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Appends and returns a new empty value (as xml) as the last "array" element
addNewArray() - Method in class org.springframework.schema.beans.impl.PropertyTypeImpl
Appends and returns a new empty "array" element
addNewArray() - Method in interface org.springframework.schema.beans.KeyDocument.Key
Appends and returns a new empty value (as xml) as the last "array" element
addNewArray() - Method in interface org.springframework.schema.beans.ListOrSetType
Appends and returns a new empty value (as xml) as the last "array" element
addNewArray() - Method in interface org.springframework.schema.beans.PropertyType
Appends and returns a new empty "array" element
addNewAttribute() - Method in interface org.springframework.schema.beans.AttributeDocument
Appends and returns a new empty "attribute" element
addNewAttribute() - Method in class org.springframework.schema.beans.impl.AttributeDocumentImpl
Appends and returns a new empty "attribute" element
addNewAttribute() - Method in class org.springframework.schema.beans.impl.QualifierDocumentImpl.QualifierImpl
Appends and returns a new empty value (as xml) as the last "attribute" element
addNewAttribute() - Method in interface org.springframework.schema.beans.QualifierDocument.Qualifier
Appends and returns a new empty value (as xml) as the last "attribute" element
addNewBean() - Method in interface org.springframework.schema.beans.BeanDocument
Appends and returns a new empty "bean" element
addNewBean() - Method in interface org.springframework.schema.beans.BeansDocument.Beans
Appends and returns a new empty value (as xml) as the last "bean" element
addNewBean() - Method in interface org.springframework.schema.beans.ConstructorArgDocument.ConstructorArg
Appends and returns a new empty "bean" element
addNewBean() - Method in interface org.springframework.schema.beans.EntryType
Appends and returns a new empty value (as xml) as the last "bean" element
addNewBean() - Method in class org.springframework.schema.beans.impl.BeanDocumentImpl
Appends and returns a new empty "bean" element
addNewBean() - Method in class org.springframework.schema.beans.impl.BeansDocumentImpl.BeansImpl
Appends and returns a new empty value (as xml) as the last "bean" element
addNewBean() - Method in class org.springframework.schema.beans.impl.ConstructorArgDocumentImpl.ConstructorArgImpl
Appends and returns a new empty "bean" element
addNewBean() - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Appends and returns a new empty value (as xml) as the last "bean" element
addNewBean() - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Appends and returns a new empty value (as xml) as the last "bean" element
addNewBean() - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Appends and returns a new empty value (as xml) as the last "bean" element
addNewBean() - Method in class org.springframework.schema.beans.impl.PropertyTypeImpl
Appends and returns a new empty "bean" element
addNewBean() - Method in interface org.springframework.schema.beans.KeyDocument.Key
Appends and returns a new empty value (as xml) as the last "bean" element
addNewBean() - Method in interface org.springframework.schema.beans.ListOrSetType
Appends and returns a new empty value (as xml) as the last "bean" element
addNewBean() - Method in interface org.springframework.schema.beans.PropertyType
Appends and returns a new empty "bean" element
addNewBeans() - Method in interface org.springframework.schema.beans.BeansDocument
Appends and returns a new empty "beans" element
addNewBeans() - Method in class org.springframework.schema.beans.impl.BeansDocumentImpl
Appends and returns a new empty "beans" element
addNewConstructorArg() - Method in interface org.springframework.schema.beans.BeanDocument.Bean
Appends and returns a new empty value (as xml) as the last "constructor-arg" element
addNewConstructorArg() - Method in interface org.springframework.schema.beans.ConstructorArgDocument
Appends and returns a new empty "constructor-arg" element
addNewConstructorArg() - Method in class org.springframework.schema.beans.impl.BeanDocumentImpl.BeanImpl
Appends and returns a new empty value (as xml) as the last "constructor-arg" element
addNewConstructorArg() - Method in class org.springframework.schema.beans.impl.ConstructorArgDocumentImpl
Appends and returns a new empty "constructor-arg" element
addNewDescription() - Method in interface org.springframework.schema.beans.BeanDocument.Bean
Appends and returns a new empty "description" element
addNewDescription() - Method in interface org.springframework.schema.beans.BeansDocument.Beans
Appends and returns a new empty "description" element
addNewDescription() - Method in interface org.springframework.schema.beans.ConstructorArgDocument.ConstructorArg
Appends and returns a new empty "description" element
addNewDescription() - Method in interface org.springframework.schema.beans.DescriptionDocument
Appends and returns a new empty "description" element
addNewDescription() - Method in interface org.springframework.schema.beans.EntryType
Appends and returns a new empty "description" element
addNewDescription() - Method in class org.springframework.schema.beans.impl.BeanDocumentImpl.BeanImpl
Appends and returns a new empty "description" element
addNewDescription() - Method in class org.springframework.schema.beans.impl.BeansDocumentImpl.BeansImpl
Appends and returns a new empty "description" element
addNewDescription() - Method in class org.springframework.schema.beans.impl.ConstructorArgDocumentImpl.ConstructorArgImpl
Appends and returns a new empty "description" element
addNewDescription() - Method in class org.springframework.schema.beans.impl.DescriptionDocumentImpl
Appends and returns a new empty "description" element
addNewDescription() - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Appends and returns a new empty "description" element
addNewDescription() - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Appends and returns a new empty "description" element
addNewDescription() - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Appends and returns a new empty "description" element
addNewDescription() - Method in class org.springframework.schema.beans.impl.MapTypeImpl
Appends and returns a new empty "description" element
addNewDescription() - Method in class org.springframework.schema.beans.impl.PropertyTypeImpl
Appends and returns a new empty "description" element
addNewDescription() - Method in interface org.springframework.schema.beans.KeyDocument.Key
Appends and returns a new empty "description" element
addNewDescription() - Method in interface org.springframework.schema.beans.ListOrSetType
Appends and returns a new empty "description" element
addNewDescription() - Method in interface org.springframework.schema.beans.MapType
Appends and returns a new empty "description" element
addNewDescription() - Method in interface org.springframework.schema.beans.PropertyType
Appends and returns a new empty "description" element
addNewEntry() - Method in interface org.springframework.schema.beans.EntryDocument
Appends and returns a new empty "entry" element
addNewEntry() - Method in class org.springframework.schema.beans.impl.EntryDocumentImpl
Appends and returns a new empty "entry" element
addNewEntry() - Method in class org.springframework.schema.beans.impl.MapTypeImpl
Appends and returns a new empty value (as xml) as the last "entry" element
addNewEntry() - Method in interface org.springframework.schema.beans.MapType
Appends and returns a new empty value (as xml) as the last "entry" element
addNewIdref() - Method in interface org.springframework.schema.beans.ConstructorArgDocument.ConstructorArg
Appends and returns a new empty "idref" element
addNewIdref() - Method in interface org.springframework.schema.beans.EntryType
Appends and returns a new empty value (as xml) as the last "idref" element
addNewIdref() - Method in interface org.springframework.schema.beans.IdrefDocument
Appends and returns a new empty "idref" element
addNewIdref() - Method in class org.springframework.schema.beans.impl.ConstructorArgDocumentImpl.ConstructorArgImpl
Appends and returns a new empty "idref" element
addNewIdref() - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Appends and returns a new empty value (as xml) as the last "idref" element
addNewIdref() - Method in class org.springframework.schema.beans.impl.IdrefDocumentImpl
Appends and returns a new empty "idref" element
addNewIdref() - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Appends and returns a new empty value (as xml) as the last "idref" element
addNewIdref() - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Appends and returns a new empty value (as xml) as the last "idref" element
addNewIdref() - Method in class org.springframework.schema.beans.impl.PropertyTypeImpl
Appends and returns a new empty "idref" element
addNewIdref() - Method in interface org.springframework.schema.beans.KeyDocument.Key
Appends and returns a new empty value (as xml) as the last "idref" element
addNewIdref() - Method in interface org.springframework.schema.beans.ListOrSetType
Appends and returns a new empty value (as xml) as the last "idref" element
addNewIdref() - Method in interface org.springframework.schema.beans.PropertyType
Appends and returns a new empty "idref" element
addNewImport() - Method in interface org.springframework.schema.beans.BeansDocument.Beans
Appends and returns a new empty value (as xml) as the last "import" element
addNewImport() - Method in class org.springframework.schema.beans.impl.BeansDocumentImpl.BeansImpl
Appends and returns a new empty value (as xml) as the last "import" element
addNewImport() - Method in class org.springframework.schema.beans.impl.ImportDocumentImpl
Appends and returns a new empty "import" element
addNewImport() - Method in interface org.springframework.schema.beans.ImportDocument
Appends and returns a new empty "import" element
addNewKey() - Method in interface org.springframework.schema.beans.EntryType
Appends and returns a new empty "key" element
addNewKey() - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Appends and returns a new empty "key" element
addNewKey() - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl
Appends and returns a new empty "key" element
addNewKey() - Method in interface org.springframework.schema.beans.KeyDocument
Appends and returns a new empty "key" element
addNewList() - Method in interface org.springframework.schema.beans.ConstructorArgDocument.ConstructorArg
Appends and returns a new empty "list" element
addNewList() - Method in interface org.springframework.schema.beans.EntryType
Appends and returns a new empty value (as xml) as the last "list" element
addNewList() - Method in class org.springframework.schema.beans.impl.ConstructorArgDocumentImpl.ConstructorArgImpl
Appends and returns a new empty "list" element
addNewList() - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Appends and returns a new empty value (as xml) as the last "list" element
addNewList() - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Appends and returns a new empty value (as xml) as the last "list" element
addNewList() - Method in class org.springframework.schema.beans.impl.ListDocumentImpl
Appends and returns a new empty "list" element
addNewList() - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Appends and returns a new empty value (as xml) as the last "list" element
addNewList() - Method in class org.springframework.schema.beans.impl.PropertyTypeImpl
Appends and returns a new empty "list" element
addNewList() - Method in interface org.springframework.schema.beans.KeyDocument.Key
Appends and returns a new empty value (as xml) as the last "list" element
addNewList() - Method in interface org.springframework.schema.beans.ListDocument
Appends and returns a new empty "list" element
addNewList() - Method in interface org.springframework.schema.beans.ListOrSetType
Appends and returns a new empty value (as xml) as the last "list" element
addNewList() - Method in interface org.springframework.schema.beans.PropertyType
Appends and returns a new empty "list" element
addNewLookupMethod() - Method in interface org.springframework.schema.beans.BeanDocument.Bean
Appends and returns a new empty value (as xml) as the last "lookup-method" element
addNewLookupMethod() - Method in class org.springframework.schema.beans.impl.BeanDocumentImpl.BeanImpl
Appends and returns a new empty value (as xml) as the last "lookup-method" element
addNewLookupMethod() - Method in class org.springframework.schema.beans.impl.LookupMethodDocumentImpl
Appends and returns a new empty "lookup-method" element
addNewLookupMethod() - Method in interface org.springframework.schema.beans.LookupMethodDocument
Appends and returns a new empty "lookup-method" element
addNewMap() - Method in interface org.springframework.schema.beans.ConstructorArgDocument.ConstructorArg
Appends and returns a new empty "map" element
addNewMap() - Method in interface org.springframework.schema.beans.EntryType
Appends and returns a new empty value (as xml) as the last "map" element
addNewMap() - Method in class org.springframework.schema.beans.impl.ConstructorArgDocumentImpl.ConstructorArgImpl
Appends and returns a new empty "map" element
addNewMap() - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Appends and returns a new empty value (as xml) as the last "map" element
addNewMap() - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Appends and returns a new empty value (as xml) as the last "map" element
addNewMap() - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Appends and returns a new empty value (as xml) as the last "map" element
addNewMap() - Method in class org.springframework.schema.beans.impl.MapDocumentImpl
Appends and returns a new empty "map" element
addNewMap() - Method in class org.springframework.schema.beans.impl.PropertyTypeImpl
Appends and returns a new empty "map" element
addNewMap() - Method in interface org.springframework.schema.beans.KeyDocument.Key
Appends and returns a new empty value (as xml) as the last "map" element
addNewMap() - Method in interface org.springframework.schema.beans.ListOrSetType
Appends and returns a new empty value (as xml) as the last "map" element
addNewMap() - Method in interface org.springframework.schema.beans.MapDocument
Appends and returns a new empty "map" element
addNewMap() - Method in interface org.springframework.schema.beans.PropertyType
Appends and returns a new empty "map" element
addNewMeta() - Method in interface org.springframework.schema.beans.BeanDocument.Bean
Appends and returns a new empty value (as xml) as the last "meta" element
addNewMeta() - Method in class org.springframework.schema.beans.impl.BeanDocumentImpl.BeanImpl
Appends and returns a new empty value (as xml) as the last "meta" element
addNewMeta() - Method in class org.springframework.schema.beans.impl.MetaDocumentImpl
Appends and returns a new empty "meta" element
addNewMeta() - Method in class org.springframework.schema.beans.impl.PropertyTypeImpl
Appends and returns a new empty "meta" element
addNewMeta() - Method in interface org.springframework.schema.beans.MetaDocument
Appends and returns a new empty "meta" element
addNewMeta() - Method in interface org.springframework.schema.beans.PropertyType
Appends and returns a new empty "meta" element
addNewNull() - Method in interface org.springframework.schema.beans.ConstructorArgDocument.ConstructorArg
Appends and returns a new empty "null" element
addNewNull() - Method in interface org.springframework.schema.beans.EntryType
Appends and returns a new empty value (as xml) as the last "null" element
addNewNull() - Method in class org.springframework.schema.beans.impl.ConstructorArgDocumentImpl.ConstructorArgImpl
Appends and returns a new empty "null" element
addNewNull() - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Appends and returns a new empty value (as xml) as the last "null" element
addNewNull() - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Appends and returns a new empty value (as xml) as the last "null" element
addNewNull() - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Appends and returns a new empty value (as xml) as the last "null" element
addNewNull() - Method in class org.springframework.schema.beans.impl.NullDocumentImpl
Appends and returns a new empty "null" element
addNewNull() - Method in class org.springframework.schema.beans.impl.PropertyTypeImpl
Appends and returns a new empty "null" element
addNewNull() - Method in interface org.springframework.schema.beans.KeyDocument.Key
Appends and returns a new empty value (as xml) as the last "null" element
addNewNull() - Method in interface org.springframework.schema.beans.ListOrSetType
Appends and returns a new empty value (as xml) as the last "null" element
addNewNull() - Method in interface org.springframework.schema.beans.NullDocument
Appends and returns a new empty "null" element
addNewNull() - Method in interface org.springframework.schema.beans.PropertyType
Appends and returns a new empty "null" element
addNewProp() - Method in class org.springframework.schema.beans.impl.PropDocumentImpl
Appends and returns a new empty "prop" element
addNewProp() - Method in class org.springframework.schema.beans.impl.PropsTypeImpl
Appends and returns a new empty value (as xml) as the last "prop" element
addNewProp() - Method in interface org.springframework.schema.beans.PropDocument
Appends and returns a new empty "prop" element
addNewProp() - Method in interface org.springframework.schema.beans.PropsType
Appends and returns a new empty value (as xml) as the last "prop" element
addNewProperty() - Method in interface org.springframework.schema.beans.BeanDocument.Bean
Appends and returns a new empty value (as xml) as the last "property" element
addNewProperty() - Method in class org.springframework.schema.beans.impl.BeanDocumentImpl.BeanImpl
Appends and returns a new empty value (as xml) as the last "property" element
addNewProperty() - Method in class org.springframework.schema.beans.impl.PropertyDocumentImpl
Appends and returns a new empty "property" element
addNewProperty() - Method in interface org.springframework.schema.beans.PropertyDocument
Appends and returns a new empty "property" element
addNewProps() - Method in interface org.springframework.schema.beans.ConstructorArgDocument.ConstructorArg
Appends and returns a new empty "props" element
addNewProps() - Method in interface org.springframework.schema.beans.EntryType
Appends and returns a new empty value (as xml) as the last "props" element
addNewProps() - Method in class org.springframework.schema.beans.impl.ConstructorArgDocumentImpl.ConstructorArgImpl
Appends and returns a new empty "props" element
addNewProps() - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Appends and returns a new empty value (as xml) as the last "props" element
addNewProps() - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Appends and returns a new empty value (as xml) as the last "props" element
addNewProps() - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Appends and returns a new empty value (as xml) as the last "props" element
addNewProps() - Method in class org.springframework.schema.beans.impl.PropertyTypeImpl
Appends and returns a new empty "props" element
addNewProps() - Method in class org.springframework.schema.beans.impl.PropsDocumentImpl
Appends and returns a new empty "props" element
addNewProps() - Method in interface org.springframework.schema.beans.KeyDocument.Key
Appends and returns a new empty value (as xml) as the last "props" element
addNewProps() - Method in interface org.springframework.schema.beans.ListOrSetType
Appends and returns a new empty value (as xml) as the last "props" element
addNewProps() - Method in interface org.springframework.schema.beans.PropertyType
Appends and returns a new empty "props" element
addNewProps() - Method in interface org.springframework.schema.beans.PropsDocument
Appends and returns a new empty "props" element
addNewQualifier() - Method in interface org.springframework.schema.beans.BeanDocument.Bean
Appends and returns a new empty value (as xml) as the last "qualifier" element
addNewQualifier() - Method in class org.springframework.schema.beans.impl.BeanDocumentImpl.BeanImpl
Appends and returns a new empty value (as xml) as the last "qualifier" element
addNewQualifier() - Method in class org.springframework.schema.beans.impl.QualifierDocumentImpl
Appends and returns a new empty "qualifier" element
addNewQualifier() - Method in interface org.springframework.schema.beans.QualifierDocument
Appends and returns a new empty "qualifier" element
addNewRef() - Method in interface org.springframework.schema.beans.ConstructorArgDocument.ConstructorArg
Appends and returns a new empty "ref" element
addNewRef() - Method in interface org.springframework.schema.beans.EntryType
Appends and returns a new empty value (as xml) as the last "ref" element
addNewRef() - Method in class org.springframework.schema.beans.impl.ConstructorArgDocumentImpl.ConstructorArgImpl
Appends and returns a new empty "ref" element
addNewRef() - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Appends and returns a new empty value (as xml) as the last "ref" element
addNewRef() - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Appends and returns a new empty value (as xml) as the last "ref" element
addNewRef() - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Appends and returns a new empty value (as xml) as the last "ref" element
addNewRef() - Method in class org.springframework.schema.beans.impl.PropertyTypeImpl
Appends and returns a new empty "ref" element
addNewRef() - Method in class org.springframework.schema.beans.impl.RefDocumentImpl
Appends and returns a new empty "ref" element
addNewRef() - Method in interface org.springframework.schema.beans.KeyDocument.Key
Appends and returns a new empty value (as xml) as the last "ref" element
addNewRef() - Method in interface org.springframework.schema.beans.ListOrSetType
Appends and returns a new empty value (as xml) as the last "ref" element
addNewRef() - Method in interface org.springframework.schema.beans.PropertyType
Appends and returns a new empty "ref" element
addNewRef() - Method in interface org.springframework.schema.beans.RefDocument
Appends and returns a new empty "ref" element
addNewReplacedMethod() - Method in interface org.springframework.schema.beans.BeanDocument.Bean
Appends and returns a new empty value (as xml) as the last "replaced-method" element
addNewReplacedMethod() - Method in class org.springframework.schema.beans.impl.BeanDocumentImpl.BeanImpl
Appends and returns a new empty value (as xml) as the last "replaced-method" element
addNewReplacedMethod() - Method in class org.springframework.schema.beans.impl.ReplacedMethodDocumentImpl
Appends and returns a new empty "replaced-method" element
addNewReplacedMethod() - Method in interface org.springframework.schema.beans.ReplacedMethodDocument
Appends and returns a new empty "replaced-method" element
addNewSet() - Method in interface org.springframework.schema.beans.ConstructorArgDocument.ConstructorArg
Appends and returns a new empty "set" element
addNewSet() - Method in interface org.springframework.schema.beans.EntryType
Appends and returns a new empty value (as xml) as the last "set" element
addNewSet() - Method in class org.springframework.schema.beans.impl.ConstructorArgDocumentImpl.ConstructorArgImpl
Appends and returns a new empty "set" element
addNewSet() - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Appends and returns a new empty value (as xml) as the last "set" element
addNewSet() - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Appends and returns a new empty value (as xml) as the last "set" element
addNewSet() - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Appends and returns a new empty value (as xml) as the last "set" element
addNewSet() - Method in class org.springframework.schema.beans.impl.PropertyTypeImpl
Appends and returns a new empty "set" element
addNewSet() - Method in class org.springframework.schema.beans.impl.SetDocumentImpl
Appends and returns a new empty "set" element
addNewSet() - Method in interface org.springframework.schema.beans.KeyDocument.Key
Appends and returns a new empty value (as xml) as the last "set" element
addNewSet() - Method in interface org.springframework.schema.beans.ListOrSetType
Appends and returns a new empty value (as xml) as the last "set" element
addNewSet() - Method in interface org.springframework.schema.beans.PropertyType
Appends and returns a new empty "set" element
addNewSet() - Method in interface org.springframework.schema.beans.SetDocument
Appends and returns a new empty "set" element
addNewValue() - Method in interface org.springframework.schema.beans.ConstructorArgDocument.ConstructorArg
Appends and returns a new empty "value" element
addNewValue() - Method in interface org.springframework.schema.beans.EntryType
Appends and returns a new empty value (as xml) as the last "value" element
addNewValue() - Method in class org.springframework.schema.beans.impl.ConstructorArgDocumentImpl.ConstructorArgImpl
Appends and returns a new empty "value" element
addNewValue() - Method in class org.springframework.schema.beans.impl.EntryTypeImpl
Appends and returns a new empty value (as xml) as the last "value" element
addNewValue() - Method in class org.springframework.schema.beans.impl.KeyDocumentImpl.KeyImpl
Appends and returns a new empty value (as xml) as the last "value" element
addNewValue() - Method in class org.springframework.schema.beans.impl.ListOrSetTypeImpl
Appends and returns a new empty value (as xml) as the last "value" element
addNewValue() - Method in class org.springframework.schema.beans.impl.PropertyTypeImpl
Appends and returns a new empty "value" element
addNewValue() - Method in class org.springframework.schema.beans.impl.ValueDocumentImpl
Appends and returns a new empty "value" element
addNewValue() - Method in interface org.springframework.schema.beans.KeyDocument.Key
Appends and returns a new empty value (as xml) as the last "value" element
addNewValue() - Method in interface org.springframework.schema.beans.ListOrSetType
Appends and returns a new empty value (as xml) as the last "value" element
addNewValue() - Method in interface org.springframework.schema.beans.PropertyType
Appends and returns a new empty "value" element
addNewValue() - Method in interface org.springframework.schema.beans.ValueDocument
Appends and returns a new empty "value" element
addNode(T) - Method in class org.dllearner.core.ref.SearchTree
 
addNode(T, T) - Method in class org.dllearner.utilities.datastructures.AbstractSearchTree
add node to the search tree
addNumber(double) - Method in class org.dllearner.utilities.statistics.Stat
Add a number to this object.
addObjectFilter(String) - Method in class org.dllearner.kb.sparql.SparqlQueryMaker
 
addOutNode() - Method in class org.dllearner.kb.sparql.CBDStructureTree
 
addPosTest(Collection<String>) - Method in class org.dllearner.experiments.Examples
 
addPosTest(String) - Method in class org.dllearner.experiments.Examples
 
addPostProcessor(Predicate<Statement>) - Method in class org.dllearner.kb.sparql.AbstractSampleGenerator
 
addPosTrain(Collection<String>) - Method in class org.dllearner.experiments.Examples
 
addPosTrain(String) - Method in class org.dllearner.experiments.Examples
 
addPredicateFilter(String) - Method in class org.dllearner.kb.sparql.SparqlQueryMaker
 
addPredicateObjectFilter(String, String) - Method in class org.dllearner.kb.sparql.SparqlQueryMaker
 
addPrefix(String, Map<String, String>) - Static method in class org.dllearner.utilities.QueryUtils
 
addPrefixes(String, String, String) - Static method in class org.dllearner.utilities.QueryUtils
 
addProgressMonitor(ProgressMonitor) - Method in class org.dllearner.kb.extraction.Manager
 
addProgressMonitor(ProgressMonitor) - Method in class org.dllearner.kb.sparql.SparqlKnowledgeSource
 
addProgressMonitor(P) - Method in interface org.dllearner.utilities.HasProgressMonitor
Register the given progress monitor.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.dllearner.configuration.spring.editors.ListStringEditor
 
addQuery(SparqlQuery) - Method in class org.dllearner.server.ClientState
 
addRepository(OntologyRepository) - Method in class org.dllearner.kb.repository.OntologyRepositoryManager
 
addRule(Rule) - Method in class org.dllearner.kb.manipulator.Manipulator
 
addSignatureEntitiesToSet(Set<OWLEntity>) - Method in class org.dllearner.core.owl.OWLNaryBooleanClassExpressionImplExt
 
AddSuggestion - Static variable in class org.dllearner.utilities.EnrichmentVocabulary
 
addTable(Table) - Method in class org.dllearner.experiments.Table
passes each it TableRowColumn one by one to addTableRowColumn
addTableRowColumn(TableRowColumn) - Method in class org.dllearner.experiments.Table
 
addTableRowColumns(List<TableRowColumn>) - Method in class org.dllearner.experiments.Table
passes it one by one to addTableRowColumn
addTreeFilter(AbstractTreeFilter<RDFResourceTree>) - Method in class org.dllearner.algorithms.qtl.operations.tuples.QTLTuples
 
addTuple(TreeTuple) - Method in class org.dllearner.algorithms.el.Simulation
Adds a tuple to the simulation.
addTypetoJena(OntModel, List<String>, List<String>) - Method in class org.dllearner.utilities.analyse.TypeOntology
 
adjustBeginLineColumn(int, int) - Method in class org.dllearner.confparser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class org.dllearner.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
ALCLearningAlgorithm - Class in org.dllearner.core.ref
 
ALCLearningAlgorithm(OWLOntology, OWLReasoner) - Constructor for class org.dllearner.core.ref.ALCLearningAlgorithm
 
AlgorithmRun - Static variable in class org.dllearner.utilities.EnrichmentVocabulary
 
AliasDocument - Interface in org.springframework.schema.beans
A document containing one alias(@http://www.springframework.org/schema/beans) element.
AliasDocument.Alias - Interface in org.springframework.schema.beans
An XML alias(@http://www.springframework.org/schema/beans).
AliasDocument.Alias.Factory - Class in org.springframework.schema.beans
A factory class with static methods for creating instances of this type.
AliasDocument.Factory - Class in org.springframework.schema.beans
A factory class with static methods for creating instances of this type.
AliasDocumentImpl - Class in org.springframework.schema.beans.impl
A document containing one alias(@http://www.springframework.org/schema/beans) element.
AliasDocumentImpl(SchemaType) - Constructor for class org.springframework.schema.beans.impl.AliasDocumentImpl
 
AliasDocumentImpl.AliasImpl - Class in org.springframework.schema.beans.impl
An XML alias(@http://www.springframework.org/schema/beans).
AliasImpl(SchemaType) - Constructor for class org.springframework.schema.beans.impl.AliasDocumentImpl.AliasImpl
 
All() - Method in class org.dllearner.parser.KBParser
 
ALL - Static variable in interface org.dllearner.parser.KBParserConstants
RegularExpression Id.
AllPaths<V,E> - Class in org.dllearner.utilities.graph
An algorithm to find all paths between two sets of nodes in a directed graph, with options to search only simple paths and to limit the path length.
AllPaths(Graph<V, E>) - Constructor for class org.dllearner.utilities.graph.AllPaths
 
AnalyzedOWLOntologyDataset - Interface in org.dllearner.kb.dataset
A collection of OWL ontologies that have been analyzed w.r.t.
And() - Method in class org.dllearner.parser.KBParser
 
AND - Static variable in interface org.dllearner.parser.KBParserConstants
RegularExpression Id.
AnnComponentManager - Class in org.dllearner.core
Component manager for the new (as of 2011) annotation based configuration system.
annotate(TextDocument) - Method in interface org.dllearner.algorithms.isle.index.LinguisticAnnotator
Returns the set of annotation for the given document.
annotate(TextDocument) - Method in class org.dllearner.algorithms.isle.index.TrieLinguisticAnnotator
Generates annotation based on trie's longest matching strings.
AnnotatedDocument - Interface in org.dllearner.algorithms.isle.index
 
AnnotatedTextDocument - Class in org.dllearner.algorithms.isle.index
 
AnnotatedTextDocument(TextDocument, Set<SemanticAnnotation>) - Constructor for class org.dllearner.algorithms.isle.index.AnnotatedTextDocument
 
Annotation - Class in org.dllearner.algorithms.isle.index
A (non-semantic) annotation which represents an entity in a document by its offset and length.
Annotation(Document, List<Token>) - Constructor for class org.dllearner.algorithms.isle.index.Annotation
 
AnnotationEntityTextRetriever - Class in org.dllearner.algorithms.isle.textretrieval
 
AnnotationEntityTextRetriever(OWLOntology, OWLAnnotationProperty...) - Constructor for class org.dllearner.algorithms.isle.textretrieval.AnnotationEntityTextRetriever
 
AnnotationEntityTextRetriever(OWLAPIOntology, OWLAnnotationProperty...) - Constructor for class org.dllearner.algorithms.isle.textretrieval.AnnotationEntityTextRetriever
 
ANYCHAR - Static variable in interface org.dllearner.parser.PrologParserConstants
RegularExpression Id.
aPartContains(String) - Method in class org.dllearner.utilities.datastructures.RDFNodeTuple
 
appendNegExamples(File, List<OWLIndividual>) - Static method in class org.dllearner.examples.Carcinogenesis
 
appendPosExamples(File, List<OWLIndividual>) - Static method in class org.dllearner.examples.Carcinogenesis
 
appendSomeValuesFrom(OWLClassExpression) - Static method in class org.dllearner.utilities.owl.ConceptTransformation
Expand the class expression by adding \exists r.\top for all properties r that are involved in some \forall r.C on the same modal depth.
appendToFile(File, String) - Static method in class org.dllearner.utilities.Files
Appends content to a file.
ApplicationContextBuilder - Interface in org.dllearner.configuration.spring
Created by IntelliJ IDEA.
apply(RDFResourceTree) - Method in class org.dllearner.algorithms.qtl.util.filters.MostSpecificTypesFilter
 
apply(RDFResourceTree) - Method in class org.dllearner.algorithms.qtl.util.filters.PredicateExistenceFilter
 
apply(RDFResourceTree) - Method in class org.dllearner.algorithms.qtl.util.filters.SymmetricPredicatesFilter
 
apply(T) - Method in interface org.dllearner.algorithms.qtl.util.filters.TreeFilter
Apply the filter and return a new filtered tree.
apply(OWLClassExpression) - Method in class org.dllearner.utilities.OWLCLassExpressionToOWLClassTransformer
 
apply(OWLEntity) - Method in class org.dllearner.utilities.ToIRIFunction
 
applyAll() - Method in class org.dllearner.confparser.PostProcessor
Applies all special directives by modifying the conf options.
applyConfigEntry(AbstractComponent, String, T) - Static method in class org.dllearner.core.AnnComponentManager
Deprecated.
applyConfigEntryBoolean(int, int, String, Boolean) - Method in class org.dllearner.server.DLLearnerWS
 
applyConfigEntryInt(int, int, String, Integer) - Method in class org.dllearner.server.DLLearnerWS
 
applyConfigEntryString(int, int, String, String) - Method in class org.dllearner.server.DLLearnerWS
 
applyConfigEntryStringArray(int, int, String, String[]) - Method in class org.dllearner.server.DLLearnerWS
 
applyConfigEntryStringTupleList(int, int, String, String[], String[]) - Method in class org.dllearner.server.DLLearnerWS
 
applyConfigEntryURL(int, int, String, String) - Method in class org.dllearner.server.DLLearnerWS
 
applyEquivalenceRules(OWLClassExpression) - Static method in class org.dllearner.utilities.owl.ConceptTransformation
 
applyNumberRestrictions() - Method in class org.dllearner.utilities.owl.OntologyCloserOWLAPI
counts the number of roles used by each individual and assigns ExactCardinalityRestriction to Individuals
applyNumberRestrictionsConcise() - Method in class org.dllearner.utilities.owl.OntologyCloserOWLAPI
counts the number of roles used by each individual and assigns ExactCardinalityRestriction, but uses only one Intersection: role1 exactly 1 and role2 exactly 2 and ....
applyOperator(Program) - Method in interface org.dllearner.algorithms.hybridgp.GeneticRefinementOperator
 
applyOperator(Program) - Method in class org.dllearner.algorithms.hybridgp.Psi
 
applyPsi(OWLClassExpression, int, int) - Method in class org.dllearner.algorithms.hybridgp.Psi
 
applyRule(Node, SortedSet<RDFNodeTuple>) - Method in class org.dllearner.kb.manipulator.AddAllStringsAsClasses
 
applyRule(Node, SortedSet<RDFNodeTuple>) - Method in class org.dllearner.kb.manipulator.DBPediaNavigatorCityLocatorRule
 
applyRule(Node, SortedSet<RDFNodeTuple>) - Method in class org.dllearner.kb.manipulator.DBpediaNavigatorFilterRule
 
applyRule(Node, SortedSet<RDFNodeTuple>) - Method in class org.dllearner.kb.manipulator.DBpediaNavigatorOtherRule
 
applyRule(Node, SortedSet<RDFNodeTuple>) - Method in class org.dllearner.kb.manipulator.ObjectReplacementRule
 
applyRule(Node, SortedSet<RDFNodeTuple>) - Method in class org.dllearner.kb.manipulator.PredicateReplacementRule
 
applyRule(Node, SortedSet<RDFNodeTuple>) - Method in class org.dllearner.kb.manipulator.Rule
 
applyRule(Node, SortedSet<RDFNodeTuple>) - Method in class org.dllearner.kb.manipulator.SimpleObjectFilterRule
 
applyRule(Node, SortedSet<RDFNodeTuple>) - Method in class org.dllearner.kb.manipulator.SimplePredicateFilterRule
 
applyRule(Node, SortedSet<RDFNodeTuple>) - Method in class org.dllearner.kb.manipulator.StringToResource
 
applyRule(Node, SortedSet<RDFNodeTuple>) - Method in class org.dllearner.kb.manipulator.TypeFilterRule
 
areEquals(List<T>, List<T>) - Static method in class org.dllearner.algorithms.decisiontrees.utils.SetUtils
Check if the two lists contain exactly the same elements
ArgTypeDocument - Interface in org.springframework.schema.beans
A document containing one arg-type(@http://www.springframework.org/schema/beans) element.
ArgTypeDocument.ArgType - Interface in org.springframework.schema.beans
An XML arg-type(@http://www.springframework.org/schema/beans).
ArgTypeDocument.ArgType.Factory - Class in org.springframework.schema.beans
A factory class with static methods for creating instances of this type.
ArgTypeDocument.Factory - Class in org.springframework.schema.beans
A factory class with static methods for creating instances of this type.
ArgTypeDocumentImpl - Class in org.springframework.schema.beans.impl
A document containing one arg-type(@http://www.springframework.org/schema/beans) element.
ArgTypeDocumentImpl(SchemaType) - Constructor for class org.springframework.schema.beans.impl.ArgTypeDocumentImpl
 
ArgTypeDocumentImpl.ArgTypeImpl - Class in org.springframework.schema.beans.impl
An XML arg-type(@http://www.springframework.org/schema/beans).
ArgTypeImpl(SchemaType) - Constructor for class org.springframework.schema.beans.impl.ArgTypeDocumentImpl.ArgTypeImpl
 
ArrayDocument - Interface in org.springframework.schema.beans
A document containing one array(@http://www.springframework.org/schema/beans) element.
ArrayDocument.Array - Interface in org.springframework.schema.beans
An XML array(@http://www.springframework.org/schema/beans).
ArrayDocument.Array.Factory - Class in org.springframework.schema.beans
A factory class with static methods for creating instances of this type.
ArrayDocument.Factory - Class in org.springframework.schema.beans
A factory class with static methods for creating instances of this type.
ArrayDocumentImpl - Class in org.springframework.schema.beans.impl
A document containing one array(@http://www.springframework.org/schema/beans) element.
ArrayDocumentImpl(SchemaType) - Constructor for class org.springframework.schema.beans.impl.ArrayDocumentImpl
 
ArrayDocumentImpl.ArrayImpl - Class in org.springframework.schema.beans.impl
An XML array(@http://www.springframework.org/schema/beans).
ArrayImpl(SchemaType) - Constructor for class org.springframework.schema.beans.impl.ArrayDocumentImpl.ArrayImpl
 
as(Class) - Method in class org.dllearner.kb.aquisitors.RDFBlankNode
 
asCheck(ELDescriptionNode) - Method in class org.dllearner.refinementoperators.ELDown
 
asConjunctSet() - Method in class org.dllearner.core.owl.OWLObjectIntersectionOfImplExt
 
asCountQuery(OWLClassExpression) - Method in class org.dllearner.utilities.owl.OWLClassExpressionToSPARQLConverter
 
asDisjunctSet() - Method in class org.dllearner.core.owl.OWLObjectUnionOfImplExt
 
asEvaluatedDescription() - Method in class org.dllearner.algorithms.qtl.datastructures.impl.EvaluatedRDFResourceTree
 
asEvaluatedDescription() - Method in class org.dllearner.algorithms.qtl.operations.lgg.EvaluatedQueryTree
 
asEvaluatedDescription(QueryTreeImpl.LiteralNodeConversionStrategy) - Method in class org.dllearner.algorithms.qtl.operations.lgg.EvaluatedQueryTree
 
asGraph(RDFResourceTree, String, PrefixMapping, File) - Static method in class org.dllearner.algorithms.qtl.QueryTreeUtils
Export the query tree as GraphML file.
asJGraphT(Query) - Static method in class org.dllearner.utilities.QueryUtils
 
asJSON() - Method in class org.dllearner.algorithms.qtl.datastructures.impl.QueryTreeImpl
 
asJSON() - Method in class org.dllearner.core.EvaluatedDescription
This convenience method can be used to store and exchange evaluated descriptions by transforming them to a JSON string.
asJSON() - Method in class org.dllearner.learningproblems.EvaluatedDescriptionClass
This convenience method can be used to store and exchange evaluated descriptions by transforming them to a JSON string.
asJSON() - Method in class org.dllearner.learningproblems.EvaluatedDescriptionPosNeg
This convenience method can be used to store and exchange evaluated descriptions by transforming them to a JSON string.
ask(String) - Method in class org.dllearner.kb.sparql.SPARQLTasks
 
ASK_DISJOINT_CLASSES_QUERY - Static variable in class org.dllearner.kb.sparql.SPARQLQueryUtils
 
ASK_EQUIVALENT_CLASSES_QUERY - Static variable in class org.dllearner.kb.sparql.SPARQLQueryUtils
 
ASK_SUBCLASS_OF_QUERY - Static variable in class org.dllearner.kb.sparql.SPARQLQueryUtils
 
asLiteral() - Method in class org.dllearner.kb.aquisitors.RDFBlankNode
asNode() - Method in class org.dllearner.kb.aquisitors.RDFBlankNode
 
asNode(OWLEntity) - Static method in class org.dllearner.utilities.OwlApiJenaUtils
Convert an OWL API entity into a JENA API node.
asOWLAxioms(List<Statement>) - Static method in class org.dllearner.utilities.OwlApiJenaUtils
Convert statements from JENA API into OWL API axioms.
asOWLClasses(Set<OWLClassExpression>) - Static method in class org.dllearner.algorithms.DisjointClassesLearner
 
asOWLClasses(Set<OWLClassExpression>) - Static method in class org.dllearner.utilities.OWLAPIUtils
Convenience method that converts a set of OWL class expressions to a set of OWL classes.
asOWLClassExpression() - Method in class org.dllearner.algorithms.qtl.datastructures.impl.QueryTreeImpl
Converts the query tree in a corresponding OWL class expression.
asOWLClassExpression(QueryTreeImpl.LiteralNodeConversionStrategy) - Method in class org.dllearner.algorithms.qtl.datastructures.impl.QueryTreeImpl
Converts the query tree in a corresponding OWL class expression.
asOWLClassExpression() - Method in interface org.dllearner.algorithms.qtl.datastructures.QueryTree
 
asOWLClassExpression(QueryTreeImpl.LiteralNodeConversionStrategy) - Method in interface org.dllearner.algorithms.qtl.datastructures.QueryTree
 
asOWLClassExpression(QueryTree<String>) - Method in class org.dllearner.algorithms.qtl.util.QueryTreeConverter
Returns a OWL class expression of the given query trees.
asOWLClassExpressions(QueryTree<String>) - Method in class org.dllearner.algorithms.qtl.util.QueryTreeConverter
Returns a set of OWL class expression representations of the given query tree.
asOWLEntity(Node, EntityType<T>) - Static method in class org.dllearner.utilities.OwlApiJenaUtils
Convert a JENA Node into an OWL entity of the given type.
asQuery(String, OWLAxiom) - Method in class org.dllearner.utilities.owl.OWLAxiomToSPARQLConverter
 
asQuery(String, OWLClassExpression) - Method in class org.dllearner.utilities.owl.OWLClassExpressionToSPARQLConverter
 
asQuery(String, OWLClassExpression, boolean) - Method in class org.dllearner.utilities.owl.OWLClassExpressionToSPARQLConverter
 
asQuery(String, OWLClassExpression, Set<? extends OWLEntity>) - Method in class org.dllearner.utilities.owl.OWLClassExpressionToSPARQLConverter
 
asQuery(String, OWLClassExpression, Set<? extends OWLEntity>, boolean) - Method in class org.dllearner.utilities.owl.OWLClassExpressionToSPARQLConverter
 
asQueryTree(OWLClassExpression) - Method in class org.dllearner.algorithms.qtl.util.QueryTreeConverter
Converts a OWL class expression into a query tree, if possible.
asResource() - Method in class org.dllearner.kb.aquisitors.RDFBlankNode
asStatements(Set<OWLAxiom>) - Static method in class org.dllearner.utilities.OwlApiJenaUtils
Convert OWL axioms from OWL API into JENA API statements.
asTSV(Map<K, V>) - Static method in class org.dllearner.utilities.MapUtils
Return map in TSV format.
asTSV(Map<K, V>, String, String) - Static method in class org.dllearner.utilities.MapUtils
Return map in TSV format.
AsymmetricObjectPropertyAxiomLearner - Class in org.dllearner.algorithms.properties
 
AsymmetricObjectPropertyAxiomLearner(SparqlEndpointKS) - Constructor for class org.dllearner.algorithms.properties.AsymmetricObjectPropertyAxiomLearner
 
atom() - Method in class org.dllearner.parser.PrologParser
 
Atom - Class in org.dllearner.prolog
 
Atom(String, ArrayList<Term>) - Constructor for class org.dllearner.prolog.Atom
 
AtomicConcept() - Method in class org.dllearner.parser.KBParser
 
atomicConceptsNeg - Variable in class org.dllearner.core.owl.FlatABox
 
atomicConceptsPos - Variable in class org.dllearner.core.owl.FlatABox
 
AttributeDocument - Interface in org.springframework.schema.beans
A document containing one attribute(@http://www.springframework.org/schema/beans) element.
AttributeDocument.Factory - Class in org.springframework.schema.beans
A factory class with static methods for creating instances of this type.
AttributeDocumentImpl - Class in org.springframework.schema.beans.impl
A document containing one attribute(@http://www.springframework.org/schema/beans) element.
AttributeDocumentImpl(SchemaType) - Constructor for class org.springframework.schema.beans.impl.AttributeDocumentImpl
 
AutomaticNegativeExampleFinderOWL - Class in org.dllearner.utilities.examples
 
AutomaticNegativeExampleFinderOWL(SortedSet<OWLIndividual>, AbstractReasonerComponent) - Constructor for class org.dllearner.utilities.examples.AutomaticNegativeExampleFinderOWL
takes as input a full positive set to make sure no negatives are added as positives
AutomaticNegativeExampleFinderSPARQL - Class in org.dllearner.utilities.examples
 
AutomaticNegativeExampleFinderSPARQL(SortedSet<String>, SPARQLTasks, SortedSet<String>) - Constructor for class org.dllearner.utilities.examples.AutomaticNegativeExampleFinderSPARQL
takes as input a full positive set to make sure no negatives are added as positives
AutomaticNegativeExampleFinderSPARQL2 - Class in org.dllearner.utilities.examples
Utility class for automatically retrieving negative examples from a SPARQL endpoint given a set of positive examples.
AutomaticNegativeExampleFinderSPARQL2(SparqlEndpoint) - Constructor for class org.dllearner.utilities.examples.AutomaticNegativeExampleFinderSPARQL2
 
AutomaticNegativeExampleFinderSPARQL2(QueryExecutionFactory) - Constructor for class org.dllearner.utilities.examples.AutomaticNegativeExampleFinderSPARQL2
 
AutomaticNegativeExampleFinderSPARQL2(SPARQLReasoner) - Constructor for class org.dllearner.utilities.examples.AutomaticNegativeExampleFinderSPARQL2
 
AutomaticNegativeExampleFinderSPARQL2.Strategy - Enum in org.dllearner.utilities.examples
 
AutomaticPositiveExampleFinderOWL - Class in org.dllearner.utilities.examples
 
AutomaticPositiveExampleFinderOWL(AbstractReasonerComponent) - Constructor for class org.dllearner.utilities.examples.AutomaticPositiveExampleFinderOWL
 
AutomaticPositiveExampleFinderSPARQL - Class in org.dllearner.utilities.examples
 
AutomaticPositiveExampleFinderSPARQL(SPARQLTasks) - Constructor for class org.dllearner.utilities.examples.AutomaticPositiveExampleFinderSPARQL
 
AutowireImpl(SchemaType) - Constructor for class org.springframework.schema.beans.impl.BeanDocumentImpl.BeanImpl.AutowireImpl
 
avg(double[]) - Static method in class org.dllearner.algorithms.decisiontrees.utils.MathUtils
 
AxiomAlgorithms - Class in org.dllearner.algorithms.properties
A utility class that holds links between entity type, axiom types and axiom algorithms.
AxiomAlgorithms() - Constructor for class org.dllearner.algorithms.properties.AxiomAlgorithms
 
AxiomLearningAlgorithm<T extends org.semanticweb.owlapi.model.OWLAxiom> - Interface in org.dllearner.core
 
AxiomLearningProgressMonitor - Interface in org.dllearner.core
The AxiomLearningProgressMonitor interface should be implemented by objects that wish to monitor the progress of an axiom learning algorithm.
AxiomScore - Class in org.dllearner.learningproblems
 
AxiomScore(double) - Constructor for class org.dllearner.learningproblems.AxiomScore
 
AxiomScore(double, boolean) - Constructor for class org.dllearner.learningproblems.AxiomScore
 
AxiomScore(double, double) - Constructor for class org.dllearner.learningproblems.AxiomScore
 
AxiomScore(double, double, boolean) - Constructor for class org.dllearner.learningproblems.AxiomScore
 
AxiomScore(double, double, int, int) - Constructor for class org.dllearner.learningproblems.AxiomScore
 
AxiomScore(double, double, int, int, boolean) - Constructor for class org.dllearner.learningproblems.AxiomScore
 
AxiomScoreCalculator - Interface in org.dllearner.core
 
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