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

Packages that use DatatypeProperty
org.dllearner.algorithms.properties   
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.kb.sparql Runnable scripts, each for a different task or experiment. 
org.dllearner.parser DL-Learner parsers. 
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 DatatypeProperty in org.dllearner.algorithms.properties
 

Methods in org.dllearner.algorithms.properties that return DatatypeProperty
 DatatypeProperty DataPropertyDomainAxiomLearner.getPropertyToDescribe()
           
 DatatypeProperty FunctionalDataPropertyAxiomLearner.getPropertyToDescribe()
           
 DatatypeProperty DataPropertyRangeAxiomLearner.getPropertyToDescribe()
           
 DatatypeProperty DisjointDataPropertyAxiomLearner.getPropertyToDescribe()
           
 DatatypeProperty SubDataPropertyOfAxiomLearner.getPropertyToDescribe()
           
 DatatypeProperty EquivalentDataPropertyAxiomLearner.getPropertyToDescribe()
           
 

Methods in org.dllearner.algorithms.properties with parameters of type DatatypeProperty
 void DataPropertyDomainAxiomLearner.setPropertyToDescribe(DatatypeProperty propertyToDescribe)
           
 void FunctionalDataPropertyAxiomLearner.setPropertyToDescribe(DatatypeProperty propertyToDescribe)
           
 void DataPropertyRangeAxiomLearner.setPropertyToDescribe(DatatypeProperty propertyToDescribe)
           
 void DisjointDataPropertyAxiomLearner.setPropertyToDescribe(DatatypeProperty propertyToDescribe)
           
 void SubDataPropertyOfAxiomLearner.setPropertyToDescribe(DatatypeProperty propertyToDescribe)
           
 void EquivalentDataPropertyAxiomLearner.setPropertyToDescribe(DatatypeProperty propertyToDescribe)
           
 

Uses of DatatypeProperty in org.dllearner.core
 

Methods in org.dllearner.core that return types with arguments of type DatatypeProperty
 SortedSet<DatatypeProperty> BaseReasoner.getBooleanDatatypeProperties()
          Gets all data properties with range xsd:boolean.
 SortedSet<DatatypeProperty> AbstractReasonerComponent.getBooleanDatatypeProperties()
           
 SortedSet<DatatypeProperty> ReasonerOld.getBooleanDatatypeProperties()
          Deprecated.  
 SortedSet<DatatypeProperty> BaseReasoner.getDatatypeProperties()
          Gets all data properties in the knowledge base, e.g. hasIncome, height.
 SortedSet<DatatypeProperty> AbstractReasonerComponent.getDatatypeProperties()
           
 SortedSet<DatatypeProperty> ReasonerOld.getDatatypeProperties()
          Deprecated.  
 SortedSet<DatatypeProperty> BaseReasoner.getDoubleDatatypeProperties()
          Gets all data properties with range xsd:double.
 SortedSet<DatatypeProperty> AbstractReasonerComponent.getDoubleDatatypeProperties()
           
 SortedSet<DatatypeProperty> ReasonerOld.getDoubleDatatypeProperties()
          Deprecated.  
 SortedSet<DatatypeProperty> BaseReasoner.getIntDatatypeProperties()
          Gets all data properties with range xsd:int.
 SortedSet<DatatypeProperty> AbstractReasonerComponent.getIntDatatypeProperties()
           
 SortedSet<DatatypeProperty> ReasonerOld.getIntDatatypeProperties()
          Deprecated.  
 TreeSet<DatatypeProperty> SchemaReasoner.getMostGeneralDatatypeProperties()
           
 TreeSet<DatatypeProperty> AbstractReasonerComponent.getMostGeneralDatatypeProperties()
           
 TreeSet<DatatypeProperty> SchemaReasoner.getMostSpecialDatatypeProperties()
           
 TreeSet<DatatypeProperty> AbstractReasonerComponent.getMostSpecialDatatypeProperties()
           
 SortedSet<DatatypeProperty> BaseReasoner.getStringDatatypeProperties()
          Gets all data properties with range xsd:string.
 SortedSet<DatatypeProperty> AbstractReasonerComponent.getStringDatatypeProperties()
           
 SortedSet<DatatypeProperty> SchemaReasoner.getSubProperties(DatatypeProperty dataProperty)
          Returns more special concepts in the subsumption hierarchy.
 SortedSet<DatatypeProperty> AbstractReasonerComponent.getSubProperties(DatatypeProperty role)
           
 SortedSet<DatatypeProperty> SchemaReasoner.getSuperProperties(DatatypeProperty dataProperty)
          Returns more general concepts in the subsumption hierarchy.
 SortedSet<DatatypeProperty> AbstractReasonerComponent.getSuperProperties(DatatypeProperty role)
           
 

