com.hp.hpl.jena.reasoner.rulesys
Class Functor.FunctorDatatype

java.lang.Object
  extended by com.hp.hpl.jena.datatypes.BaseDatatype
      extended by com.hp.hpl.jena.reasoner.rulesys.Functor.FunctorDatatype
All Implemented Interfaces:
RDFDatatype
Enclosing class:
Functor

public static class Functor.FunctorDatatype
extends BaseDatatype

Inner class. Dummy datatype definition for functor-valued literals.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.hp.hpl.jena.datatypes.BaseDatatype
BaseDatatype.TypedValue
 
Field Summary
static RDFDatatype theFunctorDatatype
           
 
Constructor Summary
Functor.FunctorDatatype()
           
 
Method Summary
 
Methods inherited from class com.hp.hpl.jena.datatypes.BaseDatatype
cannonicalise, extendedTypeDefinition, getHashCode, getJavaClass, getURI, isEqual, isValid, isValidLiteral, isValidValue, langTagCompatible, normalizeSubType, parse, toString, unparse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

theFunctorDatatype

public static final RDFDatatype theFunctorDatatype
Constructor Detail

Functor.FunctorDatatype

public Functor.FunctorDatatype()


Licenced under the Apache License, Version 2.0