Uses of Class
org.cytoscape.model.CyTable.Mutability
-
Packages that use CyTable.Mutability Package Description 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 Modifier and Type Method Description 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.
-