GraphLab Project

graphlab.plugins.commandline.commands
Class ShellServerCommands

java.lang.Object
  extended by graphlab.plugins.commandline.commands.ShellServerCommands

public class ShellServerCommands
extends java.lang.Object

Author:
Mohamad Ali Rostami

Constructor Summary
ShellServerCommands(BlackBoard bb)
           
 
Method Summary
 void exit()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellServerCommands

public ShellServerCommands(BlackBoard bb)
Method Detail

run

public void run()

exit

public void exit()

GraphLab Project