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

All Superinterfaces:
Description, Predicate

public interface ObjectHasValue
extends Description

A description specifying the value of some object property.


Method Summary
 Individual getIndividual()
          Returns the individual value.
 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

getIndividual

Individual getIndividual()
Returns the individual value.

Returns:
the individual