Uses of Class
output.AbstractOutput
-
Packages that use AbstractOutput Package Description core -
-
Uses of AbstractOutput in core
Fields in core with type parameters of type AbstractOutput Modifier and Type Field Description Set<AbstractOutput>
Scenario. outputs
Methods in core that return types with arguments of type AbstractOutput Modifier and Type Method Description Set<AbstractOutput>
Output. get_data()
Get the set of all output objects.Method parameters in core with type arguments of type AbstractOutput Modifier and Type Method Description static void
OTM. plot_outputs(Set<AbstractOutput> outputs, String out_folder)
Create standard plots for given outputs and write them (as png files) to the output folder.
-