|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.plugins.reports.basicreports.NumOfVerticesWithDegK
public class NumOfVerticesWithDegK
Field Summary | |
---|---|
static java.lang.Integer |
k
|
Constructor Summary | |
---|---|
NumOfVerticesWithDegK()
|
Method Summary | |
---|---|
java.lang.Object |
calculate(GraphData gd)
|
java.lang.String |
checkParameters()
checks the parameters and return an error string if the parameter values are invalid, otherwise it returns null, also if some other fields should be set after setting the parameters you can do it in this method |
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 |
Field Detail |
---|
public static java.lang.Integer k
Constructor Detail |
---|
public NumOfVerticesWithDegK()
Method Detail |
---|
public java.lang.String getName()
getName
in interface Extension
public java.lang.String getDescription()
getDescription
in interface Extension
public java.lang.Object calculate(GraphData gd)
calculate
in interface GraphReportInterface
public java.lang.String checkParameters()
Parametrizable
checkParameters
in interface Parametrizable
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |