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