de.grogra.mtg
Class MTGGraphBuilderBodyData

java.lang.Object
  extended by de.grogra.mtg.MTGGraphBuilderBodyData

public class MTGGraphBuilderBodyData
extends java.lang.Object


Field Summary
protected static int MTG_BODY_STAGE_COLUMN_HEADERS
           
protected static int MTG_BODY_STAGE_INFO
           
protected static int MTG_BODY_STAGE_MTG
           
 
Constructor Summary
MTGGraphBuilderBodyData(MTGNode rootNode, java.util.ArrayList<MTGNode> nodes)
           
 
Method Summary
 int processTokensBodyData(java.lang.String[] tokens)
          Processes/loads data from a line read from the MTG file from keyword "MTG:" onwards.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MTG_BODY_STAGE_COLUMN_HEADERS

protected static final int MTG_BODY_STAGE_COLUMN_HEADERS
See Also:
Constant Field Values

MTG_BODY_STAGE_INFO

protected static final int MTG_BODY_STAGE_INFO
See Also:
Constant Field Values

MTG_BODY_STAGE_MTG

protected static final int MTG_BODY_STAGE_MTG
See Also:
Constant Field Values
Constructor Detail

MTGGraphBuilderBodyData

public MTGGraphBuilderBodyData(MTGNode rootNode,
                               java.util.ArrayList<MTGNode> nodes)
Method Detail

processTokensBodyData

public int processTokensBodyData(java.lang.String[] tokens)
                          throws MTGError.MTGGraphBuildException
Processes/loads data from a line read from the MTG file from keyword "MTG:" onwards.

Throws:
MTGError.MTGGraphBuildException