Package | Description |
---|---|
org.cytoscape.command |
Interface to support execution of tasks as commands, including
the ability to get a list of namespaces, commands, and arguments,
and then execute those commands with a set of arguments.
|
org.cytoscape.task.read |
This package contains a set of task factory interfaces for reading
various Cytoscape objects from files and URLs.
|
org.cytoscape.work |
This package defines the task framework, where tasks are units of work.
|
Modifier and Type | Method and Description |
---|---|
TaskIterator |
CommandExecutorTaskFactory.createTaskIterator(File commandFile,
TaskObserver observer)
Creates a task iterator that will execute the specified
commands.
|
TaskIterator |
CommandExecutorTaskFactory.createTaskIterator(List<String> commands,
TaskObserver observer)
Creates a task iterator that will execute the specified
commands.
|
TaskIterator |
CommandExecutorTaskFactory.createTaskIterator(String namespace,
String command,
Map<String,Object> args,
TaskObserver observer)
Creates a task iterator that will execute the specified
command.
|
TaskIterator |
CommandExecutorTaskFactory.createTaskIterator(TaskObserver observer,
String... commands)
Creates a task iterator that will execute the specified
commands.
|
Modifier and Type | Method and Description |
---|---|
TaskIterator |
LoadVizmapFileTaskFactory.createTaskIterator(File file,
TaskObserver observer)
Creates a task iterator for loading files into visual styles.
|
TaskIterator |
LoadNetworkFileTaskFactory.createTaskIterator(File file,
TaskObserver observer)
Create a task iterator for loading a network from a file.
|
TaskIterator |
LoadNetworkURLTaskFactory.createTaskIterator(URL url,
TaskObserver observer)
Creates a task iterator for loading a URL into a network.
|
Modifier and Type | Method and Description |
---|---|
TaskIterator |
TunableSetter.createTaskIterator(TaskIterator taskIterator,
Map<String,Object> tunableValues,
TaskObserver observer)
This version of createTaskIterator adds a TaskObserver argument.
|
void |
TaskManager.execute(TaskIterator iterator,
TaskObserver observer)
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.