Cytoscape 3.0.1 API

org.cytoscape.io.write
Interface CyWriterManager<W extends CyWriterFactory>

All Known Subinterfaces:
CyNetworkViewWriterManager, CyPropertyWriterManager, CySessionWriterManager, CyTableWriterManager, PresentationWriterManager, VizmapWriterManager

public interface CyWriterManager<W extends CyWriterFactory>

A CyWriterManager aggregates CyWriterFactory services for specific DataCategories and provides a mechanism for choosing the CyWriterFactory given a particular file type.


Cytoscape Backwards Compatibility (API Interface): We expect that this interface will be used but not implemented by developers using this interface. As such, we reserve the right to add methods to the interface as part of minor version upgrades. We will not remove methods for any changes other than major version upgrades.

Method Summary
 List<CyFileFilter> getAvailableWriterFilters()
          Returns a list of the available CyFileFilters that define the available output types.
 W getMatchingFactory(CyFileFilter filter)
          Returns a CyWriterFactory for the appropriate filter.
 

Method Detail

getAvailableWriterFilters

List<CyFileFilter> getAvailableWriterFilters()
Returns a list of the available CyFileFilters that define the available output types.

Returns:
A list of the available CyFileFilters that define the available output types.

getMatchingFactory

W getMatchingFactory(CyFileFilter filter)
Returns a CyWriterFactory for the appropriate filter.

Parameters:
filter - The filter used to determine the type of file written. generated by the CyWriterFactory.
Returns:
A CyWriterFactory for the appropriate filter.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.