Uses of Interface
org.cytoscape.model.CyDisposable
-
Packages that use CyDisposable Package Description org.cytoscape.model This package has the core interfaces of network and table data structures that are foundational to Cytoscape.org.cytoscape.model.subnetwork This package contains rootnetwork and subnetwork extensions to the CyNetwork interface that provide a more complex meta-network data model.org.cytoscape.view.model Module for View Models and Visual Properties.org.cytoscape.view.presentation API set for rendering engines (visualizers). -
-
Uses of CyDisposable in org.cytoscape.model
Subinterfaces of CyDisposable in org.cytoscape.model Modifier and Type Interface Description interface
CyNetwork
CyNetwork is the primary interface for representing a network (graph) data structure in Cytoscape. -
Uses of CyDisposable in org.cytoscape.model.subnetwork
Subinterfaces of CyDisposable in org.cytoscape.model.subnetwork Modifier and Type Interface Description interface
CyRootNetwork
CyRootNetwork is an interface for managing Cytoscape's meta-network implementation.interface
CySubNetwork
-
Uses of CyDisposable in org.cytoscape.view.model
Subinterfaces of CyDisposable in org.cytoscape.view.model Modifier and Type Interface Description interface
CyNetworkView
Additional methods for CyNetworkView.interface
CyNetworkViewSnapshot
An immutable snapshot of aCyNetworkView
created using theCyNetworkView.createSnapshot()
method.interface
NullCyNetworkView
A CyNetwork with no corresponding view. -
Uses of CyDisposable in org.cytoscape.view.presentation
Subinterfaces of CyDisposable in org.cytoscape.view.presentation Modifier and Type Interface Description interface
RenderingEngine<T>
RenderingEngine is an interface for all visualizers which renders.
-