org.jgap.distr.grid.wan
Class ResultInformation
java.lang.Object
   org.jgap.distr.grid.wan.ResultInformation
org.jgap.distr.grid.wan.ResultInformation
- public class ResultInformation 
- extends java.lang.Object
Meta-Information about a result.
- Since:
- 3.3.4
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
workerInfo
public MasterInfo workerInfo
m_fittest
public double m_fittest
ResultInformation
public ResultInformation()
getID
public java.lang.String getID()
- 
 
setID
public void setID(java.lang.String a_id)
- 
 
setResponseDate
public void setResponseDate(java.util.Date a_date)
- 
- Parameters:
- a_date- date the result was computed
- Since:
- 3.3.4
 
getResponseDate
public java.util.Date getResponseDate()
- 
- Parameters:
- the- result was computed
- Since:
- 3.3.4
 
setDescription
public void setDescription(java.lang.String a_descr)
- 
- Parameters:
- a_descr- arbitrary description of the request
- Since:
- 3.3.4
 
getDescription
public java.lang.String getDescription()
- 
- Returns:
- arbitrary description of the request
- Since:
- 3.3.4
 
getDurationComputation
public long getDurationComputation()
- 
 
setDurationComputation
public void setDurationComputation(long a_durationComputation)
- 
 
setTitle
public void setTitle(java.lang.String a_title)
- 
- Parameters:
- a_title- the title to set
- Since:
- 3.3.4
 
getTitle
public java.lang.String getTitle()
- 
- Returns:
- the title set
- Since:
- 3.3.4
 
getPopSize
public int getPopSize()
- 
 
setPopSize
public void setPopSize(int popSize)
-