public class PropertyProcessedAlgorithmEventHistory
extends java.lang.Object
| Constructor and Description |
|---|
PropertyProcessedAlgorithmEventHistory() |
PropertyProcessedAlgorithmEventHistory(int size) |
PropertyProcessedAlgorithmEventHistory(java.util.List<AlgorithmEventHistoryEntry> algorithmEventHistoryEntries) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AlgorithmEventHistoryEntry> |
getEntries() |
AlgorithmEventHistoryEntry |
getEntryAtTimeStep(int timestep) |
long |
getLength() |
public PropertyProcessedAlgorithmEventHistory()
public PropertyProcessedAlgorithmEventHistory(int size)
public PropertyProcessedAlgorithmEventHistory(java.util.List<AlgorithmEventHistoryEntry> algorithmEventHistoryEntries)
public java.util.List<AlgorithmEventHistoryEntry> getEntries()
public AlgorithmEventHistoryEntry getEntryAtTimeStep(int timestep)
public long getLength()