|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PluginHandlerInterface
Method Summary | |
---|---|
void |
init(java.lang.String path,
BlackBoard blackboard)
Default "child plugin" initializer. |
Method Detail |
---|
void init(java.lang.String path, BlackBoard blackboard)
path
- path of config file. if your config file
is in the jar file and in directory "/plugin/config/"
and it's name is "config.xml", you should set "plugin-configxml"
to "/plugin/config/config.xml"blackboard
- blackboard of GraphLab instancePluginInterface.init(graphlab.platform.core.BlackBoard)
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |