org.almendra.janet.cas.scheduling
Class CommandHistorySummary
java.lang.Object
org.almendra.janet.cas.scheduling.CommandHistorySummary
- All Implemented Interfaces:
- IHistorySummary
public class CommandHistorySummary
- extends java.lang.Object
- implements IHistorySummary
- Author:
- Oliver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
travelTime
protected long travelTime
executionTime
protected long executionTime
systemStayTime
protected long systemStayTime
CommandHistorySummary
public CommandHistorySummary()
- Creates a new
CommandHistorySummary
object.
create
public void create(java.util.List historyItems)
- Specified by:
create
in interface IHistorySummary
getExecutionTime
public long getExecutionTime()
- Returns:
- Returns the executionTime.
getSystemStayTime
public long getSystemStayTime()
- Returns:
- Returns the systemStayTime.
getTravelTime
public long getTravelTime()
- Returns:
- Returns the travelTime.
getTotalTime
public long getTotalTime()
add
public void add(CommandHistorySummary summary)
- Parameters:
summary
-