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

Packages that use Datatype
org.mindswap.pellet   
org.mindswap.pellet.datatypes   
org.mindswap.pellet.query   
org.mindswap.pellet.query.impl   
 

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.util.List 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 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 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 XSDSimpleType.deriveByRestriction(java.lang.String facet, java.lang.String value)
          Return a new XSD datatype derived from the current type by restricting a facet.
 Datatype DatatypeReasoner.enumeration(java.util.Set values)
           
 Datatype DatatypeReasoner.getDatatype(aterm.ATermAppl datatypeTerm)
           
 Datatype DatatypeReasoner.getDatatype(java.lang.String datatypeURI)
           
 Datatype DatatypeReasoner.intersection(aterm.ATermAppl[] datatypeTerms)
          Return a datatype that represents the intersection of a set of (possibly negated) datatypes.
 Datatype DatatypeReasoner.singleton(aterm.ATermAppl term)
           
 Datatype XSDBoolean.singleton(java.lang.Object value)
           
 Datatype EmptyDatatype.singleton(java.lang.Object value)
           
 Datatype Datatype.singleton(java.lang.Object value)
           
 Datatype BaseXSDAtomicType.singleton(java.lang.Object value)
           
 Datatype BaseUnionDatatype.singleton(java.lang.Object value)
           
 Datatype BaseAtomicDatatype.singleton(java.lang.Object value)
           
 

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)
           
 

Uses of Datatype in org.mindswap.pellet.query
 

Methods in org.mindswap.pellet.query that return Datatype
 Datatype Query.getDatatype(aterm.ATermAppl term)
           
 

Methods in org.mindswap.pellet.query with parameters of type Datatype
 void Query.addConstraint(aterm.ATermAppl lit, Datatype dt)
           
 

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)
           
 Datatype DConstraint.getDerivedDatatype()
           
 

Methods in org.mindswap.pellet.query.impl with parameters of type Datatype
 void QueryImpl.addConstraint(aterm.ATermAppl lit, Datatype dt)
           
 



Copyright © 2007-2009 Natalya Keberle. All Rights Reserved.