Uses of Class
com.clarkparsia.pellet.datatypes.types.real.ContinuousRealInterval

Packages that use ContinuousRealInterval
com.clarkparsia.pellet.datatypes.types.real   
 

Uses of ContinuousRealInterval in com.clarkparsia.pellet.datatypes.types.real
 

Methods in com.clarkparsia.pellet.datatypes.types.real that return ContinuousRealInterval
static ContinuousRealInterval ContinuousRealInterval.allReals()
           
 ContinuousRealInterval ContinuousRealInterval.greater(java.lang.Number n)
          Get the subinterval greater than n
 ContinuousRealInterval ContinuousRealInterval.intersection(ContinuousRealInterval that)
           
 ContinuousRealInterval ContinuousRealInterval.less(java.lang.Number n)
          Get the subinterval less than n
 

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

Methods in com.clarkparsia.pellet.datatypes.types.real with parameters of type ContinuousRealInterval
 boolean ContinuousRealInterval.canUnionWith(ContinuousRealInterval other)
           
 IntervalRelations ContinuousRealInterval.compare(ContinuousRealInterval other)
           
 ContinuousRealInterval ContinuousRealInterval.intersection(ContinuousRealInterval that)
           
 java.util.List<ContinuousRealInterval> ContinuousRealInterval.remove(ContinuousRealInterval other)
           
 java.util.List<ContinuousRealInterval> ContinuousRealInterval.union(ContinuousRealInterval other)
           
 

Constructors in com.clarkparsia.pellet.datatypes.types.real with parameters of type ContinuousRealInterval
RestrictedRealDatatype(Datatype<? extends java.lang.Number> datatype, IntegerInterval ints, ContinuousRealInterval decimals, ContinuousRealInterval rationals)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.