| Modifier and Type | Class and Description |
|---|---|
class |
DuplicateIDException
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. |
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
DuplicateSessionIDException
Thrown when attempting to create a
Session by forcing a session ID that is already registered, even
if it used to be associated to a session that has been destroyed. |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.