| Package | Description |
|---|---|
| weka.gui.knowledgeflow | |
| weka.knowledgeflow |
| Modifier and Type | Method and Description |
|---|---|
Flow |
TemplateManager.getBuiltinTemplateFlow(String flowDescription) |
Flow |
VisibleLayout.getFlow()
Get the flow being edited by this layout
|
Flow |
TemplateManager.getPluginTemplateFlow(String flowDescription) |
Flow |
TemplateManager.getTemplateFlow(String flowDescription) |
| Modifier and Type | Method and Description |
|---|---|
void |
MainKFPerspective.copyFlowToClipboard(Flow flow) |
void |
VisibleLayout.setFlow(Flow flow)
Set the flow to edit in this layout
|
| Modifier and Type | Method and Description |
|---|---|
Flow |
Flow.copyFlow()
Make a copy of this Flow
|
Flow |
FlowExecutor.getFlow()
Get the flow to be executed
|
Flow |
FlowRunner.getFlow()
Get the flow to execute
|
static Flow |
Flow.JSONToFlow(String flowJSON)
Parse a Flow from the supplied JSON string
|
static Flow |
Flow.JSONToFlow(String flowJSON,
boolean dontComplainAboutMissingConnections)
Parse a Flow from the supplied JSON string
|
static Flow |
JSONFlowUtils.JSONToFlow(String flowJSON,
boolean dontComplainAboutMissingConnections)
Utility routine to deserialize a flow from the supplied JSON string
|
static Flow |
Flow.loadFlow(File flowFile,
Logger log)
Utility method to load a flow from a file
|
static Flow |
Flow.loadFlow(InputStream is,
FlowLoader loader)
Utility method to load a flow from the supplied input stream using the
supplied FlowLoader
|
static Flow |
Flow.loadFlow(Reader r,
FlowLoader loader)
Utility method to load a flow from the supplied reader using the supplied
FlowLoader
|
Flow |
JSONFlowLoader.readFlow(File flowFile)
Read the flow from the supplied file
|
static Flow |
JSONFlowUtils.readFlow(File file)
Read a flow from the supplied file
|
Flow |
LegacyFlowLoader.readFlow(File flowFile)
Deserialize a legacy flow from the supplied file
|
Flow |
FlowLoader.readFlow(File flowFile)
Load a flow from the supplied file
|
static Flow |
JSONFlowUtils.readFlow(File file,
boolean dontComplainAboutMissingConnections)
Read a flow from the supplied file
|
Flow |
JSONFlowLoader.readFlow(InputStream is)
Read the flow from the supplied input stream
|
static Flow |
JSONFlowUtils.readFlow(InputStream is)
Read a Flow from the supplied input stream
|
Flow |
LegacyFlowLoader.readFlow(InputStream is)
Deserialize a legacy flow from the supplied input stream
|
Flow |
FlowLoader.readFlow(InputStream is)
Load a flow from the supplied input stream
|
static Flow |
JSONFlowUtils.readFlow(InputStream is,
boolean dontComplainAboutMissingConnections)
Read a Flow from the supplied input stream
|
Flow |
JSONFlowLoader.readFlow(Reader r)
Read the flow from the supplied reader
|
static Flow |
JSONFlowUtils.readFlow(Reader sr)
Read a flow from the supplied reader
|
Flow |
LegacyFlowLoader.readFlow(Reader r)
Deserialize a legacy flow from the supplied reader
|
Flow |
FlowLoader.readFlow(Reader r)
Load a flow from the supplied reader
|
static Flow |
JSONFlowUtils.readFlow(Reader sr,
boolean dontComplainAboutMissingConnections)
Read a flow from the supplied reader
|
| Modifier and Type | Method and Description |
|---|---|
static String |
JSONFlowUtils.flowToJSON(Flow flow)
Utility routine to serialize a supplied flow to a JSON string
|
void |
FlowExecutor.setFlow(Flow flow)
Set the flow to be executed
|
void |
FlowRunner.setFlow(Flow flow)
Set the flow to execute
|
static void |
JSONFlowUtils.writeFlow(Flow flow,
File file)
Serializes the supplied flow to JSON and writes it out to the supplied file
|
static void |
JSONFlowUtils.writeFlow(Flow flow,
OutputStream os)
Serializes the supplied flow to JSON and writes out using the supplied
output stream
|
static void |
JSONFlowUtils.writeFlow(Flow flow,
Writer writer)
Serializes the supplied flow to JSON and writes out using the supplied
writer
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.