Uses of Interface
org.cytoscape.work.TaskFactory
-
Packages that use TaskFactory Package Description org.cytoscape.application.swing This package defines the various interfaces, abstract classes, and enums that represent the Cytoscape Swing Application API.org.cytoscape.application.swing.search org.cytoscape.task This package provides base classes for common task factory types as well as their associated task types found in Cytoscape.org.cytoscape.task.create This package provides a variety of task factory interfaces for creating new instances of network and other objects.org.cytoscape.task.edit This package include a set of task factory interfaces that allow the modification or editing of various objects within Cytoscape.org.cytoscape.task.read This package contains a set of task factory interfaces for reading various Cytoscape objects from files and URLs.org.cytoscape.task.write This package contains a set of task factory interfaces used for exporting or writing a variety of Cytoscape objects to files.org.cytoscape.work This package defines the task framework, where tasks are units of work. -
-
Uses of TaskFactory in org.cytoscape.application.swing
Constructors in org.cytoscape.application.swing with parameters of type TaskFactory Constructor Description AbstractCyAction(Map<String,String> configProps, CyApplicationManager applicationManager, CyNetworkViewManager networkViewManager, TaskFactory factory)Creates a new AbstractCyAction object.AbstractCyAction(Map<String,String> configProps, TaskFactory predicate)Creates a new AbstractCyAction object. -
Uses of TaskFactory in org.cytoscape.application.swing.search
Subinterfaces of TaskFactory in org.cytoscape.application.swing.search Modifier and Type Interface Description interfaceNetworkSearchTaskFactoryTask Factory that has to be implemented in order to create and register a Network Search provider.Classes in org.cytoscape.application.swing.search that implement TaskFactory Modifier and Type Class Description classAbstractNetworkSearchTaskFactoryThis abstract implementation ofNetworkSearchTaskFactorymakes the methodAbstractNetworkSearchTaskFactory.getQueryComponent()optional. -
Uses of TaskFactory in org.cytoscape.task
Methods in org.cytoscape.task that return TaskFactory Modifier and Type Method Description TaskFactoryDynamicTaskFactoryProvisioner. createFor(NetworkCollectionTaskFactory factory)TaskFactoryDynamicTaskFactoryProvisioner. createFor(NetworkTaskFactory factory)TaskFactoryDynamicTaskFactoryProvisioner. createFor(NetworkViewCollectionTaskFactory factory)TaskFactoryDynamicTaskFactoryProvisioner. createFor(NetworkViewTaskFactory factory)TaskFactoryDynamicTaskFactoryProvisioner. createFor(TableTaskFactory factory) -
Uses of TaskFactory in org.cytoscape.task.create
Subinterfaces of TaskFactory in org.cytoscape.task.create Modifier and Type Interface Description interfaceNewSessionTaskFactoryThis interface provides a task iterator for creating a new session. -
Uses of TaskFactory in org.cytoscape.task.edit
Subinterfaces of TaskFactory in org.cytoscape.task.edit Modifier and Type Interface Description interfaceMergeTablesTaskFactoryThis interface provides a task iterator for merging two data tables. -
Uses of TaskFactory in org.cytoscape.task.read
Subinterfaces of TaskFactory in org.cytoscape.task.read Modifier and Type Interface Description interfaceLoadMultipleNetworkFilesTaskFactoryThis interface provides a task iterator for loading networks from multiple files at once.interfaceLoadNetworkFileTaskFactoryThis interface provides a task iterator for loading networks from a file.interfaceLoadNetworkURLTaskFactoryThis interface provides a task iterator for loading a URL into a network.interfaceLoadTableFileTaskFactoryThis interface provides a task iterator for importing the attribute file to one of network tables(Node,Edge or Network Table).interfaceLoadTableURLTaskFactoryThis interface provides a task iterator for importing an attribute URL to one of network tables(Node,Edge or Network Table).interfaceLoadVizmapFileTaskFactoryAn interface for loading styles from files.interfaceOpenSessionTaskFactoryThis interface provides a task iterator for loading a session. -
Uses of TaskFactory in org.cytoscape.task.write
Subinterfaces of TaskFactory in org.cytoscape.task.write Modifier and Type Interface Description interfaceExportSelectedNetworkTaskFactoryinterfaceExportSelectedTableTaskFactoryThis interface provides a task iterator for exporting the current table.interfaceExportVizmapTaskFactoryThis interface provides a task iterator for exporting the vizmap visual style.interfaceSaveSessionAsTaskFactoryThis interface provides a task iterator for saving a session in a specified file.interfaceSaveSessionTaskFactoryThis interface provides a task iterator for saving a session. -
Uses of TaskFactory in org.cytoscape.work
Classes in org.cytoscape.work that implement TaskFactory Modifier and Type Class Description classAbstractTaskFactoryA TaskFactory that is always ready to produce a TaskIterator.Methods in org.cytoscape.work with parameters of type TaskFactory Modifier and Type Method Description TTaskManager. getConfiguration(TaskFactory factory, Object tunableContext)Returns a configuration object generated from theTunables read from theTaskFactory.
-