Package | Description |
---|---|
org.semanticweb.owlapi.apibinding |
Binding package
|
org.semanticweb.owlapi.dlsyntax.renderer | |
org.semanticweb.owlapi.functional.parser | |
org.semanticweb.owlapi.functional.renderer | |
org.semanticweb.owlapi.latex.renderer |
LaTeX syntax renderer
|
org.semanticweb.owlapi.manchestersyntax.renderer | |
org.semanticweb.owlapi.model |
Main API classes.
|
org.semanticweb.owlapi.owlxml.renderer | |
org.semanticweb.owlapi.rdf.model |
RDF model package
|
org.semanticweb.owlapi.util |
Utilities package
|
org.semanticweb.owlapitools.builders | |
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 |
---|---|
static OWLDatatypeRestriction |
OWLFunctionalSyntaxFactory.DatatypeRestriction(OWLDatatype datatype,
OWLFacetRestriction... facetRestrictions) |
Modifier and Type | Method and Description |
---|---|
void |
DLSyntaxObjectRenderer.visit(OWLFacetRestriction node) |
Modifier and Type | Method and Description |
---|---|
OWLFacetRestriction |
OWLFunctionalSyntaxParser.DataRangeFacetRestriction() |
Modifier and Type | Method and Description |
---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLFacetRestriction node) |
Modifier and Type | Method and Description |
---|---|
void |
LatexObjectVisitor.visit(OWLFacetRestriction node) |
Modifier and Type | Method and Description |
---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLFacetRestriction node) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Set<OWLFacetRestriction> |
OWLDatatypeRestriction.getFacetRestrictions()
Gets the facet restrictions on this data range
|
Modifier and Type | Method and Description |
---|---|
OWLDatatypeRestriction |
OWLDataFactory.getOWLDatatypeRestriction(OWLDatatype dataType,
OWLFacetRestriction... facetRestrictions) |
O |
OWLDataVisitorEx.visit(OWLFacetRestriction node)
visit OWLFacetRestriction type
|
void |
OWLDataVisitor.visit(OWLFacetRestriction node)
visit OWLFacetRestriction type
|
Modifier and Type | Method and Description |
---|---|
OWLDatatypeRestriction |
OWLDataFactory.getOWLDatatypeRestriction(OWLDatatype dataType,
Set<OWLFacetRestriction> facetRestrictions)
OWLDatatypeRestriction see
specification
|
Modifier and Type | Method and Description |
---|---|
void |
OWLXMLObjectRenderer.visit(OWLFacetRestriction node) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTranslator.visit(OWLFacetRestriction node) |
Modifier and Type | Method and Description |
---|---|
OWLFacetRestriction |
OWLObjectDesharer.visit(OWLFacetRestriction node) |
Modifier and Type | Method and Description |
---|---|
void |
StructureWalker.visit(OWLFacetRestriction node) |
void |
SimpleRendererDebug.visit(OWLFacetRestriction node) |
void |
SimpleRenderer.visit(OWLFacetRestriction node) |
void |
OWLObjectVisitorAdapter.visit(OWLFacetRestriction node) |
void |
OWLObjectTypeIndexProvider.visit(OWLFacetRestriction node) |
void |
OWLObjectDuplicator.visit(OWLFacetRestriction node) |
OWLFacetRestriction |
OWLObjectDesharer.visit(OWLFacetRestriction node) |
void |
OWLObjectComponentCollector.visit(OWLFacetRestriction node) |
Collection<OWLEntity> |
OWLEntityCollector.visit(OWLFacetRestriction node) |
O |
OWLDataVisitorExAdapter.visit(OWLFacetRestriction node) |
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(OWLFacetRestriction node) |
void |
OWLAnnotationPropertyTransformer.visit(OWLFacetRestriction node) |
void |
HashCode.visit(OWLFacetRestriction node) |
void |
DeprecatedOWLEntityCollector.visit(OWLFacetRestriction node)
Deprecated.
|
O |
DelegatingObjectVisitorEx.visit(OWLFacetRestriction node) |
void |
DLExpressivityChecker.visit(OWLFacetRestriction node) |
Modifier and Type | Method and Description |
---|---|
OWLFacetRestriction |
BuilderFacetRestriction.buildObject() |
Constructor and Description |
---|
BuilderFacetRestriction(OWLFacetRestriction expected,
OWLDataFactory df)
builder initialized from an existing object
|
Modifier and Type | Class and Description |
---|---|
class |
OWLFacetRestrictionImpl |
Modifier and Type | Method and Description |
---|---|
OWLFacetRestriction |
OWLDataFactoryImpl.getOWLFacetRestriction(OWLFacet facet,
double facetValue) |
OWLFacetRestriction |
OWLDataFactoryImpl.getOWLFacetRestriction(OWLFacet facet,
float facetValue) |
OWLFacetRestriction |
OWLDataFactoryImpl.getOWLFacetRestriction(OWLFacet facet,
int facetValue) |
OWLFacetRestriction |
OWLDataFactoryImpl.getOWLFacetRestriction(OWLFacet facet,
OWLLiteral facetValue) |
Modifier and Type | Method and Description |
---|---|
Set<OWLFacetRestriction> |
OWLDatatypeRestrictionImpl.getFacetRestrictions() |
Modifier and Type | Method and Description |
---|---|
OWLDatatypeRestriction |
OWLDataFactoryImpl.getOWLDatatypeRestriction(OWLDatatype dataType,
OWLFacetRestriction... facetRestrictions) |
void |
AbstractEntityRegistrationManager.visit(OWLFacetRestriction node) |
Modifier and Type | Method and Description |
---|---|
OWLDatatypeRestriction |
OWLDataFactoryImpl.getOWLDatatypeRestriction(OWLDatatype dataType,
Set<OWLFacetRestriction> facetRestrictions) |
Constructor and Description |
---|
OWLDatatypeRestrictionImpl(OWLDatatype datatype,
Set<OWLFacetRestriction> facetRestrictions) |
Copyright © 2020 The University of Manchester. All rights reserved.