Modifier and Type | Field and Description |
---|---|
static double |
MAX_DIST |
cacheEnabled
Constructor and Description |
---|
HungarianBundle(Bundle b) |
Modifier and Type | Method and Description |
---|---|
protected double |
getDistance(Bundle a,
Bundle b)
must override to provide the distance between a and b
|
Bundle |
getWrapped()
must override this to provide a way to get at the wrapped Type object
|
static void |
main(java.lang.String[] args) |
getDistanceTo, getDistCache, hashCode, isValid, toString
public static final double MAX_DIST
public HungarianBundle(Bundle b)
protected double getDistance(Bundle a, Bundle b)
Point
getDistance
in class Point<Bundle>
public Bundle getWrapped()
Point
getWrapped
in class Point<Bundle>
public static void main(java.lang.String[] args)