org.mindswap.pellet.datatypes
Class RDFXMLLiteral

java.lang.Object
  extended by org.mindswap.pellet.datatypes.BaseDatatype
      extended by org.mindswap.pellet.datatypes.BaseAtomicDatatype
          extended by org.mindswap.pellet.datatypes.RDFXMLLiteral
All Implemented Interfaces:
AtomicDatatype, Datatype

public class RDFXMLLiteral
extends BaseAtomicDatatype
implements AtomicDatatype

Author:
Evren Sirin

Field Summary
static RDFXMLLiteral instance
           
 
Method Summary
 boolean contains(java.lang.Object value)
           
 AtomicDatatype getPrimitiveType()
           
 aterm.ATermAppl getValue(int n)
           
 java.lang.Object getValue(java.lang.String value, java.lang.String datatypeURI)
           
 java.lang.String toString()
           
 
Methods inherited from class org.mindswap.pellet.datatypes.BaseAtomicDatatype
difference, enumeration, intersection, isDerived, not, singleton, size, union
 
Methods inherited from class org.mindswap.pellet.datatypes.BaseDatatype
contains, getName, getURI, isEmpty
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.mindswap.pellet.datatypes.AtomicDatatype
difference, enumeration, intersection, not, union
 
Methods inherited from interface org.mindswap.pellet.datatypes.Datatype
contains, getName, getURI, isEmpty, singleton, size
 

Field Detail

instance

public static final RDFXMLLiteral instance
Method Detail

getPrimitiveType

public AtomicDatatype getPrimitiveType()
Specified by:
getPrimitiveType in interface AtomicDatatype

getValue

public java.lang.Object getValue(java.lang.String value,
                                 java.lang.String datatypeURI)
Specified by:
getValue in interface Datatype

getValue

public aterm.ATermAppl getValue(int n)
Specified by:
getValue in interface Datatype
Overrides:
getValue in class BaseAtomicDatatype

contains

public boolean contains(java.lang.Object value)
Specified by:
contains in interface Datatype
Overrides:
contains in class BaseAtomicDatatype

toString

public java.lang.String toString()
Overrides:
toString in class BaseAtomicDatatype


Copyright © 2004 Evren Sirin. All Rights Reserved.