| Package | Description |
|---|---|
| org.semanticweb.owlapi.apibinding |
Guice modules and binding package.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.providers |
Provider interfaces.
|
| org.semanticweb.owlapi.owlxml.renderer |
OWL/XML syntax parser and renderer.
|
| org.semanticweb.owlapi.profiles.violations |
Violation classes.
|
| org.semanticweb.owlapi.vocab |
Vocabulary package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| Modifier and Type | Method and Description |
|---|---|
static OWLFacetRestriction |
OWLFunctionalSyntaxFactory.FacetRestriction(OWLFacet facet,
OWLLiteral facetValue) |
| Modifier and Type | Method and Description |
|---|---|
OWLFacet |
OWLFacetRestriction.getFacet()
Gets the retricted facet.
|
| Modifier and Type | Method and Description |
|---|---|
OWLDatatypeRestriction |
DatatypeExpressionProvider.getOWLDatatypeRestriction(OWLDatatype dataType,
OWLFacet facet,
OWLLiteral typedLiteral)
OWLDatatypeRestriction
see
spec
|
default OWLFacetRestriction |
DatatypeExpressionProvider.getOWLFacetRestriction(OWLFacet facet,
double facetValue) |
default OWLFacetRestriction |
DatatypeExpressionProvider.getOWLFacetRestriction(OWLFacet facet,
float facetValue) |
default OWLFacetRestriction |
DatatypeExpressionProvider.getOWLFacetRestriction(OWLFacet facet,
int facetValue) |
OWLFacetRestriction |
DatatypeExpressionProvider.getOWLFacetRestriction(OWLFacet facet,
OWLLiteral facetValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLXMLWriter.writeFacetAttribute(OWLFacet facet) |
| Modifier and Type | Method and Description |
|---|---|
OWLFacet |
UseOfIllegalFacetRestriction.getExpression() |
| Constructor and Description |
|---|
UseOfIllegalFacetRestriction(OWLOntology ontology,
OWLAxiom axiom,
OWLDatatypeRestriction dtr,
OWLFacet facet) |
| Modifier and Type | Field and Description |
|---|---|
static Map<IRI,OWLFacet> |
OWLFacet.FACET_IRIS
All facet iris.
|
| Modifier and Type | Method and Description |
|---|---|
static OWLFacet |
OWLFacet.getFacet(IRI iri) |
static OWLFacet |
OWLFacet.getFacetByShortName(String shortName)
Gets a facet by its short name.
|
static OWLFacet |
OWLFacet.getFacetBySymbolicName(String symbolicName) |
static OWLFacet |
OWLFacet.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OWLFacet[] |
OWLFacet.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<OWLFacet> |
OWL2Datatype.Category.facets() |
Collection<OWLFacet> |
OWL2Datatype.getFacets()
Gets the facets that are allowed for facet restrictions of this datatype.
|
Set<OWLFacet> |
OWL2Datatype.Category.getFacets()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OWLFacet |
BuilderFacetRestriction.getFacet() |
| Modifier and Type | Method and Description |
|---|---|
BuilderFacetRestriction |
BuilderFacetRestriction.withFacet(OWLFacet arg) |
| Modifier and Type | Method and Description |
|---|---|
OWLFacet |
OWLFacetRestrictionImpl.getFacet() |
| Modifier and Type | Method and Description |
|---|---|
OWLDatatypeRestriction |
OWLDataFactoryImpl.getOWLDatatypeRestriction(OWLDatatype dataType,
OWLFacet facet,
OWLLiteral typedLiteral) |
OWLFacetRestriction |
OWLDataFactoryImpl.getOWLFacetRestriction(OWLFacet facet,
OWLLiteral facetValue) |
| Constructor and Description |
|---|
OWLFacetRestrictionImpl(OWLFacet facet,
OWLLiteral facetValue) |
Copyright © 2017 The University of Manchester. All Rights Reserved.