org.semanticweb.owl.model.helper
Class OWLBuilder.ObjectPropertyValue

java.lang.Object
  |
  +--org.semanticweb.owl.model.helper.OWLBuilder.ObjectPropertyValue
All Implemented Interfaces:
OWLBuilder.PropertyValue
Enclosing class:
OWLBuilder

public static class OWLBuilder.ObjectPropertyValue
extends Object
implements OWLBuilder.PropertyValue

Pair OWLObjectProperty, OWLIndividual.


Constructor Summary
OWLBuilder.ObjectPropertyValue(OWLObjectProperty property, OWLIndividual individual)
          Creates a new ObjectPropertyValue instance and sets property and individual.
 
Method Summary
 OWLIndividual getIndividual()
          Get the Individual value.
 OWLObjectProperty getProperty()
          Get the Property value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLBuilder.ObjectPropertyValue

public OWLBuilder.ObjectPropertyValue(OWLObjectProperty property,
                                      OWLIndividual individual)
Creates a new ObjectPropertyValue instance and sets property and individual.

Parameters:
property - an OWLObjectProperty value
individual - an OWLIndividual value
Method Detail

getProperty

public OWLObjectProperty getProperty()
Get the Property value.

Returns:
the Property value.

getIndividual

public OWLIndividual getIndividual()
Get the Individual value.

Returns:
the Individual value.


WonderWeb