GraphLab Project

Uses of Interface
graphlab.plugins.reports.extension.GraphReportExtension

Packages that use GraphReportExtension
graphlab.extensions.reports   
graphlab.plugins.connector   
graphlab.plugins.reports.basicreports   
graphlab.plugins.reports.extension   
graphlab.plugins.reports.ui   
graphlab.samples.extensions   
 

Uses of GraphReportExtension in graphlab.extensions.reports
 

Classes in graphlab.extensions.reports that implement GraphReportExtension
 class ChromaticNumber
           
 class ColoringReport
           
 class MaxIndependentSetReport
           
 

Uses of GraphReportExtension in graphlab.plugins.connector
 

Classes in graphlab.plugins.connector that implement GraphReportExtension
 class ConnectorReportExtension
           
 

Uses of GraphReportExtension in graphlab.plugins.reports.basicreports
 

Classes in graphlab.plugins.reports.basicreports that implement GraphReportExtension
 class AdjMatrixEigenValues
           
 class GirthSize
           
 class IsEulerian
           
 class MaxAndMinDegree
           
 class NumOfConnectedComponents
           
 class NumOfEdges
           
 class NumOfQuadrangle
           
 class NumOfTriangles
           
 class NumOfVertices
           
 class NumOfVerticesWithDegK
           
 class VerticesDegreesList
           
 

Uses of GraphReportExtension in graphlab.plugins.reports.extension
 

Fields in graphlab.plugins.reports.extension declared as GraphReportExtension
protected  GraphReportExtension GraphReportExtensionAction.mr
           
 

Constructors in graphlab.plugins.reports.extension with parameters of type GraphReportExtension
GraphReportExtensionAction(BlackBoard bb, GraphReportExtension gg)
           
 

Uses of GraphReportExtension in graphlab.plugins.reports.ui
 

Methods in graphlab.plugins.reports.ui with parameters of type GraphReportExtension
 void ReportsUI.addReport(GraphReportExtension gre)
           
 

Uses of GraphReportExtension in graphlab.samples.extensions
 

Classes in graphlab.samples.extensions that implement GraphReportExtension
 class HelloWorldReport
           
 class NumOfVerticesReport
           
 class OrderKReport
           
 class OrderOneReport
           
 


GraphLab Project