Cytoscape 2.8.0 API

cytoscape.data.readers
Class NNFParser

java.lang.Object
  extended by cytoscape.data.readers.NNFParser

public class NNFParser
extends Object

Parser for NNF files.

Author:
kono, ruschein

Constructor Summary
NNFParser()
           
 
Method Summary
protected  List<CyNetwork> getNetworks()
           
 boolean parse(String line)
          Parse an entry/line in an NNF file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NNFParser

public NNFParser()
Method Detail

parse

public boolean parse(String line)
Parse an entry/line in an NNF file.

Parameters:
line -

getNetworks

protected List<CyNetwork> getNetworks()

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.