Cytoscape 3.0.1 API

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

Packages that use CyTable.Mutability
org.cytoscape.model This package has the core interfaces of network and table data structures that are foundational to Cytoscape. 
 

Uses of CyTable.Mutability in org.cytoscape.model
 

Methods in org.cytoscape.model that return CyTable.Mutability
 CyTable.Mutability CyTable.getMutability()
          The table can be deleted if this returns Mutability.MUTABLE, otherwise it cannot be deleted!
static CyTable.Mutability CyTable.Mutability.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CyTable.Mutability[] CyTable.Mutability.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.