de.fau.cs.www8.jadeowlcodec.datatypes
Class DefaultDatatypeManager

java.lang.Object
  extended by de.fau.cs.www8.jadeowlcodec.datatypes.DatatypeManager
      extended by de.fau.cs.www8.jadeowlcodec.datatypes.DefaultDatatypeManager

public final class DefaultDatatypeManager
extends DatatypeManager

contains a few of the xsd types supported by owl (ideally it would contain all) candidates: -xsd:string xsd:normalizedString -xsd:boolean xsd:decimal xsd:float -xsd:double -xsd:integer xsd:nonNegativeInteger xsd:positiveInteger xsd:nonPositiveInteger xsd:negativeInteger -xsd:long -xsd:int xsd:short xsd:byte xsd:unsignedLong xsd:unsignedInt xsd:unsignedShort xsd:unsignedByte xsd:hexBinary xsd:base64Binary xsd:dateTime xsd:time xsd:date xsd:gYearMonth xsd:gYear xsd:gMonthDay xsd:gDay xsd:gMonth xsd:anyURI xsd:token xsd:language xsd:NMTOKEN xsd:Name xsd:NCName priority: xsd:string xsd:long xsd:double xsd:boolean because of: http://www.w3.org/TR/owl-ref/#DatatypeSupport xsd:integer


Nested Class Summary
static class DefaultDatatypeManager.IndividualHandler
           
 
Nested classes/interfaces inherited from class de.fau.cs.www8.jadeowlcodec.datatypes.DatatypeManager
DatatypeManager.ClassNotRegisteredException, DatatypeManager.DatatypeManagerException, DatatypeManager.URINotRegisteredException
 
Method Summary
static DatatypeManager getDefaultInstance()
           
static DefaultDatatypeManager.IndividualHandler getDummyIndividualHandler()
           
 
Methods inherited from class de.fau.cs.www8.jadeowlcodec.datatypes.DatatypeManager
getObjectDatatype, getXsdDatatype, getXsdDatatype, register, unRegister
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultInstance

public static DatatypeManager getDefaultInstance()

getDummyIndividualHandler

public static DefaultDatatypeManager.IndividualHandler getDummyIndividualHandler()


Copyright 2007 Moritz Goeb, Bernhard Schiemann, Ulf Schreiber of Chair of Artificial Intelligence, University of Erlangen-Nuremberg