org.jgap.distr.grid.wan
Class ResultInformation
- java.lang.Object
-
- org.jgap.distr.grid.wan.ResultInformation
-
public class ResultInformation extends java.lang.ObjectMeta-Information about a result.- Since:
- 3.3.4
-
-
Field Summary
Fields Modifier and Type Field and Description doublem_fittestMasterInfoworkerInfo
-
Constructor Summary
Constructors Constructor and Description ResultInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetDescription()longgetDurationComputation()java.lang.StringgetID()intgetPopSize()java.util.DategetResponseDate()java.lang.StringgetTitle()voidsetDescription(java.lang.String a_descr)voidsetDurationComputation(long a_durationComputation)voidsetID(java.lang.String a_id)voidsetPopSize(int popSize)voidsetResponseDate(java.util.Date a_date)voidsetTitle(java.lang.String a_title)
-
-
-
Field Detail
-
workerInfo
public MasterInfo workerInfo
-
m_fittest
public double m_fittest
-
-
Method Detail
-
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)
-
-
DMelt 3.0 © DataMelt by jWork.ORG