| Package | Description |
|---|---|
| org.apache.stanbol.ontologymanager.ontonet.api.scope | |
| org.apache.stanbol.ontologymanager.servicesapi.scope | |
| org.apache.stanbol.ontologymanager.servicesapi.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OntologyScope
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
Scope |
ScopeRegistry.getScope(String scopeID)
Returns the unique ontology scope identified by the given ID.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Scope> |
ScopeRegistry.getActiveScopes() |
Set<Scope> |
ScopeRegistry.getRegisteredScopes()
Returns the set of registered ontology scopes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeRegistry.deregisterScope(Scope scope)
Removes an ontology scope from this registry, thus deactivating the scope and all of its associated
spaces.
|
void |
ScopeRegistry.registerScope(Scope scope)
Equivalent to
registerScope(scope, false). |
void |
ScopeRegistry.registerScope(Scope scope,
boolean activate)
Adds an ontology scope to this registry, thus activating the scope if
activate is set and
(at a bare minumum) its core space. |
void |
ScopeEventListener.scopeActivated(Scope scope)
Called after an ontology scope, assuming it is already registered
somewhere, is activated.
|
void |
ScopeEventListener.scopeCreated(Scope scope)
Called after a new ontology scope has been created.
|
void |
ScopeEventListener.scopeDeactivated(Scope scope)
Called after an ontology scope, assuming it is already registered
somewhere, is deactivated.
|
void |
ScopeEventListener.scopeRegistered(Scope scope)
Called after an ontology scope is added to the scope registry.
|
void |
ScopeEventListener.scopeUnregistered(Scope scope)
Called after an ontology scope is removed from the scope registry.
|
| Modifier and Type | Method and Description |
|---|---|
static org.semanticweb.owlapi.model.OWLOntology |
ScopeSetRenderer.getScopes(Set<Scope> scopes) |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.