GraphLab Project

Uses of Class
graphlab.plugins.commandline.Shell

Packages that use Shell
graphlab.plugins.commandline   
graphlab.plugins.commandline.extensionloader   
graphlab.plugins.commandline.parsers   
 

Uses of Shell in graphlab.plugins.commandline
 

Fields in graphlab.plugins.commandline declared as Shell
 Shell ShellConsole.shell
           
 

Methods in graphlab.plugins.commandline that return Shell
static Shell Shell.getCurrentShell(BlackBoard b)
           
static Shell ShellPluginMethods.getCurrentShell(BlackBoard b)
           
 

Constructors in graphlab.plugins.commandline with parameters of type Shell
ShellHyperlinkHandler(Shell shell)
           
ShellServer(BlackBoard bb, Shell shell)
           
 

Uses of Shell in graphlab.plugins.commandline.extensionloader
 

Constructors in graphlab.plugins.commandline.extensionloader with parameters of type Shell
BSHExtensionLoader(Shell shell)
           
 

Uses of Shell in graphlab.plugins.commandline.parsers
 

Constructors in graphlab.plugins.commandline.parsers with parameters of type Shell
DefaultParser(Shell shell)
           
InwardCommandParser(Interpreter interpreter, Shell shell)
           
OperatorParser(Interpreter interpreter, Shell shell)
           
 


GraphLab Project