|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.plugins.main.saveload.core.extension.GraphIOExtensionHandler
public class GraphIOExtensionHandler
the plug in handler for graph Input and Output, this class loads classes that are implementing GraphReaderExtension interface,...
Field Summary | |
---|---|
static java.lang.String |
defaultFile
|
Fields inherited from interface graphlab.platform.preferences.lastsettings.StorableOnExit |
---|
SETTINGS |
Constructor Summary | |
---|---|
GraphIOExtensionHandler(boolean isHandlingReaders)
|
Method Summary | |
---|---|
AbstractAction |
handle(BlackBoard b,
java.lang.Object ext)
tries to handle the given Object as a known Extension,... |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String defaultFile
Constructor Detail |
---|
public GraphIOExtensionHandler(boolean isHandlingReaders)
isHandlingReaders
- indicates that if this Object should handle GraphReaders or GraphWritersMethod Detail |
---|
public AbstractAction handle(BlackBoard b, java.lang.Object ext)
ExtensionHandler
handle
in interface ExtensionHandler
b
- ext
-
AbstractExtensionAction
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |