Uses of Class
org.semanticweb.HermiT.datatypes.owlreal.Numbers.BoundaryDirection

Packages that use Numbers.BoundaryDirection
org.semanticweb.HermiT.datatypes.owlreal   
 

Uses of Numbers.BoundaryDirection in org.semanticweb.HermiT.datatypes.owlreal
 

Methods in org.semanticweb.HermiT.datatypes.owlreal that return Numbers.BoundaryDirection
static Numbers.BoundaryDirection Numbers.BoundaryDirection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Numbers.BoundaryDirection[] Numbers.BoundaryDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.semanticweb.HermiT.datatypes.owlreal with parameters of type Numbers.BoundaryDirection
static java.lang.Number Numbers.getNearestIntegerInBound(java.lang.Number bound, Numbers.BoundaryDirection boundaryDirection, boolean boundIsInclusive)