slib.sglib.io.loader.wordnet
Class GraphLoader_Wordnet
java.lang.Object
slib.sglib.io.loader.wordnet.GraphLoader_Wordnet
- All Implemented Interfaces:
- GraphLoader
public class GraphLoader_Wordnet
- extends Object
- implements GraphLoader
- Author:
- Harispe Sébastien
Method Summary |
slib.sglib.model.graph.G |
load(GraphConf conf)
Load a new Graph considering the given configuration |
static void |
main(String[] args)
|
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 |
GraphLoader_Wordnet
public GraphLoader_Wordnet()
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
main
public static void main(String[] args)
throws Exception
- Parameters:
args
-
- Throws:
Exception
Copyright © 2013. All Rights Reserved.