Package | Description |
---|---|
org.opentrafficsim.kpi.sampling |
Classes for sampling simulation data.
|
Modifier and Type | Method and Description |
---|---|
static Sampler.CompressionMethod |
Sampler.CompressionMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sampler.CompressionMethod[] |
Sampler.CompressionMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Sampler.writeToFile(String file,
String format,
Sampler.CompressionMethod compression)
Write the contents of the sampler in to a file.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.