Uses of Class
weka.knowledgeflow.Flow
-
Uses of Flow in weka.gui.knowledgeflow
Modifier and TypeMethodDescriptionTemplateManager.getBuiltinTemplateFlow
(String flowDescription) Get the built-in template flow corresponding to the descriptionVisibleLayout.getFlow()
Get the flow being edited by this layoutTemplateManager.getPluginTemplateFlow
(String flowDescription) Get the plugin template flow corresponding to the descriptionTemplateManager.getTemplateFlow
(String flowDescription) Get the flow for the supplied descriptionModifier and TypeMethodDescriptionvoid
MainKFPerspective.copyFlowToClipboard
(Flow flow) void
Set the flow to edit in this layout -
Uses of Flow in weka.knowledgeflow
Modifier and TypeMethodDescriptionFlow.copyFlow()
Make a copy of this FlowFlowExecutor.getFlow()
Get the flow to be executedFlowRunner.getFlow()
Get the flow to executestatic Flow
Flow.JSONToFlow
(String flowJSON) Parse a Flow from the supplied JSON stringstatic Flow
Flow.JSONToFlow
(String flowJSON, boolean dontComplainAboutMissingConnections) Parse a Flow from the supplied JSON stringstatic Flow
JSONFlowUtils.JSONToFlow
(String flowJSON, boolean dontComplainAboutMissingConnections) Utility routine to deserialize a flow from the supplied JSON stringstatic Flow
Utility method to load a flow from a filestatic Flow
Flow.loadFlow
(InputStream is, FlowLoader loader) Utility method to load a flow from the supplied input stream using the supplied FlowLoaderstatic Flow
Flow.loadFlow
(Reader r, FlowLoader loader) Utility method to load a flow from the supplied reader using the supplied FlowLoaderLoad a flow from the supplied fileFlowLoader.readFlow
(InputStream is) Load a flow from the supplied input streamLoad a flow from the supplied readerRead the flow from the supplied fileJSONFlowLoader.readFlow
(InputStream is) Read the flow from the supplied input streamRead the flow from the supplied readerstatic Flow
Read a flow from the supplied filestatic Flow
Read a flow from the supplied filestatic Flow
JSONFlowUtils.readFlow
(InputStream is) Read a Flow from the supplied input streamstatic Flow
JSONFlowUtils.readFlow
(InputStream is, boolean dontComplainAboutMissingConnections) Read a Flow from the supplied input streamstatic Flow
Read a flow from the supplied readerstatic Flow
Read a flow from the supplied readerDeserialize a legacy flow from the supplied fileLegacyFlowLoader.readFlow
(InputStream is) Deserialize a legacy flow from the supplied input streamDeserialize a legacy flow from the supplied readerModifier and TypeMethodDescriptionstatic String
JSONFlowUtils.flowToJSON
(Flow flow) Utility routine to serialize a supplied flow to a JSON stringvoid
Set the flow to be executedvoid
Set the flow to executestatic void
Serializes the supplied flow to JSON and writes it out to the supplied filestatic void
JSONFlowUtils.writeFlow
(Flow flow, OutputStream os) Serializes the supplied flow to JSON and writes out using the supplied output streamstatic void
Serializes the supplied flow to JSON and writes out using the supplied writer