Uses of Interface
com.clarkparsia.pellet.datatypes.Datatype

Packages that use Datatype
com.clarkparsia.pellet.datatypes   
com.clarkparsia.pellet.datatypes.types.bool   
com.clarkparsia.pellet.datatypes.types.datetime   
com.clarkparsia.pellet.datatypes.types.duration   
com.clarkparsia.pellet.datatypes.types.floating   
com.clarkparsia.pellet.datatypes.types.real   
com.clarkparsia.pellet.datatypes.types.text   
com.clarkparsia.pellet.datatypes.types.uri   
 

Uses of Datatype in com.clarkparsia.pellet.datatypes
 

Classes in com.clarkparsia.pellet.datatypes that implement Datatype
 class AbstractBaseDatatype<T>
           Title: Abstract base datatype type
 class InfiniteNamedDatatype
           Title: Infinite Named Datatype
 class XSDDecimal
           Title: xsd:decimal
 class XSDDouble
           Title: xsd:double
 class XSDFloat
           Title: xsd:float
 class XSDInteger
           Title: xsd:integer
 class XSDLong
           Title: xsd:long
 

Methods in com.clarkparsia.pellet.datatypes that return Datatype
 Datatype<? extends T> EmptyRestrictedDatatype.getDatatype()
           
 Datatype<? extends T> RestrictedDatatype.getDatatype()
          Query for the base datatype of a restricted datatype.
 Datatype<? extends T> RestrictedFloatingPointDatatype.getDatatype()
           
 Datatype<? extends java.lang.Number> RestrictedRealDatatype.getDatatype()
           
 Datatype<?> DatatypeReasoner.getDatatype(aterm.ATermAppl uri)
          Get the datatype identified by a uri
 Datatype<?> DatatypeReasonerImpl.getDatatype(aterm.ATermAppl uri)
           
 Datatype<?> Datatype.getPrimitiveDatatype()
          Get the primitive datatype associated with this datatype.
 Datatype<?> InfiniteNamedDatatype.getPrimitiveDatatype()
           
 Datatype<?> XSDDecimal.getPrimitiveDatatype()
           
 Datatype<?> XSDDouble.getPrimitiveDatatype()
           
 Datatype<?> XSDFloat.getPrimitiveDatatype()
           
 Datatype<?> XSDInteger.getPrimitiveDatatype()
           
 Datatype<?> XSDLong.getPrimitiveDatatype()
           
 

Methods in com.clarkparsia.pellet.datatypes that return types with arguments of type Datatype
 java.util.List<Datatype<?>> XSDInteger.getDerivedFrom()
           
 

Constructors in com.clarkparsia.pellet.datatypes with parameters of type Datatype
EmptyRestrictedDatatype(Datatype<? extends T> datatype)
           
RestrictedFloatingPointDatatype(Datatype<? extends T> datatype, FloatingPointType<T> type)
           
RestrictedRealDatatype(Datatype<? extends java.lang.Number> datatype, OWLRealInterval interval)
           
 

Uses of Datatype in com.clarkparsia.pellet.datatypes.types.bool
 

Classes in com.clarkparsia.pellet.datatypes.types.bool that implement Datatype
 class XSDBoolean
           Title: xsd:boolean
 

Methods in com.clarkparsia.pellet.datatypes.types.bool that return Datatype
 Datatype<? extends java.lang.Boolean> RestrictedBooleanDatatype.getDatatype()
           
 Datatype<?> XSDBoolean.getPrimitiveDatatype()
           
 

Constructors in com.clarkparsia.pellet.datatypes.types.bool with parameters of type Datatype
RestrictedBooleanDatatype(Datatype<java.lang.Boolean> dt)
           
 

Uses of Datatype in com.clarkparsia.pellet.datatypes.types.datetime
 

Classes in com.clarkparsia.pellet.datatypes.types.datetime that implement Datatype
 class AbstractTimelineDatatype
           
 class XSDDate
           Title: xsd:date
 class XSDDateTime
           Title: xsd:dateTime
 class XSDDateTimeStamp
           Title: xsd:dateTimeStamp
 class XSDGDay
           Title: xsd:gDay
 class XSDGMonth
           Title: xsd:gMonth
 class XSDGMonthDay
           Title: xsd:gMonthDay
 class XSDGYear
           Title: xsd:gYear
 class XSDGYearMonth
           Title: xsd:gYearMonth
 class XSDTime
           Title: xsd:time
 

Methods in com.clarkparsia.pellet.datatypes.types.datetime that return Datatype
 Datatype<? extends javax.xml.datatype.XMLGregorianCalendar> RestrictedTimelineDatatype.getDatatype()
           
 Datatype<?> AbstractTimelineDatatype.getPrimitiveDatatype()
           
 Datatype<?> XSDDateTimeStamp.getPrimitiveDatatype()
           
 

Constructors in com.clarkparsia.pellet.datatypes.types.datetime with parameters of type Datatype
RestrictedTimelineDatatype(Datatype<? extends javax.xml.datatype.XMLGregorianCalendar> datatype, javax.xml.namespace.QName schemaType, boolean requireTz)
           
 

Uses of Datatype in com.clarkparsia.pellet.datatypes.types.duration
 

Classes in com.clarkparsia.pellet.datatypes.types.duration that implement Datatype
 class XSDDuration
           Title: xsd:string
 

