Uses of Class
com.clarkparsia.pellet.datatypes.FloatingPointInterval

Packages that use FloatingPointInterval
com.clarkparsia.pellet.datatypes   
 

Uses of FloatingPointInterval in com.clarkparsia.pellet.datatypes
 

Methods in com.clarkparsia.pellet.datatypes that return FloatingPointInterval
 FloatingPointInterval<T> FloatingPointInterval.greater(T n)
          Get the subinterval greater than n
 FloatingPointInterval<T> FloatingPointInterval.intersection(FloatingPointInterval<T> that)
           
 FloatingPointInterval<T> FloatingPointInterval.less(T n)
          Get the subinterval less than n
static
<U extends java.lang.Number & java.lang.Comparable<U>>
FloatingPointInterval<U>
FloatingPointInterval.unconstrained(FloatingPointType<U> type)
           
 

Methods in com.clarkparsia.pellet.datatypes that return types with arguments of type FloatingPointInterval
 java.util.List<FloatingPointInterval<T>> FloatingPointInterval.remove(FloatingPointInterval<T> other)
           
 java.util.List<FloatingPointInterval<T>> FloatingPointInterval.union(FloatingPointInterval<T> other)
           
 

Methods in com.clarkparsia.pellet.datatypes with parameters of type FloatingPointInterval
 boolean FloatingPointInterval.canUnionWith(FloatingPointInterval<T> other)
           
 FloatingPointInterval<T> FloatingPointInterval.intersection(FloatingPointInterval<T> that)
           
 java.util.List<FloatingPointInterval<T>> FloatingPointInterval.remove(FloatingPointInterval<T> other)
           
 java.util.List<FloatingPointInterval<T>> FloatingPointInterval.union(FloatingPointInterval<T> other)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.