de.fau.cs.www8.jadeowlcodec.tool
Class OWLRuntimeInfo<U extends Uri>

java.lang.Object
  extended by de.fau.cs.www8.jadeowlcodec.tool.OWLRuntimeInfo<U>
Direct Known Subclasses:
OWLClassDescription, OWLPropertyDescription

public abstract class OWLRuntimeInfo<U extends Uri>
extends java.lang.Object

anything that has an URI attached to itself but is not an URI

Author:
Ulf Schreiber

Constructor Summary
OWLRuntimeInfo(U uri, TBoxVersion tbox)
           
 
Method Summary
 java.lang.String customDigSerialization(java.lang.Object value)
          override this in descriptions for built in owl property descriptions dig serializer will regularly serialize property if this returns null
 TBoxVersion getTBoxVersion()
           
 U getUri()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLRuntimeInfo

public OWLRuntimeInfo(U uri,
                      TBoxVersion tbox)
Method Detail

getUri

public U getUri()
Returns:
Returns the uri.

getTBoxVersion

public TBoxVersion getTBoxVersion()

customDigSerialization

public java.lang.String customDigSerialization(java.lang.Object value)
override this in descriptions for built in owl property descriptions dig serializer will regularly serialize property if this returns null



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