slib.sglib.io.loader.slibformat
Class GraphLoader_SLIB
java.lang.Object
slib.sglib.io.loader.slibformat.GraphLoader_SLIB
- All Implemented Interfaces:
- GraphLoader
public class GraphLoader_SLIB
- extends Object
- implements GraphLoader
TODO Comment DO not Support transitivity and inverse definitions anymore
- Author:
- Sebastien Harispe
Method Summary |
void |
flush(slib.sglib.model.graph.G g,
String outfile)
|
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 |
void |
process(GDataConf conf,
slib.sglib.model.graph.G graph)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphLoader_SLIB
public GraphLoader_SLIB()
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
process
public void process(GDataConf conf,
slib.sglib.model.graph.G graph)
throws slib.utils.ex.SLIB_Exception
- Parameters:
conf
- graph
-
- Throws:
slib.utils.ex.SLIB_Exception
flush
public void flush(slib.sglib.model.graph.G g,
String outfile)
throws slib.utils.ex.SLIB_Ex_Critic
- Parameters:
g
- outfile
-
- Throws:
slib.utils.ex.SLIB_Ex_Critic
Copyright © 2013. All Rights Reserved.