Package | Description |
---|---|
org.cytoscape.model |
This package has the core interfaces of network and
table data structures that are foundational to Cytoscape.
|
Modifier and Type | Method and 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.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.