public class Historic extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Historic.Experience |
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,Historic.Experience> |
experiences |
protected String |
id |
Modifier and Type | Method and Description |
---|---|
Historic.Experience |
get(SimulationStorage sim) |
String |
toCSV(String... fieldNames) |
org.nuiton.math.matrix.MatrixND |
toMatrix(String... fieldNames) |
protected String id
protected Map<Integer,Historic.Experience> experiences
public Historic(String id)
public Historic.Experience get(SimulationStorage sim)
public org.nuiton.math.matrix.MatrixND toMatrix(String... fieldNames)
Copyright © 1999–2020 CodeLutin. All rights reserved.