org.mindswap.owl
Interface OWLDataValue

All Superinterfaces:
OWLObject, OWLValue
All Known Subinterfaces:
SWRLDataValue

public interface OWLDataValue
extends OWLValue

Author:
Evren Sirin

Method Summary
 java.net.URI getDatatypeURI()
           
 java.lang.String getLanguage()
           
 java.lang.String getLexicalValue()
           
 java.lang.Object getValue()
           
 
Methods inherited from interface org.mindswap.owl.OWLValue
isDataValue, isIndividual
 
Methods inherited from interface org.mindswap.owl.OWLObject
canCastTo, castTo, debugString, getImplementation, getNextView, setNextView
 

Method Detail

getDatatypeURI

java.net.URI getDatatypeURI()

getLanguage

java.lang.String getLanguage()

getLexicalValue

java.lang.String getLexicalValue()

getValue

java.lang.Object getValue()


Copyright © 2004 Evren Sirin. All Rights Reserved.