Uses of Class
weka.knowledgeflow.Flow
Packages that use Flow
-
Uses of Flow in weka.gui.knowledgeflow
Methods in weka.gui.knowledgeflow that return FlowModifier 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 descriptionMethods in weka.gui.knowledgeflow with parameters of type FlowModifier and TypeMethodDescriptionvoidMainKFPerspective.copyFlowToClipboard(Flow flow) voidSet the flow to edit in this layout -
Uses of Flow in weka.knowledgeflow
Methods in weka.knowledgeflow that return FlowModifier and TypeMethodDescriptionFlow.copyFlow()Make a copy of this FlowFlowExecutor.getFlow()Get the flow to be executedFlowRunner.getFlow()Get the flow to executestatic FlowFlow.JSONToFlow(String flowJSON) Parse a Flow from the supplied JSON stringstatic FlowFlow.JSONToFlow(String flowJSON, boolean dontComplainAboutMissingConnections) Parse a Flow from the supplied JSON stringstatic FlowJSONFlowUtils.JSONToFlow(String flowJSON, boolean dontComplainAboutMissingConnections) Utility routine to deserialize a flow from the supplied JSON stringstatic FlowUtility method to load a flow from a filestatic FlowFlow.loadFlow(InputStream is, FlowLoader loader) Utility method to load a flow from the supplied input stream using the supplied FlowLoaderstatic FlowFlow.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 FlowRead a flow from the supplied filestatic FlowRead a flow from the supplied filestatic FlowJSONFlowUtils.readFlow(InputStream is) Read a Flow from the supplied input streamstatic FlowJSONFlowUtils.readFlow(InputStream is, boolean dontComplainAboutMissingConnections) Read a Flow from the supplied input streamstatic FlowRead a flow from the supplied readerstatic FlowRead 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 readerMethods in weka.knowledgeflow with parameters of type FlowModifier and TypeMethodDescriptionstatic StringJSONFlowUtils.flowToJSON(Flow flow) Utility routine to serialize a supplied flow to a JSON stringvoidSet the flow to be executedvoidSet the flow to executestatic voidSerializes the supplied flow to JSON and writes it out to the supplied filestatic voidJSONFlowUtils.writeFlow(Flow flow, OutputStream os) Serializes the supplied flow to JSON and writes out using the supplied output streamstatic voidSerializes the supplied flow to JSON and writes out using the supplied writer