Cytoscape 2.8.0 API

Uses of Interface
cytoscape.util.TopoGraphNode

Packages that use TopoGraphNode
cytoscape.data Basic data classes used by Cytoscape. 
cytoscape.util This package contains utility classes which are deemed generally useful, but which do not clearly belong to any other package. 
 

Uses of TopoGraphNode in cytoscape.data
 

Classes in cytoscape.data that implement TopoGraphNode
 class AttribTopoGraphNode
          Represents a node in a topological graph.
 

Methods in cytoscape.data that return types with arguments of type TopoGraphNode
 Collection<TopoGraphNode> AttribTopoGraphNode.getDependents()
           
 

Uses of TopoGraphNode in cytoscape.util
 

Methods in cytoscape.util that return types with arguments of type TopoGraphNode
 Collection<TopoGraphNode> TopoGraphNode.getDependents()
           
static List<TopoGraphNode> TopologicalSort.sort(Collection<TopoGraphNode> nodes)
           
 

Method parameters in cytoscape.util with type arguments of type TopoGraphNode
static List<TopoGraphNode> TopologicalSort.sort(Collection<TopoGraphNode> nodes)
           
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.