Cytoscape 2.8.0 API

Uses of Class
cytoscape.data.readers.KeyValue

Packages that use KeyValue
cytoscape.data.readers Reader classes for the basic data types in cytoscape.data. 
 

Uses of KeyValue in cytoscape.data.readers
 

Methods in cytoscape.data.readers that return types with arguments of type KeyValue
 List<KeyValue> GMLReader.getList()
          Returns a list containing the gml object tree
 List<KeyValue> GMLParser.parseList()
          A list consists of zero or more paris of keys and values
 

Method parameters in cytoscape.data.readers with type arguments of type KeyValue
protected  void GMLReader.extractEdge(List<KeyValue> list, String edgeName)
           
protected  void GMLReader.extractEdgeAttributes(List<KeyValue> list, String edgeName)
           
protected  void GMLReader.layoutEdgeGraphics(GraphView myView, List<KeyValue> list, EdgeView edgeView)
          Assign edge graphics properties
protected static void GMLParser.printList(List<KeyValue> list, String indent, Writer writer)
          Protected recurive helper method to print out an object tree
static void GMLParser.printList(List<KeyValue> list, Writer writer)
          Public method to print out a given object tree(list) using the supplied filewriter
protected  void GMLReader.readEdge(List<KeyValue> list)
          This will extract the model information from the list which is matched to an "edge" key.
protected  void GMLReader.readGML(List<KeyValue> list)
          This function takes the root level list which defines a gml objec tree
protected  void GMLReader.readGraph(List<KeyValue> list)
          This function takes in a list which was given as the value to a "graph" key underneath the main gml list
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.