Cytoscape 2.7.0 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.data.readers
Class CyAttributesReader

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

public class CyAttributesReader
extends Object


Field Summary
static String DECODE_PROPERTY
           
 
Constructor Summary
CyAttributesReader()
           
 
Method Summary
 boolean isDoDecoding()
           
static void loadAttributes(CyAttributes cyAttrs, Reader fileIn)
          DOCUMENT ME!
 void loadAttributesInternal(CyAttributes cyAttrs, Reader fileIn)
          DOCUMENT ME!
 void setDoDecoding(boolean doDec)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DECODE_PROPERTY

public static final String DECODE_PROPERTY
See Also:
Constant Field Values
Constructor Detail

CyAttributesReader

public CyAttributesReader()
Method Detail

loadAttributes

public static void loadAttributes(CyAttributes cyAttrs,
                                  Reader fileIn)
                           throws IOException
DOCUMENT ME!

Parameters:
cyAttrs - DOCUMENT ME!
fileIn - DOCUMENT ME!
Throws:
IOException - DOCUMENT ME!

loadAttributesInternal

public void loadAttributesInternal(CyAttributes cyAttrs,
                                   Reader fileIn)
                            throws IOException
DOCUMENT ME!

Parameters:
cyAttrs - DOCUMENT ME!
fileIn - DOCUMENT ME!
Throws:
IOException - DOCUMENT ME!

isDoDecoding

public boolean isDoDecoding()

setDoDecoding

public void setDoDecoding(boolean doDec)

www.cytoscape.org