Uses of Interface
org.cytoscape.model.CyDisposable
Packages that use 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
Subinterfaces of CyDisposable in org.cytoscape.modelModifier and TypeInterfaceDescriptioninterfaceCyNetwork 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.subnetworkModifier and TypeInterfaceDescriptioninterfaceCyRootNetwork is an interface for managing Cytoscape's meta-network implementation.interface -
Uses of CyDisposable in org.cytoscape.view.model
Subinterfaces of CyDisposable in org.cytoscape.view.modelModifier and TypeInterfaceDescriptioninterfaceAdditional methods for CyNetworkView.interfaceAn immutable snapshot of aCyNetworkViewcreated using theCyNetworkView.createSnapshot()method.interfaceA CyNetwork with no corresponding view. -
Uses of CyDisposable in org.cytoscape.view.model.table
Subinterfaces of CyDisposable in org.cytoscape.view.model.table -
Uses of CyDisposable in org.cytoscape.view.presentation
Subinterfaces of CyDisposable in org.cytoscape.view.presentationModifier and TypeInterfaceDescriptioninterfaceRenderingEngine is an interface for all visualizers which renders.