Class Index | File Index

Classes


Class STRequests.InputOutput


Defined in: STRequests.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
STRequests.InputOutput.clearRepository()
clears all data in current ontology.
<static>  
STRequests.InputOutput.loadRepository(file, baseUri)
loads data from an RDF file.
<static>  
STRequests.InputOutput.saveRepository(file)
saves an RDF file with the content of current ontology.
Class Detail
STRequests.InputOutput()
Method Detail
<static> STRequests.InputOutput.clearRepository()
clears all data in current ontology. It leaves only baseuri and namespace unchanged
Defined in: SERVICE_InputOutput.js.
Returns:

<static> STRequests.InputOutput.loadRepository(file, baseUri)
loads data from an RDF file. The extension of the file determines the format for reading data
Defined in: SERVICE_InputOutput.js.
Parameters:
file
baseUri
Returns:

<static> STRequests.InputOutput.saveRepository(file)
saves an RDF file with the content of current ontology.
The chosen extension for the file determines the format for the output
Defined in: SERVICE_InputOutput.js.
Parameters:
file
Returns:

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