Uses of Interface
com.clarkparsia.pellet.datatypes.FloatingPointType

Packages that use FloatingPointType
com.clarkparsia.pellet.datatypes   
 

Uses of FloatingPointType in com.clarkparsia.pellet.datatypes
 

Classes in com.clarkparsia.pellet.datatypes that implement FloatingPointType
 class IEEEDoubleType
           Title: IEEE Double Type
 class IEEEFloatType
           Title: IEEE Float Type
 

Methods in com.clarkparsia.pellet.datatypes with parameters of type FloatingPointType
static
<U extends java.lang.Number & java.lang.Comparable<U>>
FloatingPointInterval<U>
FloatingPointInterval.unconstrained(FloatingPointType<U> type)
           
 

Constructors in com.clarkparsia.pellet.datatypes with parameters of type FloatingPointType
FloatingPointInterval(FloatingPointType<T> type, T point)
          Create a point interval.
FloatingPointInterval(FloatingPointType<T> type, T lower, T upper)
          Create an interval.
RestrictedFloatingPointDatatype(Datatype<? extends T> datatype, FloatingPointType<T> type)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.