edu.uci.ics.dillenco.simplegraph01
Class InputDecoderMDAscii

java.lang.Object
  extended by edu.uci.ics.dillenco.simplegraph01.InputDecoder
      extended by edu.uci.ics.dillenco.simplegraph01.InputDecoderAscii
          extended by edu.uci.ics.dillenco.simplegraph01.InputDecoderMDAscii

 class InputDecoderMDAscii
extends InputDecoderAscii


Field Summary
 
Fields inherited from class edu.uci.ics.dillenco.simplegraph01.InputDecoderAscii
curChar, EOF, EOL, in, line, lineMax, linePos
 
Fields inherited from class edu.uci.ics.dillenco.simplegraph01.InputDecoder
id0, id1, neighborCount, neighborTable
 
Constructor Summary
InputDecoderMDAscii(int inputMaxNodes)
           
 
Method Summary
protected  void inputEdgeSpec(int i)
           
protected  int inputNodeCount()
           
 
Methods inherited from class edu.uci.ics.dillenco.simplegraph01.InputDecoderAscii
advanceChar, getLine, inputHeader, printCurChar, skipLine, skipWhiteSpace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputDecoderMDAscii

InputDecoderMDAscii(int inputMaxNodes)
Method Detail

inputNodeCount

protected int inputNodeCount()
Specified by:
inputNodeCount in class InputDecoder

inputEdgeSpec

protected void inputEdgeSpec(int i)
Specified by:
inputEdgeSpec in class InputDecoder