GraphLab Project

graphlab.samples.extensions
Class OrderOneReport

java.lang.Object
  extended by graphlab.samples.extensions.OrderOneReport
All Implemented Interfaces:
BasicExtension, Extension, GraphReportExtension, GraphReportInterface

public class OrderOneReport
extends java.lang.Object
implements GraphReportExtension


Constructor Summary
OrderOneReport()
           
 
Method Summary
 java.lang.Object 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

OrderOneReport

public OrderOneReport()
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.Object calculate(GraphData gd)
Specified by:
calculate in interface GraphReportInterface

GraphLab Project