Uses of Interface
adams.data.io.input.FlowReader
-
Packages that use FlowReader Package Description adams.data.io.input adams.data.io.output adams.flow.transformer adams.gui.chooser adams.gui.flow -
-
Uses of FlowReader in adams.data.io.input
Subinterfaces of FlowReader in adams.data.io.input Modifier and Type Interface Description interface
NestedFlowReader
Interface for flow readers that support the faster nested format.Classes in adams.data.io.input that implement FlowReader Modifier and Type Class Description class
AbstractFlowReader
Ancestor for classes that can read flows.class
AbstractNestedFlowReader
Ancestor for flow readers that support the nested format as well.class
DefaultFlowReader
Reads flows in the default format (nested).class
JsonFlowReader
Reads flows in JSON format. -
Uses of FlowReader in adams.data.io.output
Methods in adams.data.io.output that return FlowReader Modifier and Type Method Description FlowReader
DefaultFlowWriter. getCorrespondingReader()
Returns the corresponding reader, if available.FlowReader
FlowWriter. getCorrespondingReader()
Returns the corresponding reader, if available.FlowReader
JsonFlowWriter. getCorrespondingReader()
Returns the corresponding reader, if available. -
Uses of FlowReader in adams.flow.transformer
Fields in adams.flow.transformer declared as FlowReader Modifier and Type Field Description protected FlowReader
FlowFileReader. m_CustomReader
the custom reader to use.Methods in adams.flow.transformer that return FlowReader Modifier and Type Method Description FlowReader
FlowFileReader. getCustomReader()
Returns the custom reader to use.Methods in adams.flow.transformer with parameters of type FlowReader Modifier and Type Method Description void
FlowFileReader. setCustomReader(FlowReader value)
Sets the custom reader to use. -
Uses of FlowReader in adams.gui.chooser
Methods in adams.gui.chooser that return FlowReader Modifier and Type Method Description protected FlowReader
FlowFileChooser. getDefaultReader()
Returns the default reader.FlowReader
FlowFileChooser. getReaderForFile(File file)
Returns the reader for the specified file.static FlowReader
FlowFileChooser. readerForFile(File file)
Returns the reader for the specified file. -
Uses of FlowReader in adams.gui.flow
Fields in adams.gui.flow declared as FlowReader Modifier and Type Field Description protected FlowReader
FlowPanel. m_LastReader
the last flow reader used.Methods in adams.gui.flow that return FlowReader Modifier and Type Method Description FlowReader
FlowPanel. getLastReader()
Returns the last flow reader in use.FlowReader
FlowEditorPanel. getReaderForFile(File file)
Returns the reader for the file.Methods in adams.gui.flow with parameters of type FlowReader Modifier and Type Method Description void
FlowPanel. load(FlowReader reader, File file)
Loads a flow.void
FlowPanel. load(FlowReader reader, File file, boolean execute)
Loads a flow and optionally executes it.void
FlowPanel. load(FlowReader reader, File file, boolean execute, SwingWorker action)
Loads a flow and optionally executes it.protected void
FlowRunnerPanel. load(FlowReader reader, File file)
Loads a flow.protected void
FlowRunnerPanel. load(FlowReader reader, File file, boolean execute)
Loads a flow.
-