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

All Superinterfaces:
Description, Predicate

public interface ObjectSome
extends Description

A description specifying the some values of the property are from a description.


Method Summary
 Description getDescription()
          Returns the description to which the value of the property is restricted.
 ObjectProperty getObjectProperty()
          Returns the object property on which the restriction is stated.
 
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

getObjectProperty

ObjectProperty getObjectProperty()
Returns the object property on which the restriction is stated.

Returns:
the object property on which the restriction is stated

getDescription

Description getDescription()
Returns the description to which the value of the property is restricted.

Returns:
the description to which the object property is restricted