org.deri.iris.terms.concrete
Class IntegerTerm
java.lang.Object
org.deri.iris.terms.concrete.AbstractNumericTerm
org.deri.iris.terms.concrete.DecimalTerm
org.deri.iris.terms.concrete.IntegerTerm
- All Implemented Interfaces:
- Comparable<ITerm>, IDecimalTerm, IIntegerTerm, IConcreteTerm, INumericTerm, ITerm
- Direct Known Subclasses:
- LongTerm, NegativeInteger, NonNegativeInteger, NonPositiveInteger, PositiveInteger
public class IntegerTerm
- extends DecimalTerm
- implements IIntegerTerm
Simple implementation of the IIntegerTerm.
|
Method Summary |
URI |
getDatatypeIRI()
Returns the fully qualified identifier for the data type corresponding to
this term. |
| Methods inherited from interface org.deri.iris.api.terms.ITerm |
isGround |
getDatatypeIRI
public URI getDatatypeIRI()
- Description copied from interface:
IConcreteTerm
- Returns the fully qualified identifier for the data type corresponding to
this term. For instance, a terms representing a double data type should
return the URI "http://www.w3.org/2001/XMLSchema#double".
- Specified by:
getDatatypeIRI in interface IConcreteTerm- Overrides:
getDatatypeIRI in class DecimalTerm
- Returns:
- The fully qualified identifier for the data type corresponding to
this term.