|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.tools.migration.generator.bp.BaseParser
com.ibm.btt.tools.migration.generator.bp.FlowParser
The class is used for Migration purporse
Field Summary | |
---|---|
(package private) int |
id
|
(package private) java.util.Vector |
links
|
(package private) int |
linkStart
|
(package private) java.util.Vector |
states
|
(package private) java.util.Hashtable |
steps
|
Constructor Summary | |
---|---|
FlowParser()
|
Method Summary | |
---|---|
void |
exploreTransitions(BPGenerator bg,
State state)
|
void |
init(BPGenerator bg,
DSEProcessor proc)
|
Methods inherited from class com.ibm.btt.tools.migration.generator.bp.BaseParser |
---|
checkLink, clearGenerator |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
java.util.Hashtable steps
java.util.Vector links
java.util.Vector states
int id
int linkStart
Constructor Detail |
public FlowParser()
Method Detail |
public void init(BPGenerator bg, DSEProcessor proc) throws DSEProcessorException, DSEException, java.io.IOException
bg
- BPGeneratorproc
- DSEProcessor
DSEProcessorException
DSEException
java.io.IOException
public void exploreTransitions(BPGenerator bg, State state)
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |