Class Tie
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.statistics.Tie
public class Tie extends Object
-
Constructor Summary
Constructors Constructor Description Tie(double rankValue, int cntVielfachheit, double value)
-
Method Summary
Modifier and Type Method Description double
getRankValue()
double
getValue()
int
getVielfachheit()
-
Constructor Details
-
Tie
public Tie(double rankValue, int cntVielfachheit, double value)
-
-
Method Details
-
getVielfachheit
public int getVielfachheit() -
getRankValue
public double getRankValue() -
getValue
public double getValue()
-