Uses of Interface
weka.knowledgeflow.FlowLoader
Packages that use FlowLoader
-
Uses of FlowLoader in weka.knowledgeflow
Classes in weka.knowledgeflow that implement FlowLoaderModifier and TypeClassDescriptionclassFlow loader that wraps the routines in JSONFlowUtilsclassFlow loader that reads legacy .kfml files and translates them to the new implementation.Methods in weka.knowledgeflow that return FlowLoaderModifier and TypeMethodDescriptionstatic FlowLoaderFlow.getFlowLoader(String flowFileExtension, Logger log) Utility method to get a FlowLoader implementation suitable for loading a flow with the supplied file extension.Methods in weka.knowledgeflow with parameters of type FlowLoaderModifier and TypeMethodDescriptionstatic 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 FlowLoader