slib.sglib.io.loader.bio.snomedct
Class GraphLoaderSnomedCT_RF2

java.lang.Object
  extended by slib.sglib.io.loader.bio.snomedct.GraphLoaderSnomedCT_RF2
All Implemented Interfaces:
GraphLoader

public class GraphLoaderSnomedCT_RF2
extends Object
implements GraphLoader

Author:
Harispe Sébastien

Field Summary
static String ARG_CONCEPT_FILE
           
static String ARG_LOAD_INACTIVE_CONCEPTS
           
static String ARG_LOAD_INACTIVE_RELATIONSHIPS
           
static String ARG_PREFIX
           
static String ARG_RELATIONSHIP_FILE
           
static String ID_SUBCLASSOF_SNOMED
           
static Map<String,org.openrdf.model.URI> idMapping
           
 
Constructor Summary
GraphLoaderSnomedCT_RF2()
           
 
Method Summary
 slib.sglib.model.graph.G load(GraphConf conf)
          Load a new Graph considering the given configuration
 void populate(GDataConf conf, slib.sglib.model.graph.G g)
          Populate an existing graph considering the given configuration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ARG_CONCEPT_FILE

public static String ARG_CONCEPT_FILE

ARG_RELATIONSHIP_FILE

public static String ARG_RELATIONSHIP_FILE

ARG_PREFIX

public static String ARG_PREFIX

ARG_LOAD_INACTIVE_CONCEPTS

public static String ARG_LOAD_INACTIVE_CONCEPTS

ARG_LOAD_INACTIVE_RELATIONSHIPS

public static String ARG_LOAD_INACTIVE_RELATIONSHIPS

ID_SUBCLASSOF_SNOMED

public static String ID_SUBCLASSOF_SNOMED

idMapping

public static Map<String,org.openrdf.model.URI> idMapping
Constructor Detail

GraphLoaderSnomedCT_RF2

public GraphLoaderSnomedCT_RF2()
Method Detail

load

public slib.sglib.model.graph.G load(GraphConf conf)
                              throws slib.utils.ex.SLIB_Exception
Description copied from interface: GraphLoader
Load a new Graph considering the given configuration

Specified by:
load in interface GraphLoader
Parameters:
conf - a GraphConf object specifying the configuration the loader must takes into account
Returns:
a graph G
Throws:
slib.utils.ex.SLIB_Exception

populate

public void populate(GDataConf conf,
                     slib.sglib.model.graph.G g)
              throws slib.utils.ex.SLIB_Exception
Description copied from interface: GraphLoader
Populate an existing graph considering the given configuration

Specified by:
populate in interface GraphLoader
Parameters:
conf - a GraphConf object specifying the configuration the loader must takes into account
Throws:
slib.utils.ex.SLIB_Exception


Copyright © 2013. All Rights Reserved.