GraphLab Project

graphlab.plugins.reports.extension
Interface GraphReportExtension<t>

All Superinterfaces:
BasicExtension, Extension, GraphReportInterface<t>
All Known Implementing Classes:
AdjMatrixEigenValues, ChromaticNumber, ColoringReport, ConnectorReportExtension, GirthSize, HelloWorldReport, IsEulerian, MaxAndMinDegree, MaxIndependentSetReport, NumOfConnectedComponents, NumOfEdges, NumOfQuadrangle, NumOfTriangles, NumOfVertices, NumOfVerticesReport, NumOfVerticesWithDegK, OrderKReport, OrderOneReport, VerticesDegreesList

public interface GraphReportExtension<t>
extends Extension, GraphReportInterface<t>

Author:
azin azadi

Method Summary
 
Methods inherited from interface graphlab.platform.extension.Extension
getDescription, getName
 
Methods inherited from interface graphlab.plugins.reports.GraphReportInterface
calculate
 


GraphLab Project