GraphLab Project

graphlab.plugins.main.extension
Interface GraphActionInterface

All Known Subinterfaces:
GraphActionExtension
All Known Implementing Classes:
AutomaticUpdatorAction, CompleteSelectionAction, FileOpener, GraphPower, LineGraph, MakeSelectionComplementGraph, MakeSelectionCompleteGraph, MakeSelectionEmptyGraph, ScaleInSelection, ScaleOutSelection, ShowReports, VisitGraphLabHomePage

public interface GraphActionInterface

Author:
azin azadi

Method Summary
 void action(GraphData graphData)
           
 

Method Detail

action

void action(GraphData graphData)

GraphLab Project