public class GraphLoader_CSV extends Object implements GraphLoader
| Constructor and Description |
|---|
GraphLoader_CSV() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMapping(int id,
String prefix) |
void |
addStatementTemplate(int src_id,
int target_id,
org.openrdf.model.URI predicate_URI) |
void |
populate(GDataConf conf,
G g)
Populate an existing graph considering the given configuration
|
public void addMapping(int id,
String prefix)
id - prefix - public void addStatementTemplate(int src_id,
int target_id,
org.openrdf.model.URI predicate_URI)
src_id - target_id - predicate_URI - public void populate(GDataConf conf, G g) throws SLIB_Exception
GraphLoaderpopulate in interface GraphLoaderconf - a GraphConf object specifying the configuration the loader must takes into accountSLIB_ExceptionCopyright © 2014. All rights reserved.