MutationScoreHistoryTable

Undocumented in source.
package package
@TableName(mutationScoreHistoryTable)
@TableConstraint("time UNIQUE (time)")
struct MutationScoreHistoryTable {}

Members

Variables

id
long id;
Undocumented in source.
score
double score;
Undocumented in source.
timeStamp
SysTime timeStamp;

when the measurement was taken.

Meta