Package output
Class OutputLaneGroupFlow
- java.lang.Object
-
- output.AbstractOutput
-
- output.AbstractOutputTimed
-
- output.AbstractOutputTimedLanegroup
-
- output.OutputLaneGroupFlow
-
- All Implemented Interfaces:
InterfaceOutput
,InterfacePlottable
public class OutputLaneGroupFlow extends AbstractOutputTimedLanegroup
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class output.AbstractOutputTimedLanegroup
AbstractOutputTimedLanegroup.LaneGroupProfile
-
Nested classes/interfaces inherited from class output.AbstractOutput
AbstractOutput.Type
-
-
Field Summary
-
Fields inherited from class output.AbstractOutputTimedLanegroup
lgprofiles, link_ids, ordered_lgs
-
Fields inherited from class output.AbstractOutputTimed
commodity, delim, outDt, time_writer
-
Fields inherited from class output.AbstractOutput
output_folder, prefix, scenario, type, write_to_file, writer
-
-
Constructor Summary
Constructors Constructor Description OutputLaneGroupFlow(Scenario scenario, String prefix, String output_folder, Long commodity_id, Collection<Long> link_ids, Float outDt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Profile1D
get_flow_profile_for_lg_in_vph(Long lgid)
String
get_output_file()
org.jfree.data.xy.XYSeries
get_series_for_lg(core.AbstractLaneGroup lg)
String
get_yaxis_label()
void
initialize(Scenario scenario)
void
plot(String filename)
-
Methods inherited from class output.AbstractOutputTimedLanegroup
get_profiles_for_linkid, plot_for_links, validate_post_init, write
-
Methods inherited from class output.AbstractOutputTimed
close, get_commodity_id, get_outdt, open, register
-
Methods inherited from class output.AbstractOutput
getType, make_time_chart
-
-
-
-
Constructor Detail
-
OutputLaneGroupFlow
public OutputLaneGroupFlow(Scenario scenario, String prefix, String output_folder, Long commodity_id, Collection<Long> link_ids, Float outDt) throws OTMException
- Throws:
OTMException
-
-
Method Detail
-
get_output_file
public String get_output_file()
- Specified by:
get_output_file
in interfaceInterfaceOutput
- Overrides:
get_output_file
in classAbstractOutputTimedLanegroup
-
initialize
public void initialize(Scenario scenario) throws OTMException
- Overrides:
initialize
in classAbstractOutputTimedLanegroup
- Throws:
OTMException
-
get_yaxis_label
public String get_yaxis_label()
-
plot
public void plot(String filename) throws OTMException
- Throws:
OTMException
-
get_series_for_lg
public org.jfree.data.xy.XYSeries get_series_for_lg(core.AbstractLaneGroup lg)
- Overrides:
get_series_for_lg
in classAbstractOutputTimedLanegroup
-
-