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

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

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

Pair OWLDataProperty, OWLIndividual.


Constructor Summary
OWLBuilder.DataPropertyValue(OWLDataProperty property, OWLDataValue dataValue)
          Creates a new DataPropertyValue instance and sets property and dataValue.
 
Method Summary
 OWLDataValue getDataValue()
          Get the DataValue value.
 OWLDataProperty 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.DataPropertyValue

public OWLBuilder.DataPropertyValue(OWLDataProperty property,
                                    OWLDataValue dataValue)
Creates a new DataPropertyValue instance and sets property and dataValue.

Parameters:
property - an OWLDataProperty value
dataValue - an OWLDataValue value
Method Detail

getProperty

public OWLDataProperty getProperty()
Get the Property value.

Returns:
the Property value.

getDataValue

public OWLDataValue getDataValue()
Get the DataValue value.

Returns:
the DataValue value.


WonderWeb