| Package | Description |
|---|---|
| openllet.owlapi | |
| openllet.owlapi.facet |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLAPILoader
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
|
class |
OWLGenericTools
The main difference between OWLTools and OWLGenericTools is the usage of static resources by OWLTools.
|
class |
OWLSelfTools
Management of ontologies that have a reference on self.
|
class |
OWLTools
The main difference between OWLTools and OWLGenericTools is the usage of static resources by OWLTools from OWLUtils.
|
| Modifier and Type | Method and Description |
|---|---|
static OWLHelper |
OWLHelper.createLightHelper(InputStream inputStream)
When you have finish use this Helper, you must call {dispose() and eventually getGroup().close()}
|
static OWLHelper |
OWLHelper.createLightHelper(OpenlletReasoner reasoner)
When you have finish use this Helper, you must call {dispose() and eventually getGroup().close()}
|
static OWLHelper |
OWLHelper.createLightHelper(org.semanticweb.owlapi.model.OWLOntology ontology)
When you have finish use this Helper, you must call {dispose() and eventually getGroup().close()}
|
default OWLHelper |
OWLHelper.derivate()
Same as derivate but with a version number based on EPOCH time.
|
default OWLHelper |
OWLHelper.derivate(double version)
Clone into another ontology with the same axioms and same manager.
|
| Modifier and Type | Method and Description |
|---|---|
default Optional<OWLHelper> |
OWLGroup.getHelper(org.semanticweb.owlapi.model.OWLOntologyID ontologyID) |
default Optional<OWLHelper> |
OWLGroup.getOntology(org.semanticweb.owlapi.model.IRI ontology,
double version,
boolean isVolatile)
Seek the asked ontology.
|
default Optional<OWLHelper> |
OWLGroup.getOntology(org.semanticweb.owlapi.model.OWLOntologyID ontologyID,
boolean isVolatile)
Seek the asked ontology.
|
default Stream<OWLHelper> |
OWLGroup.getPersistentsHelper() |
default Stream<OWLHelper> |
OWLGroup.getVolatilesHelper() |
default Optional<OWLHelper> |
OWLHelper.look(org.semanticweb.owlapi.model.IRI ontology) |
default Optional<OWLHelper> |
OWLHelper.look(org.semanticweb.owlapi.model.IRI ontology,
double version) |
| Modifier and Type | Method and Description |
|---|---|
default void |
OWLGroup.remove(OWLHelper helper) |
| Modifier and Type | Method and Description |
|---|---|
OWLHelper |
FacetHelperOWL.getKB() |
Copyright © 2018. All rights reserved.