| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.profiles.violations | |
| org.semanticweb.owlapi.vocab |
Vocabulary package
|
| Modifier and Type | Method and Description |
|---|---|
OWLFacet |
OWLFacetRestriction.getFacet()
Gets the retricted facet
|
| Modifier and Type | Method and Description |
|---|---|
OWLDatatypeRestriction |
OWLDataFactory.getOWLDatatypeRestriction(OWLDatatype dataType,
OWLFacet facet,
OWLLiteral typedLiteral)
OWLDatatypeRestriction see
spec
|
OWLFacetRestriction |
OWLDataFactory.getOWLFacetRestriction(OWLFacet facet,
double facetValue) |
OWLFacetRestriction |
OWLDataFactory.getOWLFacetRestriction(OWLFacet facet,
float facetValue) |
OWLFacetRestriction |
OWLDataFactory.getOWLFacetRestriction(OWLFacet facet,
int facetValue) |
OWLFacetRestriction |
OWLDataFactory.getOWLFacetRestriction(OWLFacet facet,
OWLLiteral facetValue) |
| Modifier and Type | Method and Description |
|---|---|
OWLFacet |
UseOfIllegalFacetRestriction.getExpression() |
| Constructor and Description |
|---|
UseOfIllegalFacetRestriction(OWLOntology ontology,
OWLAxiom axiom,
OWLDatatypeRestriction dtr,
OWLFacet facet) |
| 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 |
|---|---|
Collection<OWLFacet> |
OWL2Datatype.getFacets()
Gets the facets that are allowed for facet restrictions of this datatype.
|
Set<OWLFacet> |
OWL2Datatype.Category.getFacets() |
Copyright © 2016 The University of Manchester. All Rights Reserved.