Uses of Interface
org.dllearner.core.owl.Entity

Packages that use Entity
org.dllearner.algorithms.isle   
org.dllearner.core Core structure of DL-Learner including the definition of component types and a component manager. 
org.dllearner.core.owl Classes/Interfaces for representing OWL constructs - see the OWL 2 Structural Specification for details. 
org.dllearner.core.owl.fuzzydll   
org.dllearner.kb.sparql Runnable scripts, each for a different task or experiment. 
org.dllearner.reasoning Implements the connection to other reasoner or own reasoning/caching algorithms. 
org.dllearner.reasoning.fuzzydll   
org.dllearner.utilities.owl OWL utility classes (file manipulation, converting between different formats, orderings on OWL structures etc.). 
 

Uses of Entity in org.dllearner.algorithms.isle
 

Methods in org.dllearner.algorithms.isle with parameters of type Entity
 Map<String,Integer> EntityTextRetriever.getRelevantText(Entity entity)
          The method retrieves a string or a set of strings, which is weighted by importance with respect to the entity.
 

Uses of Entity in org.dllearner.core
 

Methods in org.dllearner.core with parameters of type Entity
 Set<Constant> BaseReasoner.getLabel(Entity entity)
          Returns the RDFS labels of an entity.
 Set<Constant> AbstractReasonerComponent.getLabel(Entity entity)
           
 Set<Constant> ReasonerOld.getLabel(Entity entity)
          Deprecated.  
 

Uses of Entity in org.dllearner.core.owl
 

Subinterfaces of Entity in org.dllearner.core.owl
 interface Property
           
 

Classes in org.dllearner.core.owl that implement Entity
 class DatatypeProperty
           
 class Individual
          Represents an invididual in a knowledge base / ontology.
 class NamedClass
          Represents an atomic concept in a knowledge base / ontology, e.g.
 class ObjectProperty
          Represents an object property in a knowledge base / ontology, e.g.
 

Uses of Entity in org.dllearner.core.owl.fuzzydll
 

Classes in org.dllearner.core.owl.fuzzydll that implement Entity
 class FuzzyIndividual
           
 

Uses of Entity in org.dllearner.kb.sparql
 

Methods in org.dllearner.kb.sparql that return Entity
 Entity SPARQLTasks.guessResourceType(String resource)
           
 

Uses of Entity in org.dllearner.reasoning
 

Methods in org.dllearner.reasoning with parameters of type Entity
 Set<Constant> ProtegeReasoner.getLabelImpl(Entity entity)
           
 Set<Constant> OWLAPIReasoner.getLabelImpl(Entity entity)
           
 Set<Constant> PelletReasoner.getLabelImpl(Entity entity)
           
 Set<Constant> FastInstanceChecker.getLabelImpl(Entity entity)
           
 

Uses of Entity in org.dllearner.reasoning.fuzzydll
 

Methods in org.dllearner.reasoning.fuzzydll with parameters of type Entity
 Set<Constant> FuzzyOWLAPIReasoner.getLabelImpl(Entity entity)
           
 

Uses of Entity in org.dllearner.utilities.owl
 

Methods in org.dllearner.utilities.owl with parameters of type Entity
static org.semanticweb.owlapi.model.OWLEntity OWLAPIConverter.getOWLAPIEntity(Entity entity)
           
 



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