| Modifier and Type | Interface and Description |
|---|---|
interface |
OntologyInputSource<O>
Deprecated.
Packages, class names etc. containing "ontonet" in any capitalization are being phased out.
Please switch to
OntologyInputSource
as soon as possible. |
| Modifier and Type | Method and Description |
|---|---|
org.semanticweb.owlapi.model.OWLOntologyID |
OntologyCollector.addOntology(OntologyInputSource<?> ontology)
Adds the given ontology to the ontology collector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGenericInputSource<O>
The abstract implementation of the
OntologyInputSource interface which is inherited by all concrete
implementations. |
class |
AbstractOntologyReferenceSource
Input sources that do not deliver an ontology object, but only a means for consumers to obtain one if they
wish, should subclass this one.
|
class |
StoredOntologySource
An reference source for an ontology already stored by Stanbol with the given public key.
|
| Modifier and Type | Method and Description |
|---|---|
OntologySpace |
OntologySpaceFactory.createCoreOntologySpace(String scopeId,
OntologyInputSource<?>... coreOntologies)
Creates and sets up a default core ontology space.
|
OntologySpace |
OntologySpaceFactory.createCustomOntologySpace(String scopeId,
OntologyInputSource<?>... customOntologies)
Creates and sets up a default custom ontology space.
|
Scope |
ScopeFactory.createOntologyScope(String scopeID,
OntologyInputSource<?>... coreOntologies)
Creates and returns a new ontology scope with the core space ontologies obtained from
coreSource and the custom space not set. |
OntologySpace |
OntologySpaceFactory.createOntologySpace(String scopeId,
OntologySpace.SpaceType type,
OntologyInputSource<?>... ontologySources)
Creates an ontology space of the specified type.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.