Class LoadGraphAPI

java.lang.Object
com.example.demo.API.LoadGraphAPI

public class LoadGraphAPI extends Object
import java.net.MalformedURLException; import java.net.URL; import java.net.URLConnection; import java.net.http.HttpClient; import java.net.HttpURLConnection;
  • Constructor Details

    • LoadGraphAPI

      public LoadGraphAPI()
  • Method Details

    • load

      public static void load(String urlLink, String token, String filename, boolean isDark, String colorVision, String error, String feature, String condition, String value, String decimal, String separator, String age, String ageUnit, String cohort, String cohortUnit, String defaultFlag, String predictedDefaultTitle, String language)
      Load graph.
      Parameters:
      urlLink - url link.
      token - strings of tokens.
      filename - filename of database.
      isDark - whether user turn on color vision deficiency.
      error - error value.
      feature - feature for condition.
      condition - < or >.
      value - value.
      separator - value of separator for svm file.
      age - title of age.
      ageUnit - title of age unit.
      cohort - title of cohort.
      cohortUnit - title of cohort unit.
      defaultFlag - title of default flag.
      predictedDefaultTitle - title of predicted default rate.