Cytoscape 3.0.0-beta2 API

Uses of Interface
org.cytoscape.model.CyDisposable

Packages that use CyDisposable
org.cytoscape.model This package contains the core interfaces that define the basic network and table data types that constitute the foundation of 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
 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
 interface CyRootNetwork
          CyRootNetwork is an interface for managing Cytoscape's meta-network implementation.
 interface CySubNetwork
          A CySubNetwork is a CyNetwork that is contained within a parent CyNetwork.
 

Uses of CyDisposable in org.cytoscape.view.model
 

Subinterfaces of CyDisposable in org.cytoscape.view.model
 interface CyNetworkView
          Additional methods for CyNetworkView.
 

Uses of CyDisposable in org.cytoscape.view.presentation
 

Subinterfaces of CyDisposable in org.cytoscape.view.presentation
 interface RenderingEngine<T>
          RenderingEngine is an interface for all visualizers which renders.
 


Cytoscape 3.0.0-beta2 API

Copyright 2011 Cytoscape Consortium. All rights reserved.