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 longcontroller_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 Stringget_output_file()Stringget_yaxis_label()voidplot(String filename)voidregister(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_filein interfaceInterfaceOutput- Overrides:
get_output_filein classAbstractOutput
-
plot
public void plot(String filename) throws OTMException
- Specified by:
plotin interfaceInterfacePlottable- Overrides:
plotin classAbstractOutputEvent- Throws:
OTMException
-
get_yaxis_label
public String get_yaxis_label()
-
-