public interface MapGlobalToLocalTableTaskFactory extends TableTaskFactory
Module: core-task-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>core-task-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
TaskIterator |
createTaskIterator(CyTable globalTable,
Collection<CyTable> localTables)
Creates a task iterator for mapping a selected global table to a selected local table.
|
createTaskIterator, isReady
TaskIterator createTaskIterator(CyTable globalTable, Collection<CyTable> localTables)
globalTable
- The global table to map from.localTable
- The local table to map to.TaskIterator
.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.