Cytoscape 3.0.0-beta1 API

Uses of Class
org.cytoscape.model.CyTable.SavePolicy

Packages that use CyTable.SavePolicy
org.cytoscape.model This package contains the core interfaces that define the basic network and table data types that constitute the foundation of Cytoscape. 
 

Uses of CyTable.SavePolicy in org.cytoscape.model
 

Methods in org.cytoscape.model that return CyTable.SavePolicy
 CyTable.SavePolicy CyTable.getSavePolicy()
          Returns how (or if) this CyTable should be saved.
static CyTable.SavePolicy CyTable.SavePolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CyTable.SavePolicy[] CyTable.SavePolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.cytoscape.model with parameters of type CyTable.SavePolicy
 void CyTable.setSavePolicy(CyTable.SavePolicy policy)
          Sets how (or if) this CyTable should be saved.
 


Cytoscape 3.0.0-beta1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.