ewoksorange.bindings.owsconvert

Functions

ewoks_to_ows(graph, destination[, varinfo, ...])

Save an ewoks graph as an Orange Workflow Scheme file.

graph_is_supported(graph)

param graph:

node_data_to_default_inputs(data, ...)

param widget_class:

ows_to_ewoks(source[, preserve_ows_info, ...])

Load an Orange Workflow Scheme from a file or stream and convert it to a TaskGraph.

read_ows(source)

Read an Orange Workflow Scheme from a file or a stream.

task_to_widget(task_qualname[, ...])

The task_qualname could be an ewoks task or an orange widget

task_to_widgets(task_qualname)

The task_qualname could be an ewoks task or an orange widget

widget_to_task(widget_qualname)

param widget_qualname:

write_ows(scheme, destination)

Write an Orange Workflow Scheme.

Classes

OwsNodeWrapper(orangeid, node_attrs)

Only part of the API used by scheme_to_ows_stream

OwsSchemeWrapper(graph[, varinfo, execinfo, ...])

Only the part of the scheme API used by scheme_to_ows_stream