Package org.cytoscape.session
This package contains the interfaces and classes necessary to capturing,
storing, and retrieving the state of a Cytoscape session. The package
contains additional utility interfaces relating to actitivities
relevant to the session.
-
Interface Summary Interface Description CyNetworkNaming A utility that helps with the creation of unique network names.CySessionManager This class primarily acts as a listener and tracks the state of the Cytoscape application. -
Class Summary Class Description CySession A session is an immutable snapshot of the data contents of Cytoscape.CySession.Builder A implementation of the builder pattern used to construct immutable instances of CySession objects.