|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use DataRange | |
|---|---|
| org.dllearner.core | Core structure of DL-Learner including the definition of component types and a component manager. |
| org.dllearner.core.owl | Classes/Interfaces for representing OWL constructs - see the OWL 2 Structural Specification for details. |
| org.dllearner.reasoning | Implements the connection to other reasoner or own reasoning/caching algorithms. |
| Uses of DataRange in org.dllearner.core |
|---|
| Methods in org.dllearner.core that return DataRange | |
|---|---|
DataRange |
SchemaReasoner.getRange(DatatypeProperty datatypeProperty)
Returns the range of this data property. |
DataRange |
AbstractReasonerComponent.getRange(DatatypeProperty datatypeProperty)
|
DataRange |
ReasonerOld.getRange(DatatypeProperty datatypeProperty)
Deprecated. |
| Uses of DataRange in org.dllearner.core.owl |
|---|
| Subinterfaces of DataRange in org.dllearner.core.owl | |
|---|---|
interface |
DoubleDataRange
Ranges of type double for use in datatye restrictions. |
interface |
SimpleDoubleDataRange
A double data range with a single value used for restrictions, e.g. hasAge >= 18 (but not 65 >= hasAge >= 18). |
| Classes in org.dllearner.core.owl that implement DataRange | |
|---|---|
class |
BooleanDataRange
Allows to specify the value of a boolean datatype restriction, e.g. |
class |
Datatype
|
class |
DoubleMaxValue
Double data range restricted by a maximum value, e.g. |
class |
DoubleMinValue
Double data range restricted by a minimum value, e.g. |
| Methods in org.dllearner.core.owl that return DataRange | |
|---|---|
DataRange |
DatatypeSomeRestriction.getDataRange()
|
DataRange |
DatatypePropertyRangeAxiom.getRange()
|
| Constructors in org.dllearner.core.owl with parameters of type DataRange | |
|---|---|
DatatypeCardinalityRestriction(DatatypeProperty datatypeProperty,
DataRange dataRange,
int cardinality)
|
|
DatatypeExactCardinalityRestriction(DatatypeProperty datatypeProperty,
DataRange dataRange,
int cardinality)
|
|
DatatypeMaxCardinalityRestriction(DatatypeProperty datatypeProperty,
DataRange dataRange,
int cardinality)
|
|
DatatypeMinCardinalityRestriction(DatatypeProperty datatypeProperty,
DataRange dataRange,
int cardinality)
|
|
DatatypePropertyRangeAxiom(DatatypeProperty property,
DataRange domain)
|
|
DatatypeSomeRestriction(DatatypeProperty datatypeProperty,
DataRange dataRange)
|
|
| Uses of DataRange in org.dllearner.reasoning |
|---|
| Methods in org.dllearner.reasoning that return DataRange | |
|---|---|
DataRange |
SPARQLReasoner.getRange(DatatypeProperty datatypeProperty)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||