org.deri.iris.api.terms.concrete
Interface IFloatTerm

All Superinterfaces:
Comparable<ITerm>, IConcreteTerm, INumericTerm, ITerm
All Known Implementing Classes:
FloatTerm

public interface IFloatTerm
extends INumericTerm

An interface for representing the float datatype.

Remark: IRIS supports datatypes according to the standard specification for primitive XML Schema datatypes.


Field Summary
static String DATATYPE_URI
           
 
Method Summary
 
Methods inherited from interface org.deri.iris.api.terms.INumericTerm
getValue, isNegativeInfinity, isNotANumber, isPositiveInfinity
 
Methods inherited from interface org.deri.iris.api.terms.IConcreteTerm
getDatatypeIRI, toCanonicalString
 
Methods inherited from interface org.deri.iris.api.terms.ITerm
isGround
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

DATATYPE_URI

static final String DATATYPE_URI
See Also:
Constant Field Values