public class WinningInformation
extends java.lang.Object
implements java.io.Serializable
EmbeddedSpaceVector
. The closest prototype with the same class is
tracked. Same goes for the closest one with any different class. For them
both, the distances are also provided. These values are utilized to compose
the updates and to evaluate the costs of any particular proposed update.Constructor and Description |
---|
WinningInformation() |
Modifier and Type | Method and Description |
---|---|
double |
getDistanceOtherClass() |
double |
getDistanceSameClass() |
int |
getIndexWinnerOtherClass() |
int |
getIndexWinnerSameClass() |
Prototype |
getWinnerOtherClass() |
Prototype |
getWinnerSameClass() |
void |
setDistanceOtherClass(double distanceOtherClass) |
void |
setDistanceSameClass(double distanceSameClass) |
void |
setIndexWinnerOtherClass(int indexWinnerOtherClass) |
void |
setIndexWinnerSameClass(int indexWinnerSameClass) |
void |
setWinnerOtherClass(Prototype winnerOtherClass) |
void |
setWinnerSameClass(Prototype winnerSameClass) |
java.lang.String |
toString() |
public double getDistanceOtherClass()
public double getDistanceSameClass()
public int getIndexWinnerOtherClass()
public int getIndexWinnerSameClass()
public Prototype getWinnerOtherClass()
public Prototype getWinnerSameClass()
public void setDistanceOtherClass(double distanceOtherClass)
public void setDistanceSameClass(double distanceSameClass)
public void setIndexWinnerOtherClass(int indexWinnerOtherClass)
public void setIndexWinnerSameClass(int indexWinnerSameClass)
public void setWinnerOtherClass(Prototype winnerOtherClass)
public void setWinnerSameClass(Prototype winnerSameClass)
public java.lang.String toString()
toString
in class java.lang.Object