public class InteractionGraph.NodeDegree
extends java.lang.Object
Constructor and Description |
---|
InteractionGraph.NodeDegree(int node) |
Modifier and Type | Method and Description |
---|---|
int |
compare(InteractionGraph.NodeDegree nodeDgr) |
int |
compareIn(InteractionGraph.NodeDegree nodeDgr) |
int |
compareOut(InteractionGraph.NodeDegree nodeDgr) |
int |
getNode() |
java.lang.String |
toString() |
public int getNode()
public int compareIn(InteractionGraph.NodeDegree nodeDgr)
public int compareOut(InteractionGraph.NodeDegree nodeDgr)
public int compare(InteractionGraph.NodeDegree nodeDgr)
public java.lang.String toString()
toString
in class java.lang.Object