public class ShortPathClustering.Distance extends java.lang.Object implements java.lang.Comparable<ShortPathClustering.Distance>
Constructor and Description |
---|
ShortPathClustering.Distance() |
ShortPathClustering.Distance(java.lang.Integer pathLength,
java.lang.Integer pathNumber) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ShortPathClustering.Distance dist) |
boolean |
minByComp(ShortPathClustering.Distance dist) |
void |
set(ShortPathClustering.Distance dist) |
ShortPathClustering.Distance |
setDistance(ShortPathClustering.Distance dist) |
java.lang.String |
toString() |
public ShortPathClustering.Distance()
public ShortPathClustering.Distance(java.lang.Integer pathLength, java.lang.Integer pathNumber)
public void set(ShortPathClustering.Distance dist)
public int compareTo(ShortPathClustering.Distance dist)
compareTo
in interface java.lang.Comparable<ShortPathClustering.Distance>
public boolean minByComp(ShortPathClustering.Distance dist)
public ShortPathClustering.Distance setDistance(ShortPathClustering.Distance dist)
public java.lang.String toString()
toString
in class java.lang.Object