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

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

public static class OWLBuilder.DataLiteralValueComponent
extends Object
implements OWLBuilder.RestrictionComponent

Encapsulates the properties of a data literal value component.


Constructor Summary
OWLBuilder.DataLiteralValueComponent(OWLDataValue dataLiteral)
          Creates a new DataLiteralValueComponent instance and sets its dataLiteral property.
 
Method Summary
 OWLDataValue getDataLiteral()
          Gets the dataLiteral property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLBuilder.DataLiteralValueComponent

public OWLBuilder.DataLiteralValueComponent(OWLDataValue dataLiteral)
Creates a new DataLiteralValueComponent instance and sets its dataLiteral property.

Parameters:
dataLiteral - a String representing a data literal.
Method Detail

getDataLiteral

public OWLDataValue getDataLiteral()
Gets the dataLiteral property.

Returns:
the dataLiteral property.


WonderWeb