|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Datatype | |
|---|---|
| org.mindswap.pellet | |
| org.mindswap.pellet.datatypes | |
| org.mindswap.pellet.query | |
| org.mindswap.pellet.query.impl | |
| org.mindswap.pellet.tableau.branch | |
| Uses of Datatype in org.mindswap.pellet |
|---|
| Methods in org.mindswap.pellet that return Datatype | |
|---|---|
Datatype |
Literal.getDatatype()
|
| Methods in org.mindswap.pellet with parameters of type Datatype | |
|---|---|
java.lang.String |
KnowledgeBase.addDatatype(Datatype datatype)
|
void |
KnowledgeBase.addDatatype(java.lang.String datatypeURI,
Datatype datatype)
|
java.util.List<aterm.ATermAppl> |
KnowledgeBase.getDataPropertyValues(aterm.ATermAppl r,
aterm.ATermAppl x,
Datatype datatype)
Return all literal values for a given dataproperty that belongs to the specified datatype. |
java.util.List<aterm.ATermAppl> |
ABox.getDataPropertyValues(aterm.ATermAppl s,
Role role,
Datatype datatype)
|
java.util.List<aterm.ATermAppl> |
ABox.getDataPropertyValues(aterm.ATermAppl s,
Role role,
Datatype datatype,
boolean onlyObvious)
|
java.util.List<aterm.ATermAppl> |
ABox.getObviousDataPropertyValues(aterm.ATermAppl s,
Role prop,
Datatype datatype)
|
| 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
|
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)
|
Datatype |
DatatypeReasoner.getDatatype(aterm.ATermAppl datatypeTerm)
|
Datatype |
DatatypeReasoner.getDatatype(java.lang.String datatypeURI)
|
Datatype |
DatatypeReasoner.getRestrictedDatatype(aterm.ATermAppl restrictedDatatype)
|
Datatype |
DatatypeReasoner.intersection(aterm.ATermAppl[] datatypeTerms)
Return a datatype that represents the intersection of a set of (possibly negated) datatypes. |
Datatype |
DatatypeReasoner.negate(Datatype datatype)
|
Datatype |
DatatypeReasoner.singleton(aterm.ATermAppl term)
|
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)
|
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)
|
void |
DatatypeReasoner.defineDatatype(java.lang.String name,
Datatype dt)
|
java.lang.String |
DatatypeReasoner.getDatatypeURI(Datatype datatype)
|
boolean |
DatatypeReasoner.isDefined(Datatype datatype)
|
Datatype |
DatatypeReasoner.negate(Datatype datatype)
|
| Uses of Datatype in org.mindswap.pellet.query |
|---|
| Methods in org.mindswap.pellet.query that return Datatype | |
|---|---|
Datatype |
Query.getDatatype(aterm.ATermAppl term)
Deprecated. |
| Methods in org.mindswap.pellet.query with parameters of type Datatype | |
|---|---|
void |
Query.addConstraint(aterm.ATermAppl lit,
Datatype dt)
Deprecated. |
| Uses of Datatype in org.mindswap.pellet.query.impl |
|---|
| Methods in org.mindswap.pellet.query.impl that return Datatype | |
|---|---|
Datatype |
QueryImpl.getDatatype(aterm.ATermAppl term)
|
| Methods in org.mindswap.pellet.query.impl with parameters of type Datatype | |
|---|---|
void |
QueryImpl.addConstraint(aterm.ATermAppl lit,
Datatype dt)
|
| Uses of Datatype in org.mindswap.pellet.tableau.branch |
|---|
| Constructors in org.mindswap.pellet.tableau.branch with parameters of type Datatype | |
|---|---|
LiteralValueBranch(ABox abox,
CompletionStrategy strategy,
Literal lit,
Datatype datatype)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||