Package output
Class OutputController
- java.lang.Object
-
- output.AbstractOutput
-
- output.AbstractOutputEvent
-
- output.OutputController
-
- All Implemented Interfaces:
InterfaceOutput
,InterfacePlottable
public class OutputController extends AbstractOutputEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class output.AbstractOutput
AbstractOutput.Type
-
-
Field Summary
Fields Modifier and Type Field Description long
controller_id
-
Fields inherited from class output.AbstractOutputEvent
events
-
Fields inherited from class output.AbstractOutput
output_folder, prefix, scenario, type, write_to_file, writer
-
-
Constructor Summary
Constructors Constructor Description OutputController(Scenario scenario, String prefix, String output_folder, Long controller_id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
get_output_file()
String
get_yaxis_label()
void
plot(String filename)
void
register(RunParameters props, Dispatcher dispatcher)
-
Methods inherited from class output.AbstractOutputEvent
get_events, initialize, write
-
Methods inherited from class output.AbstractOutput
close, getType, make_time_chart, open, validate_post_init
-
-
-
-
Constructor Detail
-
OutputController
public OutputController(Scenario scenario, String prefix, String output_folder, Long controller_id) throws OTMException
- Throws:
OTMException
-
-
Method Detail
-
register
public void register(RunParameters props, Dispatcher dispatcher) throws OTMException
- Throws:
OTMException
-
get_output_file
public String get_output_file()
- Specified by:
get_output_file
in interfaceInterfaceOutput
- Overrides:
get_output_file
in classAbstractOutput
-
plot
public void plot(String filename) throws OTMException
- Specified by:
plot
in interfaceInterfacePlottable
- Overrides:
plot
in classAbstractOutputEvent
- Throws:
OTMException
-
get_yaxis_label
public String get_yaxis_label()
-
-