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

Packages that use OWLRealInterval
com.clarkparsia.pellet.datatypes   
 

Uses of OWLRealInterval in com.clarkparsia.pellet.datatypes
 

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

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

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

Constructors in com.clarkparsia.pellet.datatypes with parameters of type OWLRealInterval
RestrictedRealDatatype(Datatype<? extends java.lang.Number> datatype, OWLRealInterval interval)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.