Uses of Interface
org.semanticweb.kaon2.api.owl.elements.DataProperty

Packages that use DataProperty
org.semanticweb.kaon2.api   
org.semanticweb.kaon2.api.owl.axioms   
org.semanticweb.kaon2.api.owl.elements   
 

Uses of DataProperty in org.semanticweb.kaon2.api
 

Methods in org.semanticweb.kaon2.api that return DataProperty
 DataProperty KAON2Factory.dataProperty(java.lang.String uri)
           
 

Methods in org.semanticweb.kaon2.api with parameters of type DataProperty
 DataAll KAON2Factory.dataAll(DataRange dataRange, DataProperty... dataProperties)
           
 DataCardinality KAON2Factory.dataCardinality(int minimumCardinality, int maximumCardinality, DataProperty dataProperty)
           
 DataHasValue KAON2Factory.dataHasValue(DataProperty dataProperty, java.lang.Object literalValue)
           
 DataPropertyAttribute KAON2Factory.dataPropertyAttribute(DataProperty dataProperty, int attribute)
           
 DataPropertyDomain KAON2Factory.dataPropertyDomain(DataProperty dataProperty, Description domain)
           
 DataPropertyMember KAON2Factory.dataPropertyMember(DataProperty dataProperty, Individual sourceIndividual, java.lang.Object targetValue)
           
 DataPropertyRange KAON2Factory.dataPropertyRange(DataProperty dataProperty, DataRange range)
           
 DataSome KAON2Factory.dataSome(DataRange dataRange, DataProperty... dataProperties)
           
 EquivalentDataProperties KAON2Factory.equivalentDataProperties(DataProperty... dataProperties)
           
 SubDataPropertyOf KAON2Factory.subDataPropertyOf(DataProperty subDataProperty, DataProperty superDataProperty)
           
 java.lang.Object KAON2Visitor.visit(DataProperty object)
           
 

Method parameters in org.semanticweb.kaon2.api with type arguments of type DataProperty
 DataAll KAON2Factory.dataAll(DataRange dataRange, java.util.List<DataProperty> dataProperties)
           
 DataSome KAON2Factory.dataSome(DataRange dataRange, java.util.List<DataProperty> dataProperties)
           
 EquivalentDataProperties KAON2Factory.equivalentDataProperties(java.util.Collection<DataProperty> dataProperties)
           
 

Uses of DataProperty in org.semanticweb.kaon2.api.owl.axioms
 

Methods in org.semanticweb.kaon2.api.owl.axioms that return DataProperty
 DataProperty DataPropertyRange.getDataProperty()
          Returns the data property for which this axiom is stated.
 DataProperty DataPropertyMember.getDataProperty()
          Returns the data property for which this axiom is stated.
 DataProperty DataPropertyDomain.getDataProperty()
          Returns the data property for which this axiom is stated.
 DataProperty DataPropertyAttribute.getDataProperty()
          Returns the data property for which this axiom is stated.
 DataProperty SubDataPropertyOf.getSubDataProperty()
          Returns the sub-data property.
 DataProperty SubDataPropertyOf.getSuperDataProperty()
          Returns the super-data property.
 

Methods in org.semanticweb.kaon2.api.owl.axioms that return types with arguments of type DataProperty
 java.util.Set<DataProperty> EquivalentDataProperties.getDataProperties()
          Returns the set of data properties that are equivalent.
 

Uses of DataProperty in org.semanticweb.kaon2.api.owl.elements
 

Methods in org.semanticweb.kaon2.api.owl.elements that return DataProperty
 DataProperty DataHasValue.getDataProperty()
          Returns the data property on which the restriction is stated.
 DataProperty DataCardinality.getDataProperty()
          Returns the data property.
 

Methods in org.semanticweb.kaon2.api.owl.elements that return types with arguments of type DataProperty
 java.util.List<DataProperty> DataSome.getDataProperties()
          Returns the data properties on which the restriction is stated.
 java.util.List<DataProperty> DataAll.getDataProperties()
          Returns the data properties on which the restriction is stated.
 java.util.Set<DataProperty> Description.getDataPropertiesFrom(Ontology ontology)
          Returns the set of all data properties where this description is asserted as domain in an DataPropertyDomain axiom.
 java.util.Set<DataProperty> DataRange.getDataPropertiesTo(Ontology ontology)
          Returns the set of all data properties where this data range is asserted as range in an DataPropertyRange axiom.
 java.util.Map<DataProperty,java.util.Set<java.lang.Object>> Individual.getDataPropertyValues(Ontology ontology)
          Returns the values of data properties sorted by properties.
 java.util.Set<DataProperty> DataProperty.getEquivalentDataProperties(Ontology ontology)
          Returns the set of data properties which as specified as exiovalent of this property in a EquivalentDataProperties axiom.
 java.util.Set<DataProperty> DataProperty.getSubDataProperties(Ontology ontology)
          Returns the set of data properties which as specified as subproperties of this property in a SubDataPropertyOf axiom.
 java.util.Set<DataProperty> DataProperty.getSuperDataProperties(Ontology ontology)
          Returns the set of data properties which as specified as superproperties of this property in a SubDataPropertyOf axiom.
 

Methods in org.semanticweb.kaon2.api.owl.elements with parameters of type DataProperty
 java.lang.Object Individual.getDataPropertyValue(Ontology ontology, DataProperty dataProperty)
          Returns the value of the data property for this individual.