Methods in org.dllearner.core with parameters of type DatatypeProperty
 Map<Individual,SortedSet<Boolean>> IndividualReasoner.getBooleanDatatypeMembers(DatatypeProperty datatypeProperty)
          Convenience method, which can be used if it is known that the property has values which can be parsed as boolean value.
 Map<Individual,SortedSet<Boolean>> AbstractReasonerComponent.getBooleanDatatypeMembers(DatatypeProperty datatypeProperty)
           
 Map<Individual,SortedSet<Boolean>> ReasonerOld.getBooleanDatatypeMembers(DatatypeProperty datatypeProperty)
          Deprecated.  
 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.  
 Description SchemaReasoner.getDomain(DatatypeProperty datatypeProperty)
          Returns the domain of this data property.
 Description AbstractReasonerComponent.getDomain(DatatypeProperty datatypeProperty)
           
 Description ReasonerOld.getDomain(DatatypeProperty datatypeProperty)
          Deprecated.  
 Map<Individual,SortedSet<Double>> IndividualReasoner.getDoubleDatatypeMembers(DatatypeProperty datatypeProperty)
          Convenience method, which can be used if it is known that the property has values which can be parsed as double.
 Map<Individual,SortedSet<Double>> AbstractReasonerComponent.getDoubleDatatypeMembers(DatatypeProperty datatypeProperty)
           
 Map<Individual,SortedSet<Double>> ReasonerOld.getDoubleDatatypeMembers(DatatypeProperty datatypeProperty)
          Deprecated.  
 SortedSet<Individual> IndividualReasoner.getFalseDatatypeMembers(DatatypeProperty datatypeProperty)
          Convenience method, which can be used to get all individuals, which have value "false" for the given property.
 SortedSet<Individual> AbstractReasonerComponent.getFalseDatatypeMembers(DatatypeProperty datatypeProperty)
           
 SortedSet<Individual> ReasonerOld.getFalseDatatypeMembers(DatatypeProperty datatypeProperty)
          Deprecated.  
 Map<Individual,SortedSet<Integer>> IndividualReasoner.getIntDatatypeMembers(DatatypeProperty datatypeProperty)
          Convenience method, which can be used if it is known that the property has values which can be parsed as integer.
 Map<Individual,SortedSet<Integer>> AbstractReasonerComponent.getIntDatatypeMembers(DatatypeProperty datatypeProperty)
           
 DataRange SchemaReasoner.getRange(DatatypeProperty datatypeProperty)
          Returns the range of this data property.
 DataRange AbstractReasonerComponent.getRange(DatatypeProperty datatypeProperty)
           
 DataRange ReasonerOld.getRange(DatatypeProperty datatypeProperty)
          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.  
 Map<Individual,SortedSet<String>> IndividualReasoner.getStringDatatypeMembers(DatatypeProperty datatypeProperty)
          Convenience method, which can be used which returns the property values as strings (note that any literal can be represented as string, even numbers).
 Map<Individual,SortedSet<String>> AbstractReasonerComponent.getStringDatatypeMembers(DatatypeProperty datatypeProperty)
           
 SortedSet<DatatypeProperty> SchemaReasoner.getSubProperties(DatatypeProperty dataProperty)
          Returns more special concepts in the subsumption hierarchy.
 SortedSet<DatatypeProperty> AbstractReasonerComponent.getSubProperties(DatatypeProperty role)
           
 SortedSet<DatatypeProperty> SchemaReasoner.getSuperProperties(DatatypeProperty dataProperty)
          Returns more general concepts in the subsumption hierarchy.
 SortedSet<DatatypeProperty> AbstractReasonerComponent.getSuperProperties(DatatypeProperty role)
           
 SortedSet<Individual> IndividualReasoner.getTrueDatatypeMembers(DatatypeProperty datatypeProperty)
          Convenience method, which can be used to get all individuals, which have value "true" for the given property.
 SortedSet<Individual> AbstractReasonerComponent.getTrueDatatypeMembers(DatatypeProperty datatypeProperty)
           
 SortedSet<Individual> ReasonerOld.getTrueDatatypeMembers(DatatypeProperty datatypeProperty)
          Deprecated.  
 

