|
Cytoscape 3.1.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskObserver | |
---|---|
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. |
Uses of TaskObserver in org.cytoscape.command |
---|
Methods in org.cytoscape.command with parameters of type TaskObserver | |
---|---|
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. |
Uses of TaskObserver in org.cytoscape.task.read |
---|
Methods in org.cytoscape.task.read with parameters of type TaskObserver | |
---|---|
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. |
Uses of TaskObserver in org.cytoscape.work |
---|
Methods in org.cytoscape.work with parameters of type TaskObserver | |
---|---|
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)
This method is called to execute the Task s in a TaskIterator provided
by a TaskFactory . |
|
Cytoscape 3.1.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |