| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.profiles | |
| org.semanticweb.owlapi.util | |
| org.semanticweb.owlapi.vocab |
| Modifier and Type | Method and Description |
|---|---|
OWLFacet |
OWLFacetRestriction.getFacet()
Gets the retricted facet
|
| Modifier and Type | Method and Description |
|---|---|
OWLDatatypeRestriction |
OWLDataFactory.getOWLDatatypeRestriction(OWLDatatype dataRange,
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.getFacet() |
| Constructor and Description |
|---|
UseOfIllegalFacetRestriction(OWLOntology ontology,
OWLAxiom axiom,
OWLDatatypeRestriction dtr,
OWLFacet facet) |
| Modifier and Type | Method and Description |
|---|---|
static Set<OWLFacetRestriction> |
OWLDataUtil.getFacetRestrictionSet(OWLDataFactory dataFactory,
OWLFacet facet,
OWLLiteral facetValue) |
| 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 © 2014 The University of Manchester. All Rights Reserved.