| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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 Number> |
RestrictedRealDatatype.getDatatype() |
Datatype<?> |
DatatypeReasoner.getDatatype(aterm.ATermAppl uri)
Get the datatype identified by a uri
|
Datatype<?> |
DatatypeReasonerImpl.getDatatype(aterm.ATermAppl uri) |
Datatype<?> |
XSDDouble.getPrimitiveDatatype() |
Datatype<?> |
XSDFloat.getPrimitiveDatatype() |
Datatype<?> |
XSDDecimal.getPrimitiveDatatype() |
Datatype<?> |
Datatype.getPrimitiveDatatype()
Get the primitive datatype associated with this datatype.
|
Datatype<?> |
InfiniteNamedDatatype.getPrimitiveDatatype() |
Datatype<?> |
XSDLong.getPrimitiveDatatype() |
Datatype<?> |
XSDInteger.getPrimitiveDatatype() |
| Modifier and Type | Method and Description |
|---|---|
List<Datatype<?>> |
XSDInteger.getDerivedFrom() |
| Constructor and Description |
|---|
EmptyRestrictedDatatype(Datatype<? extends T> datatype) |
RestrictedFloatingPointDatatype(Datatype<? extends T> datatype,
FloatingPointType<T> type) |
RestrictedRealDatatype(Datatype<? extends Number> datatype,
OWLRealInterval interval) |
| Modifier and Type | Class and Description |
|---|---|
class |
XSDBoolean
Title:
xsd:boolean |
| Modifier and Type | Method and Description |
|---|---|
Datatype<? extends Boolean> |
RestrictedBooleanDatatype.getDatatype() |
Datatype<?> |
XSDBoolean.getPrimitiveDatatype() |
| Constructor and Description |
|---|
RestrictedBooleanDatatype(Datatype<Boolean> dt) |
| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Field and Description |
|---|---|
protected Datatype<? extends XMLGregorianCalendar> |
RestrictedTimelineDatatype.datatype |
| Modifier and Type | Method and Description |
|---|---|
Datatype<? extends XMLGregorianCalendar> |
RestrictedTimelineDatatype.getDatatype() |
Datatype<?> |
XSDDateTimeStamp.getPrimitiveDatatype() |
Datatype<?> |
AbstractTimelineDatatype.getPrimitiveDatatype() |
| Constructor and Description |
|---|
RestrictedTimelineDatatype(Datatype<? extends XMLGregorianCalendar> datatype,
QName schemaType,
boolean requireTz) |
| Modifier and Type | Class and Description |
|---|---|
class |
XSDDuration
Title:
xsd:string |
| Modifier and Type | Method and Description |
|---|---|
Datatype<? extends Duration> |
RestrictedDurationDatatype.getDatatype() |
Datatype<?> |
XSDDuration.getPrimitiveDatatype() |
| Constructor and Description |
|---|
RestrictedDurationDatatype(Datatype<Duration> dt) |
| Modifier and Type | Method and Description |
|---|---|
Datatype<? extends T> |
RestrictedFloatingPointDatatype.getDatatype() |
Datatype<?> |
XSDDouble.getPrimitiveDatatype() |
Datatype<?> |
XSDFloat.getPrimitiveDatatype() |
| Constructor and Description |
|---|
RestrictedFloatingPointDatatype(Datatype<? extends T> datatype,
FloatingPointType<T> type) |
| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
Datatype<? extends Number> |
RestrictedRealDatatype.getDatatype() |
Datatype<?> |
OWLReal.getPrimitiveDatatype() |
Datatype<?> |
XSDDecimal.getPrimitiveDatatype() |
Datatype<?> |
AbstractDerivedIntegerType.getPrimitiveDatatype() |
Datatype<?> |
OWLRational.getPrimitiveDatatype() |
| Constructor and Description |
|---|
RestrictedRealDatatype(Datatype<? extends Number> datatype,
IntegerInterval ints,
ContinuousRealInterval decimals,
ContinuousRealInterval rationals) |
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
Datatype<? extends aterm.ATermAppl> |
RestrictedTextDatatype.getDatatype() |
Datatype<?> |
XSDName.getPrimitiveDatatype() |
Datatype<?> |
XSDToken.getPrimitiveDatatype() |
Datatype<?> |
RDFPlainLiteral.getPrimitiveDatatype() |
Datatype<?> |
XSDNCName.getPrimitiveDatatype() |
Datatype<?> |
XSDLanguage.getPrimitiveDatatype() |
Datatype<?> |
XSDNMToken.getPrimitiveDatatype() |
Datatype<?> |
XSDString.getPrimitiveDatatype() |
Datatype<?> |
XSDNormalizedString.getPrimitiveDatatype() |
| Constructor and Description |
|---|
RestrictedTextDatatype(Datatype<aterm.ATermAppl> dt,
boolean allowLang) |
RestrictedTextDatatype(Datatype<aterm.ATermAppl> dt,
String pattern) |
| Modifier and Type | Class and Description |
|---|---|
class |
XSDAnyURI
Title:
xsd:string |
| Modifier and Type | Method and Description |
|---|---|
Datatype<? extends aterm.ATermAppl> |
RestrictedURIDatatype.getDatatype() |
Datatype<?> |
XSDAnyURI.getPrimitiveDatatype() |
| Constructor and Description |
|---|
RestrictedURIDatatype(Datatype<aterm.ATermAppl> dt) |
Copyright © 2019. All rights reserved.