org.mindswap.pellet.datatypes
Class XSDAnyURI
java.lang.Object
org.mindswap.pellet.datatypes.BaseDatatype
org.mindswap.pellet.datatypes.BaseAtomicDatatype
org.mindswap.pellet.datatypes.XSDAnyURI
- All Implemented Interfaces:
- AtomicDatatype, Datatype
public class XSDAnyURI
- extends BaseAtomicDatatype
- implements AtomicDatatype
- Author:
- Evren Sirin
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
instance
public static XSDAnyURI instance
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
contains
public boolean contains(java.lang.Object value)
- Specified by:
contains
in interface Datatype
- Overrides:
contains
in class BaseAtomicDatatype
isFinite
public boolean isFinite()
getValue
public aterm.ATermAppl getValue(int n)
- Specified by:
getValue
in interface Datatype
- Overrides:
getValue
in class BaseAtomicDatatype
Copyright © 2004 Evren Sirin. All Rights Reserved.