|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |