Uses of Class
org.dllearner.core.owl.Constant

Packages that use Constant
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.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 Constant in org.dllearner.core
 

Methods in org.dllearner.core that return types with arguments of type Constant
 Map<Individual,SortedSet<Constant>> IndividualReasoner.getDatatypeMembers(DatatypeProperty datatypeProperty)
          Computes and returns all connections between individuals and values through the specified property, e.g.
 Map<Individual,SortedSet<Constant>> AbstractReasonerComponent.getDatatypeMembers(DatatypeProperty datatypeProperty)
           
 Map<Individual,SortedSet<Constant>> ReasonerOld.getDatatypeMembers(DatatypeProperty datatypeProperty)
          Deprecated.  
 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.  
 Set<Constant> IndividualReasoner.getRelatedValues(Individual individual, DatatypeProperty datatypeProperty)
          Returns the set of individuals, which are connect to the given individual with the specified data property.
 Set<Constant> AbstractReasonerComponent.getRelatedValues(Individual individual, DatatypeProperty datatypeProperty)
           
 Set<Constant> ReasonerOld.getRelatedValues(Individual individual, DatatypeProperty datatypeProperty)
          Deprecated.  
 

Uses of Constant in org.dllearner.core.owl
 

Subclasses of Constant in org.dllearner.core.owl
 class TypedConstant
          A constant which has an explicitly assigned datatype.
 class UntypedConstant
          An untyped constant is a string which has not been assigned a datatype and can have an optional language tag.
 

Methods in org.dllearner.core.owl that return Constant
 Constant ConstantAnnotation.getAnnotationValue()
           
 Constant DatatypeValueRestriction.getValue()
           
 

Methods in org.dllearner.core.owl with parameters of type Constant
 int UntypedConstant.compareTo(Constant o)
           
 int TypedConstant.compareTo(Constant o)
           
 

Constructors in org.dllearner.core.owl with parameters of type Constant
ConstantAnnotation(URI annotationURI, Constant annotationValue)
           
DatatypeValueRestriction(DatatypeProperty restrictedPropertyExpression, Constant value)
           
LabelAnnotation(URI annotationURI, Constant annotationValue)
           
 

Uses of Constant in org.dllearner.reasoning
 

Methods in org.dllearner.reasoning that return types with arguments of type Constant
 Map<Individual,SortedSet<Constant>> SPARQLReasoner.getDatatypeMembers(DatatypeProperty datatypeProperty)
           
 Map<Individual,SortedSet<Constant>> ProtegeReasoner.getDatatypeMembersImpl(DatatypeProperty datatypeProperty)
           
 Map<Individual,SortedSet<Constant>> OWLAPIReasoner.getDatatypeMembersImpl(DatatypeProperty datatypeProperty)
           
 Map<Individual,SortedSet<Constant>> PelletReasoner.getDatatypeMembersImpl(DatatypeProperty datatypeProperty)
           
 Map<Individual,SortedSet<Constant>> FastInstanceChecker.getDatatypeMembersImpl(DatatypeProperty datatypeProperty)
           
 Set<Constant> ProtegeReasoner.getLabelImpl(Entity entity)
           
 Set<Constant> OWLAPIReasoner.getLabelImpl(Entity entity)
           
 Set<Constant> PelletReasoner.getLabelImpl(Entity entity)
           
 Set<Constant> FastInstanceChecker.getLabelImpl(Entity entity)
           
 Set<Constant> SPARQLReasoner.getRelatedValues(Individual individual, DatatypeProperty datatypeProperty)
           
 Set<Constant> ProtegeReasoner.getRelatedValuesImpl(Individual individual, DatatypeProperty datatypeProperty)
           
 Set<Constant> OWLAPIReasoner.getRelatedValuesImpl(Individual individual, DatatypeProperty datatypeProperty)
           
 Set<Constant> PelletReasoner.getRelatedValuesImpl(Individual individual, DatatypeProperty datatypeProperty)
           
 Set<Constant> FastInstanceChecker.getRelatedValuesImpl(Individual individual, DatatypeProperty datatypeProperty)
           
 

Uses of Constant in org.dllearner.reasoning.fuzzydll
 

Methods in org.dllearner.reasoning.fuzzydll that return types with arguments of type Constant
 Map<Individual,SortedSet<Constant>> FuzzyOWLAPIReasoner.getDatatypeMembersImpl(DatatypeProperty datatypeProperty)
           
 Set<Constant> FuzzyOWLAPIReasoner.getLabelImpl(Entity entity)
           
 Set<Constant> FuzzyOWLAPIReasoner.getRelatedValuesImpl(Individual individual, DatatypeProperty datatypeProperty)
           
 

Uses of Constant in org.dllearner.utilities.owl
 

Methods in org.dllearner.utilities.owl that return Constant
static Constant OWLAPIConverter.convertConstant(org.semanticweb.owlapi.model.OWLLiteral constant)
           
 

Methods in org.dllearner.utilities.owl that return types with arguments of type Constant
static Set<Constant> OWLAPIConverter.convertConstants(Set<org.semanticweb.owlapi.model.OWLLiteral> constants)
           
 



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