|
@@ -26,7 +26,8 @@ import java.util.List;
|
|
*/
|
|
*/
|
|
public class Model {
|
|
public class Model {
|
|
|
|
|
|
- private static final int ITERATIONS = 100;
|
|
|
|
|
|
+
|
|
|
|
+ private static final int GRAPH_ITERATIONS = 100;
|
|
// Global Variables
|
|
// Global Variables
|
|
private static int sCALE = 50; // Picture Scale
|
|
private static int sCALE = 50; // Picture Scale
|
|
private static int sCALEdIV2 = sCALE / 2;
|
|
private static int sCALEdIV2 = sCALE / 2;
|
|
@@ -945,6 +946,10 @@ public class Model {
|
|
public void setFairnessModel(short fairnessModel) {
|
|
public void setFairnessModel(short fairnessModel) {
|
|
this.fairnessModel = fairnessModel;
|
|
this.fairnessModel = fairnessModel;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public int getGraphIterations(){
|
|
|
|
+ return GRAPH_ITERATIONS;
|
|
|
|
+ }
|
|
|
|
|
|
/**
|
|
/**
|
|
* Initialize the Gson with wanted parameters
|
|
* Initialize the Gson with wanted parameters
|