Uses of Interface
org.mindswap.pellet.datatypes.Datatype

Packages that use Datatype
org.mindswap.pellet.datatypes   
 

Uses of Datatype in org.mindswap.pellet.datatypes
 

Subinterfaces of Datatype in org.mindswap.pellet.datatypes
 interface AtomicDatatype
           
 interface UnionDatatype
           
 interface XSDAtomicType
           
 

Classes in org.mindswap.pellet.datatypes that implement Datatype
 class BaseAtomicDatatype
           
 class BaseDatatype
           
 class BaseUnionDatatype
           
 class BaseXSDAtomicType
           
 class EmptyDatatype
          Represents an unsatisfiable datatype, that is, a datatype that does not accept any value.
 class RDFSLiteral
           
 class RDFXMLLiteral
           
 class UnknownDatatype
           
 class XSDAnyURI
           
 class XSDBoolean
           
static class XSDBoolean.XSDDerivedBooleanType
           
 class XSDDate
           
 class XSDDateTime
           
 class XSDDay
           
 class XSDDecimal
           
 class XSDDouble
           
 class XSDDuration
           
 class XSDFloat
           
 class XSDInteger
           
 class XSDMonth
           
 class XSDMonthDay
           
 class XSDSimpleType
           
 class XSDString
           
 class XSDTime
           
 class XSDYear
           
 class XSDYearMonth
           
 

Methods in org.mindswap.pellet.datatypes that return Datatype
 Datatype XSDString.deriveByRestriction(java.lang.String facet, java.lang.String value)
           
 Datatype DatatypeReasoner.enumeration(java.util.Set values)
          Deprecated.  
 Datatype DatatypeReasoner.getDatatype(aterm.ATermAppl datatypeTerm)
          Deprecated.  
 Datatype DatatypeReasoner.getDatatype(java.lang.String datatypeURI)
          Deprecated.  
 Datatype DatatypeReasoner.getRestrictedDatatype(aterm.ATermAppl restrictedDatatype)
          Deprecated.  
 Datatype DatatypeReasoner.intersection(aterm.ATermAppl[] datatypeTerms)
          Deprecated. Return a datatype that represents the intersection of a set of (possibly negated) datatypes.
 Datatype DatatypeReasoner.negate(Datatype datatype)
          Deprecated.  
 Datatype DatatypeReasoner.singleton(aterm.ATermAppl term)
          Deprecated.  
 Datatype BaseAtomicDatatype.singleton(java.lang.Object value)
           
 Datatype BaseUnionDatatype.singleton(java.lang.Object value)
           
 Datatype BaseXSDAtomicType.singleton(java.lang.Object value)
           
 Datatype Datatype.singleton(java.lang.Object value)
          Deprecated.  
 Datatype EmptyDatatype.singleton(java.lang.Object value)
           
 Datatype XSDBoolean.singleton(java.lang.Object value)
           
 

Methods in org.mindswap.pellet.datatypes that return types with arguments of type Datatype
 java.util.Set<Datatype> BaseUnionDatatype.getMembers()
           
 java.util.Set<Datatype> UnionDatatype.getMembers()
           
 

Methods in org.mindswap.pellet.datatypes with parameters of type Datatype
 java.lang.String DatatypeReasoner.defineDatatype(Datatype dt)
          Deprecated.  
 void DatatypeReasoner.defineDatatype(java.lang.String name, Datatype dt)
          Deprecated.  
 java.lang.String DatatypeReasoner.getDatatypeURI(Datatype datatype)
          Deprecated.  
 boolean DatatypeReasoner.isDefined(Datatype datatype)
          Deprecated.  
 Datatype DatatypeReasoner.negate(Datatype datatype)
          Deprecated.  
 



Copyright © 2004 Evren Sirin. All Rights Reserved.