|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CyPropertyReader
An extension of the Task interface that returns a property
object. The type of the object returned can be be anything,
but will in practice be
Properties
,
Bookmarks
,
org.cytoscape.property.session.Cysession
. The system
determines the specific object type based on the CyFileFilter
associated with the InputStreamTaskFactory service that
produces this reader.
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>
Method Summary | |
---|---|
Object |
getProperty()
Return a property object. |
Methods inherited from interface org.cytoscape.work.Task |
---|
cancel, run |
Method Detail |
---|
Object getProperty()
Properties
,
Bookmarks
, and
org.cytoscape.property.session.Cysession
.
|
Cytoscape 3.1.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |