public interface CySessionReader extends Task
org.cytoscape.property.session.Cysession
object. The reader does nothing
beyond create the org.cytoscape.property.session.Cysession
object and does NOT
use the org.cytoscape.property.session.Cysession
object to define the state of
Cytoscape - that is managed by the CySessionManager.
Instances of this interface are created by InputStreamTaskFactory
objects registered as OSGi services, which are in turn processed
by associated reader manager objects that distinguish
InputStreamTaskFactories based on the DataCategory
associated with
the CyFileFilter
.Module: io-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>io-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
CySession |
getSession()
Returns a
CySession object |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.