Uses of Enum Class
org.cytoscape.model.SavePolicy
Package
Description
This package has the core interfaces of network and
table data structures that are foundational to Cytoscape.
This package contains rootnetwork and subnetwork extensions to the
CyNetwork interface that provide a more complex meta-network
data model.
-
Uses of SavePolicy in org.cytoscape.model
Modifier and TypeMethodDescriptionCyNetwork.getSavePolicy()
Returns how (or if) this CyNetwork should be saved.CyTable.getSavePolicy()
Returns how (or if) this CyTable should be saved.static SavePolicy
Returns the enum constant of this class with the specified name.static SavePolicy[]
SavePolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCyNetworkFactory.createNetwork(SavePolicy policy)
Returns a new, emptyCyNetwork
object.CyNetworkFactory.createNetworkWithPrivateTables(SavePolicy policy)
Returns a new, emptyCyNetwork
object where the associated default tables are private.void
CyTable.setSavePolicy(SavePolicy policy)
Sets how (or if) this CyTable should be saved. -
Uses of SavePolicy in org.cytoscape.model.subnetwork
Modifier and TypeMethodDescriptionCyRootNetwork.addSubNetwork(Iterable<CyNode> nodes, Iterable<CyEdge> edges, SavePolicy policy)
CyRootNetwork.addSubNetwork(SavePolicy policy)
Create an emptyCySubNetwork
which can have a different save policy from that of this root network, as long as the root network's policy is notDO_NOT_SAVE
.