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

Packages that use AtomicDatatype
org.mindswap.pellet.datatypes   
 

Uses of AtomicDatatype in org.mindswap.pellet.datatypes
 

Subinterfaces of AtomicDatatype in org.mindswap.pellet.datatypes
 interface XSDAtomicType
           
 

Classes in org.mindswap.pellet.datatypes that implement AtomicDatatype
 class BaseAtomicDatatype
           
 class BaseXSDAtomicType
           
 class EmptyDatatype
          Represents an unsatisfiable datatype, that is, a datatype that does not accept any value.
 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 XSDString
           
 class XSDTime
           
 class XSDYear
           
 class XSDYearMonth
           
 

Methods in org.mindswap.pellet.datatypes that return AtomicDatatype
 AtomicDatatype AtomicDatatype.difference(AtomicDatatype dt)
           
 AtomicDatatype BaseAtomicDatatype.difference(AtomicDatatype dt)
           
 AtomicDatatype BaseXSDAtomicType.difference(AtomicDatatype dt)
           
 AtomicDatatype EmptyDatatype.difference(AtomicDatatype dt)
           
 AtomicDatatype XSDBoolean.difference(AtomicDatatype dt)
           
 AtomicDatatype BaseXSDAtomicType.enumeration(java.util.Set enum_)
           
 AtomicDatatype EmptyDatatype.enumeration(java.util.Set values)
           
 AtomicDatatype AtomicDatatype.enumeration(java.util.Set<java.lang.Object> values)
           
 AtomicDatatype BaseAtomicDatatype.enumeration(java.util.Set<java.lang.Object> values)
           
 AtomicDatatype AtomicDatatype.getPrimitiveType()
           
 AtomicDatatype EmptyDatatype.getPrimitiveType()
           
 AtomicDatatype RDFXMLLiteral.getPrimitiveType()
           
 AtomicDatatype UnknownDatatype.getPrimitiveType()
           
 AtomicDatatype XSDAnyURI.getPrimitiveType()
           
 AtomicDatatype XSDBoolean.getPrimitiveType()
           
 AtomicDatatype XSDDate.getPrimitiveType()
           
 AtomicDatatype XSDDateTime.getPrimitiveType()
           
 AtomicDatatype XSDDay.getPrimitiveType()
           
 AtomicDatatype XSDDecimal.getPrimitiveType()
           
 AtomicDatatype XSDDouble.getPrimitiveType()
           
 AtomicDatatype XSDDuration.getPrimitiveType()
           
 AtomicDatatype XSDFloat.getPrimitiveType()
           
 AtomicDatatype XSDMonth.getPrimitiveType()
           
 AtomicDatatype XSDMonthDay.getPrimitiveType()
           
 AtomicDatatype XSDString.getPrimitiveType()
           
 AtomicDatatype XSDTime.getPrimitiveType()
           
 AtomicDatatype XSDYear.getPrimitiveType()
           
 AtomicDatatype XSDYearMonth.getPrimitiveType()
           
 AtomicDatatype AtomicDatatype.intersection(AtomicDatatype dt)
           
 AtomicDatatype BaseAtomicDatatype.intersection(AtomicDatatype dt)
           
 AtomicDatatype BaseXSDAtomicType.intersection(AtomicDatatype dt)
           
 AtomicDatatype EmptyDatatype.intersection(AtomicDatatype dt)
           
 AtomicDatatype XSDBoolean.intersection(AtomicDatatype dt)
           
 AtomicDatatype XSDDecimal.intersection(AtomicDatatype dt)
           
 AtomicDatatype AtomicDatatype.not()
           
 AtomicDatatype BaseAtomicDatatype.not()
           
 AtomicDatatype BaseXSDAtomicType.not()
           
 AtomicDatatype EmptyDatatype.not()
           
 AtomicDatatype XSDBoolean.not()
           
 AtomicDatatype AtomicDatatype.union(AtomicDatatype dt)
           
 AtomicDatatype BaseAtomicDatatype.union(AtomicDatatype dt)
           
 AtomicDatatype BaseXSDAtomicType.union(AtomicDatatype dt)
           
 AtomicDatatype EmptyDatatype.union(AtomicDatatype dt)
           
 AtomicDatatype XSDBoolean.union(AtomicDatatype dt)
           
 

Methods in org.mindswap.pellet.datatypes with parameters of type AtomicDatatype
 boolean BaseDatatype.contains(java.lang.Object value, AtomicDatatype datatype)
           
 boolean BaseUnionDatatype.contains(java.lang.Object value, AtomicDatatype datatype)
           
 boolean Datatype.contains(java.lang.Object value, AtomicDatatype datatype)
          Deprecated.  
 boolean EmptyDatatype.contains(java.lang.Object value, AtomicDatatype datatype)
           
 AtomicDatatype AtomicDatatype.difference(AtomicDatatype dt)
           
 AtomicDatatype BaseAtomicDatatype.difference(AtomicDatatype dt)
           
 AtomicDatatype BaseXSDAtomicType.difference(AtomicDatatype dt)
           
 AtomicDatatype EmptyDatatype.difference(AtomicDatatype dt)
           
 AtomicDatatype XSDBoolean.difference(AtomicDatatype dt)
           
 AtomicDatatype AtomicDatatype.intersection(AtomicDatatype dt)
           
 AtomicDatatype BaseAtomicDatatype.intersection(AtomicDatatype dt)
           
 AtomicDatatype BaseXSDAtomicType.intersection(AtomicDatatype dt)
           
 AtomicDatatype EmptyDatatype.intersection(AtomicDatatype dt)
           
 AtomicDatatype XSDBoolean.intersection(AtomicDatatype dt)
           
 AtomicDatatype XSDDecimal.intersection(AtomicDatatype dt)
           
 AtomicDatatype AtomicDatatype.union(AtomicDatatype dt)
           
 AtomicDatatype BaseAtomicDatatype.union(AtomicDatatype dt)
           
 AtomicDatatype BaseXSDAtomicType.union(AtomicDatatype dt)
           
 AtomicDatatype EmptyDatatype.union(AtomicDatatype dt)
           
 AtomicDatatype XSDBoolean.union(AtomicDatatype dt)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.