|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mindswap.pellet.datatypes.BaseDatatype
org.mindswap.pellet.datatypes.BaseXSDAtomicType
org.mindswap.pellet.datatypes.XSDDecimal
public class XSDDecimal
Nested Class Summary | |
---|---|
static class |
XSDDecimal.DecimalValueSpace
|
Field Summary | |
---|---|
static ValueSpace |
DECIMAL_VALUE_SPACE
|
static XSDDecimal |
instance
|
static ValueSpace |
INTEGER_VALUE_SPACE
|
Method Summary | |
---|---|
BaseXSDAtomicType |
create(GenericIntervalList intervals)
|
AtomicDatatype |
getPrimitiveType()
|
AtomicDatatype |
intersection(AtomicDatatype dt)
|
Methods inherited from class org.mindswap.pellet.datatypes.BaseXSDAtomicType |
---|
contains, deriveByRestriction, difference, enumeration, getValue, getValue, getValueSpace, not, restrictLength, restrictMax, restrictMaxExclusive, restrictMaxInclusive, restrictMaxLength, restrictMin, restrictMinExclusive, restrictMinInclusive, restrictMinLength, restrictPattern, singleton, size, toString, union |
Methods inherited from class org.mindswap.pellet.datatypes.BaseDatatype |
---|
contains, getName, getURI, isEmpty |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.mindswap.pellet.datatypes.XSDAtomicType |
---|
deriveByRestriction, restrictLength, restrictMax, restrictMaxExclusive, restrictMaxInclusive, restrictMaxLength, restrictMin, restrictMinExclusive, restrictMinInclusive, restrictMinLength, restrictPattern |
Methods inherited from interface org.mindswap.pellet.datatypes.AtomicDatatype |
---|
difference, enumeration, not, union |
Methods inherited from interface org.mindswap.pellet.datatypes.Datatype |
---|
contains, contains, getName, getURI, getValue, getValue, isEmpty, singleton, size |
Field Detail |
---|
public static final ValueSpace DECIMAL_VALUE_SPACE
public static final ValueSpace INTEGER_VALUE_SPACE
public static XSDDecimal instance
Method Detail |
---|
public BaseXSDAtomicType create(GenericIntervalList intervals)
create
in class BaseXSDAtomicType
public AtomicDatatype getPrimitiveType()
getPrimitiveType
in interface AtomicDatatype
public AtomicDatatype intersection(AtomicDatatype dt)
intersection
in interface AtomicDatatype
intersection
in class BaseXSDAtomicType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |