Class STRequests.SystemStart
Defined in: STRequests.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
<static> |
STRequests.SystemStart.listOntManagers()
gets the list of ontology manager implementations (those Semantic Turkey extensions with an OSGi service
implementing the
STOntologyManager interface) |
<static> |
STRequests.SystemStart.start(baseuri, ontmanager)
asks Semantic Turkey to start.
|
Method Detail
<static>
STRequests.SystemStart.listOntManagers()
gets the list of ontology manager implementations (those Semantic Turkey extensions with an OSGi service
implementing the
Defined in: SERVICE_SystemStart.js.
STOntologyManager
interface)
Defined in: SERVICE_SystemStart.js.
- Returns:
<static>
STRequests.SystemStart.start(baseuri, ontmanager)
asks Semantic Turkey to start. This involves creation of the main project and setting of its
characteristic, if it has not already been setup
baseuri and ontmanager are optional. If baseuri is not specified, Semantic Turkey tries to get it from the current main project. If ontmanager is not specified, Semantic Turkey tries to get it from the current project or to get the currently available one if there is only one, otherwise, an exception is being thrown
Defined in: SERVICE_SystemStart.js.
baseuri and ontmanager are optional. If baseuri is not specified, Semantic Turkey tries to get it from the current main project. If ontmanager is not specified, Semantic Turkey tries to get it from the current project or to get the currently available one if there is only one, otherwise, an exception is being thrown
Defined in: SERVICE_SystemStart.js.
- Parameters:
- baseuri
- (optional) If not specified, Semantic Turkey tries to get it from the current main project or it throws an exception
- ontmanager
- (optional) If not specified, Semantic Turkey tries to get it from the current project or to get the currently available one if there is only one, otherwise, an exception is being thrown
- Returns: