Class Index | File Index

Classes


Class STRequests.SystemStart


Defined in: STRequests.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
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.
Class Detail
STRequests.SystemStart()
Method Detail
<static> STRequests.SystemStart.listOntManagers()
gets the list of ontology manager implementations (those Semantic Turkey extensions with an OSGi service implementing the 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.
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:

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Sep 25 2014 16:02:12 GMT+0200 (CEST)