Cytoscape 2.8.0 API

Uses of Interface
giny.model.RootGraph

Packages that use RootGraph
cytoscape Core Cytoscape Classes. 
cytoscape.giny   
ding.view   
fing.model   
fing.model.test   
giny.model   
giny.view   
 

Uses of RootGraph in cytoscape
 

Methods in cytoscape that return RootGraph
 RootGraph CyNode.getRootGraph()
          DOCUMENT ME!
 RootGraph CyEdge.getRootGraph()
          DOCUMENT ME!
 

Constructors in cytoscape with parameters of type RootGraph
CyEdge(RootGraph root, int rootGraphIndex)
          Creates a new CyEdge object.
CyNode(RootGraph root, int rootGraphIndex)
          Creates a new CyNode object.
 

Uses of RootGraph in cytoscape.giny
 

Subinterfaces of RootGraph in cytoscape.giny
 interface CytoscapeRootGraph
           
 

Classes in cytoscape.giny that implement RootGraph
 class CytoscapeFingRootGraph
           
 

Uses of RootGraph in ding.view
 

Methods in ding.view that return RootGraph
 RootGraph DGraphView.getRootGraph()
          DOCUMENT ME!
 

Uses of RootGraph in fing.model
 

Classes in fing.model that implement RootGraph
 class FingExtensibleRootGraph
          Please try to restrain from using this class.
 

Methods in fing.model that return RootGraph
static RootGraph FingRootGraphFactory.instantiateRootGraph()
          Returns a new instance of giny.model.RootGraph.
 

Methods in fing.model with parameters of type RootGraph
 Edge FingEdgeDepot.getEdge(RootGraph root, int index, String id)
          This either instantiates a new edge or gets one from the recyclery, initializing it with the parameters specified.
 Node FingNodeDepot.getNode(RootGraph root, int index, String id)
          This either instantiates a new node or gets one from the recyclery, initializing it with the parameters specified.
 

Uses of RootGraph in fing.model.test
 

Methods in fing.model.test with parameters of type RootGraph
static void RootGraphPerformanceTest.testAddRemove(RootGraph root, int[] nodes, int[] edgeSources, int[] edgeTargets, boolean[] edgeDirectedness)
          DOCUMENT ME!
static void RootGraphPerformanceTest.testAdjacentEdges(RootGraph root, int[] nodes)
          DOCUMENT ME!
static void RootGraphPerformanceTest.testConnectingEdges(RootGraph root, int[] nodes)
          DOCUMENT ME!
static void RootGraphPerformanceTest.testConnectingWeb(RootGraph root, int[] nodes)
          DOCUMENT ME!
static void RootGraphPerformanceTest.testNodeNeighbors(RootGraph root, int[] nodes)
          DOCUMENT ME!
 

Uses of RootGraph in giny.model
 

Methods in giny.model that return RootGraph
 RootGraph GraphPerspective.getRootGraph()
          Return the root Graph for this GraphPerspective
 RootGraph GraphObject.getRootGraph()
           
 

Constructors in giny.model with parameters of type RootGraph
RootGraphChangeEvent(RootGraph source)
           
 

Uses of RootGraph in giny.view
 

Methods in giny.view that return RootGraph
 RootGraph GraphView.getRootGraph()
           
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.