public class NodeStat
extends java.lang.Object
Constructor and Description |
---|
NodeStat() |
Modifier and Type | Method and Description |
---|---|
void |
constructOneDegree() |
int |
getDegree() |
boolean |
isDegreeFullyConstructed() |
protected void |
setDegree(int degree) |
java.lang.String |
toString() |
public int getDegree()
protected void setDegree(int degree)
public void constructOneDegree()
public boolean isDegreeFullyConstructed()
public java.lang.String toString()
toString
in class java.lang.Object