Cytoscape 3.0.0-beta1 API

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

Packages that use CyTable.Mutability
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.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.0-beta1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.