Uses of Interface
org.cytoscape.property.CyProperty
Package
Description
This is the Cytoscape App API, which supports development of Cytoscape 3.X
apps in a manner similar to apps developed in Cytoscape 2.X.
This package provides a general property service interface for providing access
to different types of property objects as OSGi services.
This package contains the interfaces and classes necessary to capturing,
storing, and retrieving the state of a Cytoscape session.
-
Uses of CyProperty in org.cytoscape.app
Modifier and TypeMethodDescriptionCyAppAdapter.getCoreProperties()
Deprecated.Returns an instance ofCyProperty
of type Properties. -
Uses of CyProperty in org.cytoscape.property
Modifier and TypeClassDescriptionclass
An abstract implementation of CyProperty<Properties> that attempts to read the specified properties file first from the jar file running this code and then appends any properties found in the local configuration directory to that properties object.class
A simple implementation of CyProperty suitable for general purpose use. -
Uses of CyProperty in org.cytoscape.session
Modifier and TypeMethodDescriptionSet<CyProperty<?>>
CySession.getProperties()
Note: This is NOT the correct way for Apps to access CyProperty settings.Modifier and TypeMethodDescriptionCySession.Builder.properties(Set<CyProperty<?>> p)
Returns an instance of Builder that has at least been configured with the specified properties.