GraphLab Project

graphlab.plugins.commandline
Class ShellPluginMethods

java.lang.Object
  extended by graphlab.plugins.commandline.ShellPluginMethods

public class ShellPluginMethods
extends java.lang.Object

Author:
Azin Azadi

Constructor Summary
ShellPluginMethods()
           
 
Method Summary
static Shell getCurrentShell(BlackBoard b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellPluginMethods

public ShellPluginMethods()
Method Detail

getCurrentShell

public static Shell getCurrentShell(BlackBoard b)
See Also:
Shell.getCurrentShell(graphlab.platform.core.BlackBoard)

GraphLab Project