graphlab.gui.plugins.main
Class GraphData

java.lang.Object
  extended by graphlab.gui.plugins.main.GraphData

public class GraphData
extends java.lang.Object

Author:
azin azadi

Field Summary
 CorePluginMethods core
           
 HelpPluginMethods help
           
 SaveLoadPluginMethods io
           
 PreviewPluginMethods preview
           
 ReporterPluginMethods reporter
           
 RightClickPluginMethods rightclick
           
 SelectPluginMethods select
           
 
Constructor Summary
GraphData(BlackBoard blackboard)
           
 
Method Summary
 BlackBoard getBlackboard()
           
 Graph getGraph()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

select

public SelectPluginMethods select

io

public SaveLoadPluginMethods io

rightclick

public RightClickPluginMethods rightclick

reporter

public ReporterPluginMethods reporter

preview

public PreviewPluginMethods preview

help

public HelpPluginMethods help

core

public CorePluginMethods core
Constructor Detail

GraphData

public GraphData(BlackBoard blackboard)
Method Detail

getGraph

public Graph getGraph()
Returns:
returns the current graph

getBlackboard

public BlackBoard getBlackboard()