org.semanticweb.kaon2.api.owl.elements
Interface DataSome

All Superinterfaces:
Description, Predicate

public interface DataSome
extends Description

A description specifying that some values of data properties are from a given data range.


Method Summary
 java.util.List<DataProperty> getDataProperties()
          Returns the data properties on which the restriction is stated.
 DataRange getDataRange()
          Returns the data range to which the data properties are restricted.
 
Methods inherited from interface org.semanticweb.kaon2.api.owl.elements.Description
accept, getComplementNNF, getDataPropertiesFrom, getDisjointDescriptions, getEquivalentDescriptions, getMemberIndividuals, getNNF, getObjectPropertiesFrom, getObjectPropertiesTo, getSimplified, getSubDescriptions, getSuperDescriptions, isInNNF, toString
 
Methods inherited from interface org.semanticweb.kaon2.api.rules.Predicate
getArity
 

Method Detail

getDataRange

DataRange getDataRange()
Returns the data range to which the data properties are restricted.

Returns:
the data range to which the data properties is restricted

getDataProperties

java.util.List<DataProperty> getDataProperties()
Returns the data properties on which the restriction is stated.

Returns:
the data property on which the restriction is stated