GraphLab Project

Uses of Class
graphlab.plugins.main.GraphData

Packages that use GraphData
graphlab.extensions.actions   
graphlab.extensions.reports   
graphlab.plugins   
graphlab.plugins.automaticupdator   
graphlab.plugins.commonplugin.help.actions   
graphlab.plugins.connector   
graphlab.plugins.main   
graphlab.plugins.main.extension   
graphlab.plugins.main.select   
graphlab.plugins.reports   
graphlab.plugins.reports.basicreports   
graphlab.samples.extensions   
 

Uses of GraphData in graphlab.extensions.actions
 

Methods in graphlab.extensions.actions with parameters of type GraphData
 void LineGraph.action(GraphData graphData)
           
 void GraphPower.action(GraphData graphData)
           
 

Uses of GraphData in graphlab.extensions.reports
 

Methods in graphlab.extensions.reports with parameters of type GraphData
 java.lang.Object ColoringReport.calculate(GraphData gd)
           
 java.lang.Object MaxIndependentSetReport.calculate(GraphData gd)
           
 java.lang.Object ChromaticNumber.calculate(GraphData gd)
           
 

Uses of GraphData in graphlab.plugins
 

Methods in graphlab.plugins with parameters of type GraphData
 void FileOpener.action(GraphData gd)
           
 

Uses of GraphData in graphlab.plugins.automaticupdator
 

Methods in graphlab.plugins.automaticupdator with parameters of type GraphData
 void AutomaticUpdatorAction.action(GraphData gd)
           
 

Uses of GraphData in graphlab.plugins.commonplugin.help.actions
 

Methods in graphlab.plugins.commonplugin.help.actions with parameters of type GraphData
 void VisitGraphLabHomePage.action(GraphData gd)
           
 

Uses of GraphData in graphlab.plugins.connector
 

Methods in graphlab.plugins.connector with parameters of type GraphData
 java.lang.Object ConnectorReportExtension.calculate(GraphData gd)
           
 

Uses of GraphData in graphlab.plugins.main
 

Methods in graphlab.plugins.main with parameters of type GraphData
abstract  void GraphAction.performJob(GraphData graphData)
           
 

Uses of GraphData in graphlab.plugins.main.extension
 

Methods in graphlab.plugins.main.extension with parameters of type GraphData
 void GraphActionInterface.action(GraphData graphData)
           
 

Uses of GraphData in graphlab.plugins.main.select
 

Methods in graphlab.plugins.main.select with parameters of type GraphData
 void MakeSelectionCompleteGraph.action(GraphData gd)
           
 void MakeSelectionComplementGraph.action(GraphData gd)
           
 void ScaleOutSelection.action(GraphData gd)
           
 void MakeSelectionEmptyGraph.action(GraphData gd)
           
static java.util.Vector<EdgeModel> MakeSelectionComplementGraph.fillUndoEdges(java.util.HashMap<java.lang.String,java.lang.Object> properties, GraphData gd, java.lang.String lbl)
           
static void ScaleOutSelection.fillUndoPos(java.util.HashMap<java.lang.String,java.lang.Object> properties, GraphData gd, java.lang.String lbl)
           
 

Uses of GraphData in graphlab.plugins.reports
 

Methods in graphlab.plugins.reports with parameters of type GraphData
 void ShowReports.action(GraphData gd)
           
 t GraphReportInterface.calculate(GraphData gd)
           
 

Uses of GraphData in graphlab.plugins.reports.basicreports
 

Methods in graphlab.plugins.reports.basicreports with parameters of type GraphData
 java.lang.Object NumOfTriangles.calculate(GraphData gd)
           
 java.lang.Object NumOfConnectedComponents.calculate(GraphData gd)
           
 java.lang.Integer NumOfEdges.calculate(GraphData gd)
           
 java.lang.Object AdjMatrixEigenValues.calculate(GraphData gd)
           
 java.lang.Object NumOfVertices.calculate(GraphData gd)
           
 java.lang.Object NumOfQuadrangle.calculate(GraphData gd)
           
 java.lang.Object MaxAndMinDegree.calculate(GraphData gd)
           
 java.lang.Object GirthSize.calculate(GraphData gd)
           
 java.lang.Object NumOfVerticesWithDegK.calculate(GraphData gd)
           
 java.lang.Object IsEulerian.calculate(GraphData gd)
           
 java.lang.Object VerticesDegreesList.calculate(GraphData gd)
           
 

Uses of GraphData in graphlab.samples.extensions
 

Methods in graphlab.samples.extensions with parameters of type GraphData
 void CompleteSelectionAction.action(GraphData graphData)
           
 java.lang.Object OrderOneReport.calculate(GraphData gd)
           
 java.lang.Object HelloWorldReport.calculate(GraphData gd)
           
 java.lang.Object NumOfVerticesReport.calculate(GraphData gd)
           
 java.lang.Object OrderKReport.calculate(GraphData gd)
           
 


GraphLab Project