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 |
---|---|
static CyTableFactory.InitialTableSize |
CyTableFactory.InitialTableSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CyTableFactory.InitialTableSize[] |
CyTableFactory.InitialTableSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CyTable |
CyTableFactory.createTable(String title,
String primaryKey,
Class<?> primaryKeyType,
boolean pub,
boolean isMutable,
CyTableFactory.InitialTableSize initialSize)
Creates a CyTable object with the specified name, primary key, visibility, and mutability.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.