Package output
Class AbstractOutputTimedPath
- java.lang.Object
-
- output.AbstractOutput
-
- output.AbstractOutputTimed
-
- output.AbstractOutputTimedPath
-
- All Implemented Interfaces:
InterfaceOutput
,InterfacePlottable
- Direct Known Subclasses:
OutputPathTravelTime
public abstract class AbstractOutputTimedPath extends AbstractOutputTimed
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class output.AbstractOutput
AbstractOutput.Type
-
-
Field Summary
Fields Modifier and Type Field Description Path
path
Profile1D
profile
-
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
get_path_id()
org.jfree.data.xy.XYSeries
get_series()
void
initialize(Scenario scenario)
void
plot(String filename)
-
Methods inherited from class output.AbstractOutputTimed
close, get_commodity_id, get_outdt, get_output_file, open, register, validate_post_init, write
-
Methods inherited from class output.AbstractOutput
getType, make_time_chart
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface output.InterfacePlottable
get_yaxis_label
-
-
-
-
Constructor Detail
-
AbstractOutputTimedPath
public AbstractOutputTimedPath(Scenario scenario, String prefix, String output_folder, Long commodity_id, Long subnetwork_id, Float outDt) throws OTMException
- Throws:
OTMException
-
-
Method Detail
-
plot
public void plot(String filename) throws OTMException
- Throws:
OTMException
-
initialize
public void initialize(Scenario scenario) throws OTMException
- Overrides:
initialize
in classAbstractOutput
- Throws:
OTMException
-
get_path_id
public final Long get_path_id()
-
get_series
public final org.jfree.data.xy.XYSeries get_series()
-
-