|
Cytoscape 2.5.1 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcytoscape.data.readers.GMLParser
public class GMLParser
The purpose of hte class is to translate gml into an object tree, and print out an object treee into GML
| Constructor Summary | |
|---|---|
GMLParser(StreamTokenizer tokenizer)
Constructor has to initialize the relevenat regular expression patterns |
|
GMLParser(String file)
Make a stream tokenizer out of the given this file and read in the file |
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
A short test of the regeular expressio patterns |
Vector |
parseList()
A list consists of zero or more paris of keys and values |
static void |
printList(List list,
Writer writer)
Public method to print out a given object tree(list) using the supplied filewriter |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GMLParser(StreamTokenizer tokenizer)
public GMLParser(String file)
throws IOException,
Exception
IOException
Exception| Method Detail |
|---|
public static void main(String[] args)
public static void printList(List list,
Writer writer)
throws IOException
IOException
public Vector parseList()
throws IOException,
ParseException
IOException
ParseException
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||