GraphLab Project

graphlab.plugins.reports.basicreports
Class NumOfEdges

java.lang.Object
  extended by graphlab.plugins.reports.basicreports.NumOfEdges
All Implemented Interfaces:
BasicExtension, Extension, GraphReportExtension<java.lang.Integer>, GraphReportInterface<java.lang.Integer>

public class NumOfEdges
extends java.lang.Object
implements GraphReportExtension<java.lang.Integer>

Author:
azin azadi

Constructor Summary
NumOfEdges()
           
 
Method Summary
 java.lang.Integer calculate(GraphData gd)
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumOfEdges

public NumOfEdges()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Extension

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface Extension

calculate

public java.lang.Integer calculate(GraphData gd)
Specified by:
calculate in interface GraphReportInterface<java.lang.Integer>

GraphLab Project