Package | Description |
---|---|
org.cytoscape.model |
This package has the core interfaces of network and
table data structures that are foundational to Cytoscape.
|
org.cytoscape.model.subnetwork |
This package contains rootnetwork and subnetwork extensions to the
CyNetwork interface that provide a more complex meta-network
data model.
|
Modifier and Type | Method and Description |
---|---|
SavePolicy |
CyTable.getSavePolicy()
Returns how (or if) this CyTable should be saved.
|
SavePolicy |
CyNetwork.getSavePolicy()
Returns how (or if) this CyNetwork should be saved.
|
static SavePolicy |
SavePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SavePolicy[] |
SavePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CyNetwork |
CyNetworkFactory.createNetwork(SavePolicy policy)
Returns a new, empty
CyNetwork object. |
CyNetwork |
CyNetworkFactory.createNetworkWithPrivateTables(SavePolicy policy)
Returns a new, empty
CyNetwork object where the associated default tables are private. |
void |
CyTable.setSavePolicy(SavePolicy policy)
Sets how (or if) this CyTable should be saved.
|
Modifier and Type | Method and Description |
---|---|
CySubNetwork |
CyRootNetwork.addSubNetwork(Iterable<CyNode> nodes,
Iterable<CyEdge> edges,
SavePolicy policy)
|
CySubNetwork |
CyRootNetwork.addSubNetwork(SavePolicy policy)
Create an empty
CySubNetwork which can have a different save policy from that of this root network,
as long as the root network's policy is not DO_NOT_SAVE . |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.