graphlab.gui.plugins.commandline
Class Run

java.lang.Object
  extended by graphlab.main.core.action.AbstractAction
      extended by graphlab.gui.plugins.commandline.Run
All Implemented Interfaces:
Action, Notifiable

public class Run
extends AbstractAction

Author:
Mohammad Ali Rostami

Field Summary
 java.util.HashMap<java.lang.String,java.lang.String> abbrs
           
 GraphCommands cms
           
 java.util.HashMap<java.lang.String,java.lang.reflect.Method> commands
           
 GraphData data
           
static Event event
           
 java.util.HashMap<java.lang.reflect.Method,java.lang.Object> methodObjects
          the Objects that the methods should be invoked on.
 
Fields inherited from class graphlab.main.core.action.AbstractAction
listeningEvents
 
Constructor Summary
Run(BlackBoard bb)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void performJob(java.lang.String name)
          like Action
 
Methods inherited from class graphlab.main.core.action.AbstractAction
disable, doJob, enable, getBlackBoard, isEnable, setBlackBoard
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

event

public static final Event event

data

public GraphData data

commands

public java.util.HashMap<java.lang.String,java.lang.reflect.Method> commands

abbrs

public java.util.HashMap<java.lang.String,java.lang.String> abbrs

methodObjects

public java.util.HashMap<java.lang.reflect.Method,java.lang.Object> methodObjects
the Objects that the methods should be invoked on.


cms

public GraphCommands cms
Constructor Detail

Run

public Run(BlackBoard bb)
Method Detail

performJob

public void performJob(java.lang.String name)
Description copied from class: AbstractAction
like Action

Specified by:
performJob in class AbstractAction

main

public static void main(java.lang.String[] args)