Uses of Class
org.opentrafficsim.kpi.sampling.Sampler.CompressionMethod
| Package | Description |
|---|---|
| org.opentrafficsim.kpi.sampling |
Classes for sampling simulation data.
|
-
Uses of Sampler.CompressionMethod in org.opentrafficsim.kpi.sampling
Methods in org.opentrafficsim.kpi.sampling that return Sampler.CompressionMethod Modifier and Type Method Description static Sampler.CompressionMethodSampler.CompressionMethod. valueOf(java.lang.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.Methods in org.opentrafficsim.kpi.sampling with parameters of type Sampler.CompressionMethod Modifier and Type Method Description voidSampler. writeToFile(java.lang.String file, java.lang.String format, Sampler.CompressionMethod compression)Write the contents of the sampler in to a file.