public class Operations
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static double |
EPSILON |
static double |
MAX_DIST |
Constructor and Description |
---|
Operations() |
Modifier and Type | Method and Description |
---|---|
static boolean |
bestMappingHasExactMatch(Bundle a,
Bundle b) |
static double |
distance(Bundle a,
Bundle b) |
static double |
distance(Entity a,
Entity b) |
static double |
distance(Point a,
Point b) |
static double |
distance(Thread a,
Thread b) |
static java.util.HashMap<Thread,Thread> |
getBestMapping(Bundle a,
Bundle b) |
static java.util.HashMap |
hungarian(java.util.List a,
java.util.List b) |
static void |
main(java.lang.String[] args) |
public static final double EPSILON
public static final double MAX_DIST