public static final class DefaultCostMatrixCreator.Assignment extends Object implements Comparable<DefaultCostMatrixCreator.Assignment>
Constructor and Description |
---|
Assignment(int r,
int c,
double cost) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DefaultCostMatrixCreator.Assignment o) |
boolean |
equals(Object obj) |
int |
getC() |
double |
getCost() |
int |
getR() |
int |
hashCode() |
String |
toString() |
public int compareTo(DefaultCostMatrixCreator.Assignment o)
compareTo
in interface Comparable<DefaultCostMatrixCreator.Assignment>
public int getC()
public int getR()
public double getCost()
Copyright © 2015–2021 Fiji. All rights reserved.