org.semanticweb.kaon2.api.owl.axioms
Interface DataPropertyMember

All Superinterfaces:
Axiom

public interface DataPropertyMember
extends Axiom

Represents an axiom specifying the value of some data property for an individual.


Method Summary
 DataProperty getDataProperty()
          Returns the data property for which this axiom is stated.
 Individual getSourceIndividual()
          Returns the source individual.
 java.lang.Object getTargetValue()
          Returns the property value.
 
Methods inherited from interface org.semanticweb.kaon2.api.Axiom
accept, toString
 

Method Detail

getDataProperty

DataProperty getDataProperty()
Returns the data property for which this axiom is stated.

Returns:
the data property of the axiom

getSourceIndividual

Individual getSourceIndividual()
Returns the source individual.

Returns:
the source individual

getTargetValue

java.lang.Object getTargetValue()
Returns the property value.

Returns:
the value of the property