Cytoscape 2.8.0 API

cytoscape.data.readers
Interface NestedNetworkReader

All Known Implementing Classes:
NNFReader

public interface NestedNetworkReader

Special interface for Graph readers which read nested networks from a file.

Since:
Cytoscape 2.7.0
Author:
kono, ruschein

Method Summary
 List<CyNetwork> getNetworks()
          Returns all networks, whether nested or not.
 

Method Detail

getNetworks

List<CyNetwork> getNetworks()
Returns all networks, whether nested or not.

Returns:
A list of networks.

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.