Uses of Interface
org.opentrafficsim.kpi.sampling.Column
-
Packages that use Column Package Description org.opentrafficsim.kpi.sampling Classes for sampling simulation data. -
-
Uses of Column in org.opentrafficsim.kpi.sampling
Classes in org.opentrafficsim.kpi.sampling that implement Column Modifier and Type Class Description class
SimpleColumn<T>
Simple column implementation.Methods in org.opentrafficsim.kpi.sampling that return types with arguments of type Column Modifier and Type Method Description ImmutableList<Column<?>>
AbstractTable. getColumns()
Returns the list of columns.ImmutableList<Column<?>>
Table. getColumns()
Returns the list of columns.Methods in org.opentrafficsim.kpi.sampling with parameters of type Column Modifier and Type Method Description <T> T
ListTable.ListRecord. getValue(Column<T> column)
Returns the column value of this record.<T> T
Record. getValue(Column<T> column)
Returns the column value of this record.Method parameters in org.opentrafficsim.kpi.sampling with type arguments of type Column Modifier and Type Method Description void
ListTable. addRecord(Map<Column<?>,Object> data)
Adds a record to the table.Constructor parameters in org.opentrafficsim.kpi.sampling with type arguments of type Column Constructor Description AbstractTable(String id, String description, Collection<Column<?>> columns)
Constructor.ListTable(String id, String description, Collection<Column<?>> columns)
Constructor.SamplerData(Collection<Column<?>> columns)
Constructor.
-