| Package | Description |
|---|---|
| org.mindswap.pellet.datatypes |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AtomicDatatype |
interface |
UnionDatatype |
interface |
XSDAtomicType |
| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Datatype> |
BaseUnionDatatype.members |
| Modifier and Type | Method and Description |
|---|---|
Datatype |
XSDString.deriveByRestriction(String facet,
String value) |
Datatype |
DatatypeReasoner.enumeration(Set values)
Deprecated.
|
Datatype |
DatatypeReasoner.getDatatype(aterm.ATermAppl datatypeTerm)
Deprecated.
|
Datatype |
DatatypeReasoner.getDatatype(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(Object value) |
Datatype |
EmptyDatatype.singleton(Object value) |
Datatype |
BaseUnionDatatype.singleton(Object value) |
Datatype |
Datatype.singleton(Object value)
Deprecated.
|
Datatype |
XSDBoolean.singleton(Object value) |
Datatype |
BaseXSDAtomicType.singleton(Object value) |
| Modifier and Type | Method and Description |
|---|---|
Set<Datatype> |
BaseUnionDatatype.getMembers() |
Set<Datatype> |
UnionDatatype.getMembers() |
| Modifier and Type | Method and Description |
|---|---|
String |
DatatypeReasoner.defineDatatype(Datatype dt)
Deprecated.
|
void |
DatatypeReasoner.defineDatatype(String name,
Datatype dt)
Deprecated.
|
String |
DatatypeReasoner.getDatatypeURI(Datatype datatype)
Deprecated.
|
boolean |
DatatypeReasoner.isDefined(Datatype datatype)
Deprecated.
|
Datatype |
DatatypeReasoner.negate(Datatype datatype)
Deprecated.
|
Copyright © 2013. All Rights Reserved.