Uses of Enum Class
org.cytoscape.model.CyTable.Mutability
Package
Description
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
Modifier and TypeMethodDescriptionCyTable.getMutability()
The table can be deleted if this returns Mutability.MUTABLE, otherwise it cannot be deleted!static CyTable.Mutability
Returns the enum constant of this class with the specified name.static CyTable.Mutability[]
CyTable.Mutability.values()
Returns an array containing the constants of this enum class, in the order they are declared.