Class PropertyProcessedAlgorithmEventHistory
- java.lang.Object
-
- ai.libs.jaicore.graphvisualizer.events.recorder.property.PropertyProcessedAlgorithmEventHistory
-
public class PropertyProcessedAlgorithmEventHistory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PropertyProcessedAlgorithmEventHistory()PropertyProcessedAlgorithmEventHistory(int size)PropertyProcessedAlgorithmEventHistory(java.util.List<AlgorithmEventHistoryEntry> algorithmEventHistoryEntries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AlgorithmEventHistoryEntry>getEntries()AlgorithmEventHistoryEntrygetEntryAtTimeStep(int timestep)longgetLength()
-
-
-
Constructor Detail
-
PropertyProcessedAlgorithmEventHistory
public PropertyProcessedAlgorithmEventHistory()
-
PropertyProcessedAlgorithmEventHistory
public PropertyProcessedAlgorithmEventHistory(int size)
-
PropertyProcessedAlgorithmEventHistory
public PropertyProcessedAlgorithmEventHistory(java.util.List<AlgorithmEventHistoryEntry> algorithmEventHistoryEntries)
-
-
Method Detail
-
getEntries
public java.util.List<AlgorithmEventHistoryEntry> getEntries()
-
getEntryAtTimeStep
public AlgorithmEventHistoryEntry getEntryAtTimeStep(int timestep)
-
getLength
public long getLength()
-
-