|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ElkDataRange | |
|---|---|
| org.semanticweb.elk.owl.interfaces | |
| Uses of ElkDataRange in org.semanticweb.elk.owl.interfaces |
|---|
| Subinterfaces of ElkDataRange in org.semanticweb.elk.owl.interfaces | |
|---|---|
interface |
ElkDataComplementOf
Corresponds to the complement of a data range in the OWL 2 specification. |
interface |
ElkDataIntersectionOf
Corresponds to an Intersection of Data Ranges in the OWL 2 specification. |
interface |
ElkDataOneOf
Corresponds to an Enumeration of Literals in the OWL 2 specification. |
interface |
ElkDatatype
Corresponds to a Datatype in the OWL 2 specification. |
interface |
ElkDatatypeRestriction
Corresponds to an Datatype Restrictions in the OWL 2 specification. |
interface |
ElkDataUnionOf
Corresponds to a Union of Data Ranges in the OWL 2 specification. |
| Methods in org.semanticweb.elk.owl.interfaces that return ElkDataRange | |
|---|---|
ElkDataRange |
ElkDatatypeDefinitionAxiom.getDataRange()
|
ElkDataRange |
ElkDataPropertyListRestrictionQualified.getDataRange()
|
ElkDataRange |
ElkDataComplementOf.getDataRange()
Get the data range that this expression refers to. |
| Methods in org.semanticweb.elk.owl.interfaces that return types with arguments of type ElkDataRange | |
|---|---|
List<? extends ElkDataRange> |
ElkDataIntersectionOf.getDataRanges()
Get the list of data ranges that this expression refers to. |
List<? extends ElkDataRange> |
ElkDataUnionOf.getDataRanges()
Get the list of data ranges that this expression refers to. |
| Method parameters in org.semanticweb.elk.owl.interfaces with type arguments of type ElkDataRange | |
|---|---|
ElkDataIntersectionOf |
ElkObjectFactory.getDataIntersectionOf(List<? extends ElkDataRange> dataRanges)
Create an ElkDataIntersectionOf. |
ElkDataUnionOf |
ElkObjectFactory.getDataUnionOf(List<? extends ElkDataRange> dataRanges)
Create an ElkDataUnionOf. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||