|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphLoader
Generic interface defining the methods a graph loader must implements
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 |
Method Detail |
---|
slib.sglib.model.graph.G load(GraphConf conf) throws slib.utils.ex.SLIB_Exception
conf
- a GraphConf
object specifying the configuration the loader must takes into account
G
slib.utils.ex.SLIB_Exception
void populate(GDataConf conf, slib.sglib.model.graph.G g) throws slib.utils.ex.SLIB_Exception
conf
- a GraphConf
object specifying the configuration the loader must takes into accountg
-
slib.utils.ex.SLIB_Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |