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

Packages that use OWLRealInterval.LineType
com.clarkparsia.pellet.datatypes   
 

Uses of OWLRealInterval.LineType in com.clarkparsia.pellet.datatypes
 

Methods in com.clarkparsia.pellet.datatypes that return OWLRealInterval.LineType
 OWLRealInterval.LineType OWLRealInterval.getType()
           
 OWLRealInterval.LineType OWLRealInterval.LineType.intersect(OWLRealInterval.LineType other)
           
static OWLRealInterval.LineType OWLRealInterval.LineType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OWLRealInterval.LineType[] OWLRealInterval.LineType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.clarkparsia.pellet.datatypes with parameters of type OWLRealInterval.LineType
 OWLRealInterval.LineType OWLRealInterval.LineType.intersect(OWLRealInterval.LineType other)
           
 

Constructors in com.clarkparsia.pellet.datatypes with parameters of type OWLRealInterval.LineType
OWLRealInterval(java.lang.Number lower, java.lang.Number upper, boolean inclusiveLower, boolean inclusiveUpper, OWLRealInterval.LineType type)
          Create an interval.
 



Copyright © 2004 Evren Sirin. All Rights Reserved.