Method parameters in org.dllearner.core with type arguments of type DatatypeProperty
 void ReasonerOld.prepareDatatypePropertyHierarchy(Set<DatatypeProperty> allowedDatatypeProperties)
          Deprecated.  
 

Uses of DatatypeProperty in org.dllearner.core.owl
 

Methods in org.dllearner.core.owl that return DatatypeProperty
 DatatypeProperty DatatypePropertyAssertion.getDatatypeProperty()
           
 DatatypeProperty DisjointDatatypePropertyAxiom.getDisjointRole()
           
 DatatypeProperty EquivalentDatatypePropertiesAxiom.getEquivalentRole()
           
 DatatypeProperty DatatypePropertyDomainAxiom.getProperty()
           
 DatatypeProperty DatatypeValueRestriction.getRestrictedPropertyExpression()
           
 DatatypeProperty EquivalentDatatypePropertiesAxiom.getRole()
           
 DatatypeProperty DisjointDatatypePropertyAxiom.getRole()
           
 DatatypeProperty SubDatatypePropertyAxiom.getRole()
           
 DatatypeProperty FunctionalDatatypePropertyAxiom.getRole()
           
 DatatypeProperty SubDatatypePropertyAxiom.getSubRole()
           
 

Methods in org.dllearner.core.owl that return types with arguments of type DatatypeProperty
 SortedSet<DatatypeProperty> DatatypePropertyHierarchy.getMoreGeneralRoles(DatatypeProperty role)
           
 SortedSet<DatatypeProperty> DatatypePropertyHierarchy.getMoreSpecialRoles(DatatypeProperty role)
           
 TreeSet<DatatypeProperty> DatatypePropertyHierarchy.getMostGeneralRoles()
           
 TreeSet<DatatypeProperty> DatatypePropertyHierarchy.getMostSpecialRoles()
           
 

Methods in org.dllearner.core.owl with parameters of type DatatypeProperty
 int DatatypeProperty.compareTo(DatatypeProperty o)
           
 SortedSet<DatatypeProperty> DatatypePropertyHierarchy.getMoreGeneralRoles(DatatypeProperty role)
           
 SortedSet<DatatypeProperty> DatatypePropertyHierarchy.getMoreSpecialRoles(DatatypeProperty role)
           
 void PropertyExpressionVisitor.visit(DatatypeProperty property)
           
 

Constructors in org.dllearner.core.owl with parameters of type DatatypeProperty
BooleanDatatypePropertyAssertion(DatatypeProperty datatypeProperty, Individual individual, boolean value)
           
BooleanValueRestriction(DatatypeProperty restrictedPropertyExpression, Boolean value)
          TODO: Internally a typed constant with datatype boolean and strings "true" or "false" is created.
DatatypeCardinalityRestriction(DatatypeProperty datatypeProperty, DataRange dataRange, int cardinality)
           
DatatypeExactCardinalityRestriction(DatatypeProperty datatypeProperty, DataRange dataRange, int cardinality)
           
DatatypeMaxCardinalityRestriction(DatatypeProperty datatypeProperty, DataRange dataRange, int cardinality)
           
DatatypeMinCardinalityRestriction(DatatypeProperty datatypeProperty, DataRange dataRange, int cardinality)
           
DatatypePropertyAssertion(DatatypeProperty datatypeProperty, Individual individual)
           
DatatypePropertyDomainAxiom(DatatypeProperty property, Description domain)
           
DatatypePropertyRangeAxiom(DatatypeProperty property, DataRange domain)
           
DatatypeQuantorRestriction(DatatypeProperty datatypeProperty)
          Creates a DatatypeQuantorRestriction along the given property.
DatatypeSomeRestriction(DatatypeProperty datatypeProperty, DataRange dataRange)
           
DatatypeValueRestriction(DatatypeProperty restrictedPropertyExpression, Constant value)
           
DisjointDatatypePropertyAxiom(DatatypeProperty role, DatatypeProperty disjointRole)
           
DoubleDatatypePropertyAssertion(DatatypeProperty datatypeProperty, Individual individual, double value)
           
