|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.mtg.MTGGraphBuilderBodyData
public class MTGGraphBuilderBodyData
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 |
---|
protected static final int MTG_BODY_STAGE_COLUMN_HEADERS
protected static final int MTG_BODY_STAGE_INFO
protected static final int MTG_BODY_STAGE_MTG
Constructor Detail |
---|
public MTGGraphBuilderBodyData(MTGNode rootNode, java.util.ArrayList<MTGNode> nodes)
Method Detail |
---|
public int processTokensBodyData(java.lang.String[] tokens) throws MTGError.MTGGraphBuildException
MTGError.MTGGraphBuildException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |