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).
|
Modifier and Type | Interface and Description |
---|---|
interface |
CyNetwork
CyNetwork is the primary interface for representing a network (graph)
data structure in Cytoscape.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CyRootNetwork
CyRootNetwork is an interface for managing Cytoscape's
meta-network implementation.
|
interface |
CySubNetwork
|
Modifier and Type | Interface and Description |
---|---|
interface |
CyNetworkView
Additional methods for CyNetworkView.
|
interface |
NullCyNetworkView
A CyNetwork with no corresponding view.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RenderingEngine<T>
RenderingEngine is an interface for all visualizers which renders.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.