EquivalentDatatypePropertiesAxiom(DatatypeProperty equivRole, DatatypeProperty role)
           
FunctionalDatatypePropertyAxiom(DatatypeProperty role)
           
StringDatatypePropertyAssertion(DatatypeProperty datatypeProperty, Individual individual, String value)
           
StringValueRestriction(DatatypeProperty restrictedPropertyExpression, String value)
           
SubDatatypePropertyAxiom(DatatypeProperty subRole, DatatypeProperty role)
           
 

Constructor parameters in org.dllearner.core.owl with type arguments of type DatatypeProperty
DatatypePropertyHierarchy(Set<DatatypeProperty> atomicRoles, TreeMap<DatatypeProperty,SortedSet<DatatypeProperty>> roleHierarchyUp, TreeMap<DatatypeProperty,SortedSet<DatatypeProperty>> roleHierarchyDown)
           
DatatypePropertyHierarchy(Set<DatatypeProperty> atomicRoles, TreeMap<DatatypeProperty,SortedSet<DatatypeProperty>> roleHierarchyUp, TreeMap<DatatypeProperty,SortedSet<DatatypeProperty>> roleHierarchyDown)
           
DatatypePropertyHierarchy(Set<DatatypeProperty> atomicRoles, TreeMap<DatatypeProperty,SortedSet<DatatypeProperty>> roleHierarchyUp, TreeMap<DatatypeProperty,SortedSet<DatatypeProperty>> roleHierarchyDown)
           
DatatypePropertyHierarchy(Set<DatatypeProperty> atomicRoles, TreeMap<DatatypeProperty,SortedSet<DatatypeProperty>> roleHierarchyUp, TreeMap<DatatypeProperty,SortedSet<DatatypeProperty>> roleHierarchyDown)
           
DatatypePropertyHierarchy(Set<DatatypeProperty> atomicRoles, TreeMap<DatatypeProperty,SortedSet<DatatypeProperty>> roleHierarchyUp, TreeMap<DatatypeProperty,SortedSet<DatatypeProperty>> roleHierarchyDown)
           
 

Uses of DatatypeProperty in org.dllearner.kb.sparql
 

Methods in org.dllearner.kb.sparql that return types with arguments of type DatatypeProperty
 Set<DatatypeProperty> SPARQLTasks.getAllDataProperties()
           
 

Uses of DatatypeProperty in org.dllearner.parser
 

Methods in org.dllearner.parser that return DatatypeProperty
 DatatypeProperty KBParser.DatatypeProperty()
           
 

Uses of DatatypeProperty in org.dllearner.reasoning
 

Methods in org.dllearner.reasoning that return types with arguments of type DatatypeProperty
 SortedSet<DatatypeProperty> ProtegeReasoner.getBooleanDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> OWLAPIReasoner.getBooleanDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> PelletReasoner.getBooleanDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> FastInstanceChecker.getBooleanDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> ProtegeReasoner.getDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> OWLAPIReasoner.getDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> PelletReasoner.getDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> FastInstanceChecker.getDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> ProtegeReasoner.getDoubleDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> OWLAPIReasoner.getDoubleDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> PelletReasoner.getDoubleDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> FastInstanceChecker.getDoubleDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> ProtegeReasoner.getIntDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> OWLAPIReasoner.getIntDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> PelletReasoner.getIntDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> FastInstanceChecker.getIntDatatypePropertiesImpl()
           
 TreeSet<DatatypeProperty> SPARQLReasoner.getMostGeneralDatatypeProperties()
           
 TreeSet<DatatypeProperty> SPARQLReasoner.getMostSpecialDatatypeProperties()
           
 SortedSet<DatatypeProperty> ProtegeReasoner.getStringDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> OWLAPIReasoner.getStringDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> PelletReasoner.getStringDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> FastInstanceChecker.getStringDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> SPARQLReasoner.getSubProperties(DatatypeProperty dataProperty)
           
 SortedSet<DatatypeProperty> SPARQLReasoner.getSuperProperties(DatatypeProperty dataProperty)
           
 

