Uses of Enum Class
org.cytoscape.model.SavePolicy
Packages that use 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
Methods in org.cytoscape.model that return SavePolicyModifier 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.Methods in org.cytoscape.model with parameters of type SavePolicyModifier 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
Methods in org.cytoscape.model.subnetwork with parameters of type SavePolicyModifier 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
.