Package pulse.tasks.logs
Class DataLogEntry
- java.lang.Object
-
- pulse.tasks.logs.LogEntry
-
- pulse.tasks.logs.DataLogEntry
-
- All Implemented Interfaces:
Serializable
public class DataLogEntry extends LogEntry
A
LogEntry
with a list ofNumericPropert
ies. Can be created from aSearchTask
. The output is accessible via thetoString()
method.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataLogEntry(SearchTask task)
Creates a newDataLogEntry
based on the current values of the properties fromtask
which match the currently selectedLogFormat
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Parameter>
getData()
String
toString()
ThisString
will be displayed by theLogPane
if the verbose log option is enabled.-
Methods inherited from class pulse.tasks.logs.LogEntry
getIdentifier, getPreviousEntry, getTime
-
-
-
-
Constructor Detail
-
DataLogEntry
public DataLogEntry(SearchTask task)
Creates a newDataLogEntry
based on the current values of the properties fromtask
which match the currently selectedLogFormat
.- Parameters:
task
- a task, which will be used to build theDataLogEntry
-
-