public interface CyPropertyReader extends Task
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>
Modifier and Type | Method and Description |
---|---|
Object |
getProperty()
Return a property object.
|
Object getProperty()
Properties
,
Bookmarks
, and
org.cytoscape.property.session.Cysession
.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.