| Package | Description |
|---|---|
| org.apache.stanbol.ontologymanager.ontonet.api.scope | |
| org.apache.stanbol.ontologymanager.servicesapi.scope |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CoreOntologySpace
Deprecated.
Packages, class names etc. containing "ontonet" in any capitalization are being phased out. In
addition, the distinction between core and custom spaces will disappear at the operational
level. Please switch to
OntologySpace as soon as possible. |
interface |
CustomOntologySpace
Deprecated.
Packages, class names etc. containing "ontonet" in any capitalization are being phased out. In
addition, the distinction between core and custom spaces will disappear at the operational
level. Please switch to
OntologySpace as soon as possible. |
interface |
OntologySpace
Deprecated.
|
| 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.
|
OntologySpace |
OntologySpaceFactory.createOntologySpace(String scopeId,
OntologySpace.SpaceType type,
OntologyInputSource<?>... ontologySources)
Creates an ontology space of the specified type.
|
OntologySpace |
Scope.getCoreSpace()
Returns the core ontology space for this ontology scope.
|
OntologySpace |
Scope.getCustomSpace()
Returns the custom ontology space for this ontology scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Scope.setCustomSpace(OntologySpace customSpace)
Sets an ontology space as the custom space for this scope.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.