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

All Superinterfaces:
Axiom

public interface ObjectPropertyMember
extends Axiom

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


Method Summary
 ObjectProperty getObjectProperty()
          Returns the object property for which this axiom is stated.
 Individual getSourceIndividual()
          Returns the source individual.
 Individual getTargetIndividual()
          Returns the target individual.
 
Methods inherited from interface org.semanticweb.kaon2.api.Axiom
accept, toString
 

Method Detail

getObjectProperty

ObjectProperty getObjectProperty()
Returns the object property for which this axiom is stated.

Returns:
the object property of the axiom

getSourceIndividual

Individual getSourceIndividual()
Returns the source individual.

Returns:
the source individual

getTargetIndividual

Individual getTargetIndividual()
Returns the target individual.

Returns:
the target individual