Class SimulationInfo

java.lang.Object
info.mikethomas.jfold.simulation.SimulationInfo
All Implemented Interfaces:
Serializable

public class SimulationInfo extends Object implements Serializable

SimulationInfo class.

Version:
7.6.21
Author:
Michael Thomas (mikepthomas@outlook.com)
See Also:
  • Constructor Details

    • SimulationInfo

      public SimulationInfo()
  • Method Details

    • getUser

      public String getUser()
      User name.
      Returns:
      the user from simulation-info
    • getTeam

      public long getTeam()
      Team name.
      Returns:
      the team from simulation-info
    • getProject

      public int getProject()
      Project this Simulation belongs to.
      Returns:
      the project from simulation-info
    • getRun

      public int getRun()
      Run of the Project.
      Returns:
      the run from simulation-info
    • getClone

      public int getClone()
      Clone of the Project.
      Returns:
      the clone from simulation-info
    • getGen

      public int getGen()
      Generation of the Project.
      Returns:
      the gen from simulation-info
    • getCoreType

      public int getCoreType()
      Core type.
      Returns:
      the core_type from simulation-info
    • getCore

      public String getCore()
      Core identifier.
      Returns:
      the core from simulation-info
    • getDescription

      @Deprecated public String getDescription()
      Deprecated.
      no longer returned by simulation-info
      Project Description.
      Returns:
      the description from simulation-info
    • getTotalIterations

      public int getTotalIterations()
      Total number of iterations in this Simulation.
      Returns:
      the total_iterations from simulation-info
    • getIterationsDone

      public int getIterationsDone()
      Number of iterations completed.
      Returns:
      the iterations_done from simulation-info
    • getEnergy

      public int getEnergy()
      Energy.
      Returns:
      the energy from simulation-info
    • getTemperature

      public int getTemperature()
      Temperature.
      Returns:
      the temperature from simulation-info
    • getStartTime

      public Date getStartTime()
      Time and date this Simulation started.
      Returns:
      the start_time from simulation-info
    • getTimeout

      public long getTimeout()
      Time and date this Simulation expires.
      Returns:
      the timeout from simulation-info
    • getDeadline

      public long getDeadline()
      Time and date this Simulation needs to be completed by.
      Returns:
      the deadline from simulation-info
    • getRunTime

      @Deprecated public Long getRunTime()
      Deprecated.
      no longer returned by simulation-info
      Time and date this Simulation has been running for.
      Returns:
      the run_time from simulation-info
    • getSimulationTime

      @Deprecated public Long getSimulationTime()
      Deprecated.
      no longer returned by simulation-info
      Simulation time.
      Returns:
      the simulation_time from simulation-info
    • getEta

      public long getEta()
      Estimated time of arrival.
      Returns:
      the eta from simulation-info
    • getProgress

      public double getProgress()
      Progress.
      Returns:
      the progress from simulation-info
    • getNews

      @Deprecated public String getNews()
      Deprecated.
      no longer returned by simulation-info
      Simulation news.
      Returns:
      the news from simulation-info
    • getSlot

      public int getSlot()
      Slot number.
      Returns:
      the slot from simulation-info
    • toString

      public String toString()
      Overrides:
      toString in class Object