| Package | Description |
|---|---|
| org.apache.stanbol.ontologymanager.ontonet.api.io | |
| org.apache.stanbol.ontologymanager.servicesapi.io | |
| org.apache.stanbol.ontologymanager.servicesapi.ontology |
| Modifier and Type | Class and Description |
|---|---|
class |
Origin<R>
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected Origin<?> |
AbstractGenericInputSource.origin
Where the ontology object was retrieved from.
|
| Modifier and Type | Method and Description |
|---|---|
static Origin<org.semanticweb.owlapi.model.IRI> |
Origin.create(org.semanticweb.owlapi.model.IRI physicalURL)
Creates a new Origin for a resource that can be retrieved by dereferencing the given IRI as an URL.
|
static Origin<org.semanticweb.owlapi.model.OWLOntologyID> |
Origin.create(org.semanticweb.owlapi.model.OWLOntologyID publicKey)
Creates a new Origin for a resource whose public key is known.
|
static Origin<org.apache.clerezza.rdf.core.UriRef> |
Origin.create(org.apache.clerezza.rdf.core.UriRef graphName)
Creates a new Origin for a resource that can be retrieved by querying a Clerezza store for a graph with
the given name.
|
Origin<?> |
OntologyInputSource.getOrigin()
Returns a reference object that can be used for obtaining the supplied ontology.
|
Origin<?> |
AbstractGenericInputSource.getOrigin() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractGenericInputSource.bindPhysicalOrigin(Origin<?> origin)
This method is used to remind developers to bind a physical reference to the
OntologyInputSource if intending to do so. |
| Constructor and Description |
|---|
AbstractOntologyReferenceSource(Origin<?> origin) |
| Modifier and Type | Method and Description |
|---|---|
org.semanticweb.owlapi.model.OWLOntologyID |
OntologyProvider.loadInStore(InputStream data,
String formatIdentifier,
boolean force,
Origin<?>... references)
Retrieves an ontology by reading its content from a data stream and stores it using the storage system
attached to this provider.
|
org.semanticweb.owlapi.model.OWLOntologyID |
OntologyProvider.loadInStore(org.semanticweb.owlapi.model.IRI location,
String formatIdentifier,
boolean force,
Origin<?>... references)
Retrieves an ontology physically located at
location (unless mapped otherwise by the
offline configuration) and stores it using the storage system attached to this provider. |
org.semanticweb.owlapi.model.OWLOntologyID |
OntologyProvider.loadInStore(Object ontology,
boolean force,
Origin<?>... references)
Stores an ontology that has already been loaded into an object.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.