GraphLab Project

graphlab.plugins.main
Class GraphData

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

public class GraphData
extends java.lang.Object

This class provides usefull information and methods all in one place

Author:
azin azadi

Field Summary
 CorePluginMethods core
           
 SaveLoadPluginMethods saveLoad
           
 SelectPluginMethods select
           
 
Constructor Summary
GraphData(BlackBoard blackboard)
           
 
Method Summary
 BlackBoard getBlackboard()
           
 GraphModel getGraph()
           
 AbstractGraphRenderer getGraphRenderer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

select

public SelectPluginMethods select

saveLoad

public SaveLoadPluginMethods saveLoad

core

public CorePluginMethods core
Constructor Detail

GraphData

public GraphData(BlackBoard blackboard)
Method Detail

getGraph

public GraphModel getGraph()
Returns:
returns the current graph

getGraphRenderer

public AbstractGraphRenderer getGraphRenderer()

getBlackboard

public BlackBoard getBlackboard()

GraphLab Project