public interface MapGlobalToLocalTableTaskFactory extends TableTaskFactory
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 Cytoscape Consortium. All rights reserved.