|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapGlobalToLocalTableTaskFactory
This interface provides a task iterator for mapping a global to a local table.
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>
Method Summary | |
---|---|
TaskIterator |
createTaskIterator(CyTable globalTable,
Collection<CyTable> localTables)
Creates a task iterator for mapping a selected global table to a selected local table. |
Methods inherited from interface org.cytoscape.task.TableTaskFactory |
---|
createTaskIterator, isReady |
Method Detail |
---|
TaskIterator createTaskIterator(CyTable globalTable, Collection<CyTable> localTables)
globalTable
- The global table to map from.localTable
- The local table to map to.
TaskIterator
.
|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |