Package info.mikethomas.jfold.simulation
Class SimulationInfo
java.lang.Object
info.mikethomas.jfold.simulation.SimulationInfo
- All Implemented Interfaces:
Serializable
SimulationInfo class.
- Version:
- 7.6.21
- Author:
- Michael Thomas (mikepthomas@outlook.com)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getClone()
Clone of the Project.getCore()
Core identifier.int
Core type.long
Time and date this Simulation needs to be completed by.Deprecated.no longer returned by simulation-infoint
Energy.long
getEta()
Estimated time of arrival.int
getGen()
Generation of the Project.int
Number of iterations completed.getNews()
Deprecated.no longer returned by simulation-infodouble
Progress.int
Project this Simulation belongs to.int
getRun()
Run of the Project.Deprecated.no longer returned by simulation-infoDeprecated.no longer returned by simulation-infoint
getSlot()
Slot number.Time and date this Simulation started.long
getTeam()
Team name.int
Temperature.long
Time and date this Simulation expires.int
Total number of iterations in this Simulation.getUser()
User name.toString()
-
Constructor Details
-
SimulationInfo
public SimulationInfo()
-
-
Method Details
-
getUser
User name.- Returns:
- the
user
fromsimulation-info
-
getTeam
public long getTeam()Team name.- Returns:
- the
team
fromsimulation-info
-
getProject
public int getProject()Project this Simulation belongs to.- Returns:
- the
project
fromsimulation-info
-
getRun
public int getRun()Run of the Project.- Returns:
- the
run
fromsimulation-info
-
getClone
public int getClone()Clone of the Project.- Returns:
- the
clone
fromsimulation-info
-
getGen
public int getGen()Generation of the Project.- Returns:
- the
gen
fromsimulation-info
-
getCoreType
public int getCoreType()Core type.- Returns:
- the
core_type
fromsimulation-info
-
getCore
Core identifier.- Returns:
- the
core
fromsimulation-info
-
getDescription
Deprecated.no longer returned by simulation-infoProject Description.- Returns:
- the
description
fromsimulation-info
-
getTotalIterations
public int getTotalIterations()Total number of iterations in this Simulation.- Returns:
- the
total_iterations
fromsimulation-info
-
getIterationsDone
public int getIterationsDone()Number of iterations completed.- Returns:
- the
iterations_done
fromsimulation-info
-
getEnergy
public int getEnergy()Energy.- Returns:
- the
energy
fromsimulation-info
-
getTemperature
public int getTemperature()Temperature.- Returns:
- the
temperature
fromsimulation-info
-
getStartTime
Time and date this Simulation started.- Returns:
- the
start_time
fromsimulation-info
-
getTimeout
public long getTimeout()Time and date this Simulation expires.- Returns:
- the
timeout
fromsimulation-info
-
getDeadline
public long getDeadline()Time and date this Simulation needs to be completed by.- Returns:
- the
deadline
fromsimulation-info
-
getRunTime
Deprecated.no longer returned by simulation-infoTime and date this Simulation has been running for.- Returns:
- the
run_time
fromsimulation-info
-
getSimulationTime
Deprecated.no longer returned by simulation-infoSimulation time.- Returns:
- the
simulation_time
fromsimulation-info
-
getEta
public long getEta()Estimated time of arrival.- Returns:
- the
eta
fromsimulation-info
-
getProgress
public double getProgress()Progress.- Returns:
- the
progress
fromsimulation-info
-
getNews
Deprecated.no longer returned by simulation-infoSimulation news.- Returns:
- the
news
fromsimulation-info
-
getSlot
public int getSlot()Slot number.- Returns:
- the
slot
fromsimulation-info
-
toString
-