Uses of Class
org.cytoscape.session.CySession
Packages that use 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
Methods in org.cytoscape.io.read that return CySession -
Uses of CySession in org.cytoscape.io.write
Methods in org.cytoscape.io.write with parameters of type CySessionModifier 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
Methods in org.cytoscape.jobs with parameters of type CySessionModifier 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
Methods in org.cytoscape.session that return CySessionModifier 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.Methods in org.cytoscape.session with parameters of type CySessionModifier 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
Methods in org.cytoscape.session.events that return CySessionModifier and TypeMethodDescriptionSessionLoadedEvent.getLoadedSession()
Returns the session that was just loaded.SessionSavedEvent.getSavedSession()
Returns the session that was just loaded.Constructors in org.cytoscape.session.events with parameters of type CySessionModifierConstructorDescriptionSessionLoadedEvent(CySessionManager source, CySession session, String fileName)
SessionSavedEvent(Object source, CySession session, String fileName)