Uses of Class
org.cytoscape.session.CySession
Package
Description
Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs.
This package provides factory interfaces to be used by anyone wishing to provide
export or writing capabilities to the rest of Cytoscape.
This package provides a mechanism for executing remote jobs from within Cytoscape.
This package contains the interfaces and classes necessary to capturing,
storing, and retrieving the state of a Cytoscape session.
This package contains the interfaces and classes necessary to capturing,
session change events.
-
Uses of CySession in org.cytoscape.io.read
-
Uses of CySession in org.cytoscape.io.write
Modifier and TypeMethodDescriptionCySessionWriterFactory.createWriter
(OutputStream os, CySession session) Creates a single Task that will write the specifiedCySession
object to the specified OutputStream.CySessionWriterManager.getWriter
(CySession session, CyFileFilter filter, File file) Returns theCyWriter
Task that will attempt to write the specified session to the specified file of the specified file type.CySessionWriterManager.getWriter
(CySession session, CyFileFilter filter, OutputStream os) Returns theCyWriter
Task that will attempt to write the specified session to the specified output stream of the specified file type. -
Uses of CySession in org.cytoscape.jobs
Modifier and TypeMethodDescriptionCyJobExecutionService.restoreJobFromSession
(CySession session, File sessionFile) This is method is called by theCyJobManager
to restore the job and reestablish the job with the remote service. -
Uses of CySession in org.cytoscape.session
Modifier and TypeMethodDescriptionCySession.Builder.build()
Returns a complete instance of CySession based upon the methods called on this instance of Builder.CySessionManager.getCurrentSession()
This method returns aCySession
object describing the current state of Cytoscape.Modifier and TypeMethodDescriptionvoid
CySessionManager.setCurrentSession
(CySession session, String fileName) This method allows a new session to be set and in doing so erases and overrides the current session! -
Uses of CySession in org.cytoscape.session.events
Modifier and TypeMethodDescriptionSessionLoadedEvent.getLoadedSession()
Returns the session that was just loaded.SessionSavedEvent.getSavedSession()
Returns the session that was just loaded.ModifierConstructorDescriptionSessionLoadedEvent
(CySessionManager source, CySession session, String fileName) SessionSavedEvent
(Object source, CySession session, String fileName)