Methods in com.clarkparsia.pellet.datatypes.types.duration that return Datatype
 Datatype<? extends javax.xml.datatype.Duration> RestrictedDurationDatatype.getDatatype()
           
 Datatype<?> XSDDuration.getPrimitiveDatatype()
           
 

Constructors in com.clarkparsia.pellet.datatypes.types.duration with parameters of type Datatype
RestrictedDurationDatatype(Datatype<javax.xml.datatype.Duration> dt)
           
 

Uses of Datatype in com.clarkparsia.pellet.datatypes.types.floating
 

Methods in com.clarkparsia.pellet.datatypes.types.floating that return Datatype
 Datatype<? extends T> RestrictedFloatingPointDatatype.getDatatype()
           
 Datatype<?> XSDDouble.getPrimitiveDatatype()
           
 Datatype<?> XSDFloat.getPrimitiveDatatype()
           
 

Constructors in com.clarkparsia.pellet.datatypes.types.floating with parameters of type Datatype
RestrictedFloatingPointDatatype(Datatype<? extends T> datatype, FloatingPointType<T> type)
           
 

Uses of Datatype in com.clarkparsia.pellet.datatypes.types.real
 

Classes in com.clarkparsia.pellet.datatypes.types.real that implement Datatype
 class AbstractDerivedIntegerType
           Title: Abstract derived integer type
 class OWLRational
           Title: owl:rational
 class OWLReal
           Title: owl:real
 class XSDByte
           Title: xsd:byte
 class XSDInt
           Title: xsd:int
 class XSDNegativeInteger
           Title: xsd:negativeInteger
 class XSDNonNegativeInteger
           Title: xsd:nonNegativeInteger
 class XSDNonPositiveInteger
           Title: xsd:nonPositiveInteger
 class XSDPositiveInteger
           Title: xsd:positiveInteger
 class XSDShort
           Title: xsd:short
 class XSDUnsignedByte
           Title: xsd:unsignedByte
 class XSDUnsignedInt
           Title: xsd:unsignedInt
 class XSDUnsignedLong
           Title: xsd:unsignedLong
 class XSDUnsignedShort
           Title: xsd:unsignedShort
 

Methods in com.clarkparsia.pellet.datatypes.types.real that return Datatype
 Datatype<? extends java.lang.Number> RestrictedRealDatatype.getDatatype()
           
 Datatype<?> AbstractDerivedIntegerType.getPrimitiveDatatype()
           
 Datatype<?> OWLRational.getPrimitiveDatatype()
           
 Datatype<?> OWLReal.getPrimitiveDatatype()
           
 Datatype<?> XSDDecimal.getPrimitiveDatatype()
           
 

Constructors in com.clarkparsia.pellet.datatypes.types.real with parameters of type Datatype
RestrictedRealDatatype(Datatype<? extends java.lang.Number> datatype, IntegerInterval ints, ContinuousRealInterval decimals, ContinuousRealInterval rationals)
           
 

Uses of Datatype in com.clarkparsia.pellet.datatypes.types.text
 

Classes in com.clarkparsia.pellet.datatypes.types.text that implement Datatype
 class RDFPlainLiteral
           Title: rdf:plainLiteral
 class XSDLanguage
           Copyright: Copyright (c) 2009
 class XSDName
           Copyright: Copyright (c) 2009
 class XSDNCName
           Copyright: Copyright (c) 2009
 class XSDNMToken
           Copyright: Copyright (c) 2009
 class XSDNormalizedString
           Copyright: Copyright (c) 2009
 class XSDString
           Title: xsd:string
 class XSDToken
           Copyright: Copyright (c) 2009
 

Methods in com.clarkparsia.pellet.datatypes.types.text that return Datatype
 Datatype<? extends aterm.ATermAppl> RestrictedTextDatatype.getDatatype()
           
 Datatype<?> RDFPlainLiteral.getPrimitiveDatatype()
           
 Datatype<?> XSDLanguage.getPrimitiveDatatype()
           
 Datatype<?> XSDNCName.getPrimitiveDatatype()
           
 Datatype<?> XSDNMToken.getPrimitiveDatatype()
           
 Datatype<?> XSDName.getPrimitiveDatatype()
           
 Datatype<?> XSDNormalizedString.getPrimitiveDatatype()
           
 Datatype<?> XSDString.getPrimitiveDatatype()
           
 Datatype<?> XSDToken.getPrimitiveDatatype()
           
 

Constructors in com.clarkparsia.pellet.datatypes.types.text with parameters of type Datatype
RestrictedTextDatatype(Datatype<aterm.ATermAppl> dt, boolean allowLang)
           
RestrictedTextDatatype(Datatype<aterm.ATermAppl> dt, java.lang.String pattern)
           
 

Uses of Datatype in com.clarkparsia.pellet.datatypes.types.uri
 

Classes in com.clarkparsia.pellet.datatypes.types.uri that implement Datatype
 class XSDAnyURI
           Title: xsd:string
 

Methods in com.clarkparsia.pellet.datatypes.types.uri that return Datatype
 Datatype<? extends aterm.ATermAppl> RestrictedURIDatatype.getDatatype()
           
 Datatype<?> XSDAnyURI.getPrimitiveDatatype()
           
 

Constructors in com.clarkparsia.pellet.datatypes.types.uri with parameters of type Datatype
RestrictedURIDatatype(Datatype<aterm.ATermAppl> dt)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.