public interface CyTableReader extends Task
CyTable
objects.
Instances of this interface are created by InputStreamTaskFactory
objects registered as OSGi services, which are in turn processed
by associated reader manager objects that distinguish
InputStreamTaskFactories based on the DataCategory
associated with
the CyFileFilter
.Module: io-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>io-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
CyTable[] |
getTables()
Return an array of
CyTable objects. |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.