Interface ExportSelectedNetworkTaskFactory

All Superinterfaces:
TaskFactory

public interface ExportSelectedNetworkTaskFactory extends TaskFactory
  • Method Details

    • createTaskIterator

      TaskIterator createTaskIterator(File file)
      Creates the task iterator for exporting the selected network. Notice that this task will be synced with the current thread and it will not create a new thread or a new task monitor.
      Parameters:
      file - The file to store the exported network.
      Returns:
      Task iterator for running the task.