Methods in org.dllearner.reasoning with parameters of type DatatypeProperty
 Map<Individual,SortedSet<Boolean>> SPARQLReasoner.getBooleanDatatypeMembers(DatatypeProperty datatypeProperty)
           
 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)
           
 Description SPARQLReasoner.getDomain(DatatypeProperty datatypeProperty)
           
 Description ProtegeReasoner.getDomainImpl(DatatypeProperty datatypeProperty)
           
 Description OWLAPIReasoner.getDomainImpl(DatatypeProperty datatypeProperty)
           
 Description PelletReasoner.getDomainImpl(DatatypeProperty datatypeProperty)
           
 Description FastInstanceChecker.getDomainImpl(DatatypeProperty datatypeProperty)
           
 Map<Individual,SortedSet<Double>> SPARQLReasoner.getDoubleDatatypeMembers(DatatypeProperty datatypeProperty)
           
 Map<Individual,SortedSet<Double>> FastInstanceChecker.getDoubleDatatypeMembersImpl(DatatypeProperty datatypeProperty)
           
 Map<Individual,SortedSet<Double>> ProtegeReasoner.getDoubleValues(DatatypeProperty datatypeProperty)
           
 Map<Individual,SortedSet<Double>> OWLAPIReasoner.getDoubleValues(DatatypeProperty datatypeProperty)
           
 Map<Individual,SortedSet<Double>> PelletReasoner.getDoubleValues(DatatypeProperty datatypeProperty)
           
 SortedSet<Individual> SPARQLReasoner.getFalseDatatypeMembers(DatatypeProperty datatypeProperty)
           
 SortedSet<Individual> FastInstanceChecker.getFalseDatatypeMembersImpl(DatatypeProperty datatypeProperty)
           
 Map<Individual,SortedSet<Integer>> SPARQLReasoner.getIntDatatypeMembers(DatatypeProperty datatypeProperty)
           
 Map<Individual,SortedSet<Integer>> FastInstanceChecker.getIntDatatypeMembersImpl(DatatypeProperty datatypeProperty)
           
 DataRange SPARQLReasoner.getRange(DatatypeProperty datatypeProperty)
           
 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)
           
 Map<Individual,SortedSet<String>> SPARQLReasoner.getStringDatatypeMembers(DatatypeProperty datatypeProperty)
           
 SortedSet<DatatypeProperty> SPARQLReasoner.getSubProperties(DatatypeProperty dataProperty)
           
 SortedSet<DatatypeProperty> SPARQLReasoner.getSuperProperties(DatatypeProperty dataProperty)
           
 SortedSet<Individual> SPARQLReasoner.getTrueDatatypeMembers(DatatypeProperty datatypeProperty)
           
 SortedSet<Individual> FastInstanceChecker.getTrueDatatypeMembersImpl(DatatypeProperty datatypeProperty)
           
 

Uses of DatatypeProperty in org.dllearner.reasoning.fuzzydll
 

Methods in org.dllearner.reasoning.fuzzydll that return types with arguments of type DatatypeProperty
 SortedSet<DatatypeProperty> FuzzyOWLAPIReasoner.getBooleanDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> FuzzyOWLAPIReasoner.getDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> FuzzyOWLAPIReasoner.getDoubleDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> FuzzyOWLAPIReasoner.getIntDatatypePropertiesImpl()
           
 SortedSet<DatatypeProperty> FuzzyOWLAPIReasoner.getStringDatatypePropertiesImpl()
           
 

Methods in org.dllearner.reasoning.fuzzydll with parameters of type DatatypeProperty
 Map<Individual,SortedSet<Constant>> FuzzyOWLAPIReasoner.getDatatypeMembersImpl(DatatypeProperty datatypeProperty)
           
 Description FuzzyOWLAPIReasoner.getDomainImpl(DatatypeProperty datatypeProperty)
           
 Map<Individual,SortedSet<Double>> FuzzyOWLAPIReasoner.getDoubleValues(DatatypeProperty datatypeProperty)
           
 Set<Constant> FuzzyOWLAPIReasoner.getRelatedValuesImpl(Individual individual, DatatypeProperty datatypeProperty)
           
 

Uses of DatatypeProperty in org.dllearner.utilities.owl
 

Methods in org.dllearner.utilities.owl that return DatatypeProperty
static DatatypeProperty OWLAPIConverter.convertIndividual(org.semanticweb.owlapi.model.OWLDataProperty property)
           
 

Methods in org.dllearner.utilities.owl with parameters of type DatatypeProperty
static org.semanticweb.owlapi.model.OWLDataProperty OWLAPIConverter.getOWLAPIDataProperty(DatatypeProperty datatypeProperty)
           
 



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