Public Member Functions | |
| void | cycleDCJ () |
| boolean | DCJ (Vert v) |
| DCJ (StringTokenizer A, StringTokenizer B, String species1, String species2) | |
| DCJ (StringTokenizer A, StringTokenizer B) | |
| DCJ () | |
| int | getCount () |
| String | getLog () |
| String | getOpBuf () |
| void | loadGenome (StringTokenizer tokenA, StringTokenizer tokenB) |
| void | parseAndLoadBlack (String s) |
| void | parseAndLoadGrey (String s, SB[] sbArray) |
| void | printSBBlack () |
| void | printSBV () |
| void | resetSbVisit () |
| int[] | toIntArray (String s) |
| SB[] | toSBArray () |
| void | traverseAndClose () |
| Vert | traverseBlack (Vert last, SB current) |
Public Attributes | |
| StringBuffer | buf |
| int | bufsize = 256 |
| int | counta = 0 |
| int | countb = 0 |
| int | countDCJ = 0 |
| StringBuffer | opBuf |
| boolean | suppress = false |
Package Attributes | |
| Vector | capVector |
| Vector | greyVector |
| Vector | sbVector |
| String | speciesA = "" |
| String | speciesB = "" |
Definition at line 10 of file DCJ.java.
|
|
Definition at line 435 of file DCJ.java. References buf, bufsize, and greyVector. |
|
||||||||||||
|
Definition at line 442 of file DCJ.java. References buf, bufsize, greyVector, loadGenome(), and opBuf. |
|
||||||||||||||||||||
|
Definition at line 454 of file DCJ.java. References buf, bufsize, greyVector, loadGenome(), opBuf, speciesA, and speciesB. |
|
|
|
Definition at line 469 of file DCJ.java. References buf, countDCJ, greyVector, and suppress. |
|
|
Definition at line 502 of file DCJ.java. References countDCJ. Referenced by org::gel::mauve::dcj::DCJWindow::SubmitData::actionPerformed(), and org::gel::mauve::dcj::DCJWindow::performDCJ(). |
|
|
|
|
|
Definition at line 490 of file DCJ.java. Referenced by org::gel::mauve::dcj::DCJWindow::SubmitData::actionPerformed(), and org::gel::mauve::dcj::DCJWindow::performDCJ(). |
|
||||||||||||
|
Definition at line 668 of file DCJ.java. Referenced by DCJ(). |
|
|
Definition at line 572 of file DCJ.java. References capVector, org::gel::mauve::dcj::DCJ::SB::setVertPointers(), and org::gel::mauve::dcj::DCJ::SB::turnValue(). |
|
||||||||||||
|
Definition at line 549 of file DCJ.java. References capVector, org::gel::mauve::dcj::DCJ::SB::getHeadB(), org::gel::mauve::dcj::DCJ::Vert::joinGrey(), and org::gel::mauve::dcj::DCJ::SB::setValueB(). |
|
|
|
Definition at line 718 of file DCJ.java. References org::gel::mauve::dcj::DCJ::SB::getLeft(), org::gel::mauve::dcj::DCJ::SB::getRight(), and org::gel::mauve::dcj::DCJ::Vert::printMe(). |
|
|
Definition at line 709 of file DCJ.java. References org::gel::mauve::dcj::DCJ::SB::setVisited(). |
|
|
|
|
|
Definition at line 640 of file DCJ.java. References org::gel::mauve::dcj::DCJ::SB::getValueA(). |
|
|
||||||||||||
|
|
Definition at line 419 of file DCJ.java. Referenced by cycleDCJ(), DCJ(), printSBBlack(), and traverseBlack(). |
|
|
Definition at line 417 of file DCJ.java. Referenced by DCJ(). |
|
|
Definition at line 429 of file DCJ.java. Referenced by parseAndLoadBlack(), and parseAndLoadGrey(). |
|
|
|
|
|
|
|
|
Definition at line 415 of file DCJ.java. Referenced by cycleDCJ(), DCJ(), and getCount(). |
|
|
Definition at line 433 of file DCJ.java. Referenced by cycleDCJ(), DCJ(), and traverseAndClose(). |
|
|
Definition at line 421 of file DCJ.java. Referenced by DCJ(). |
|
|
Definition at line 431 of file DCJ.java. Referenced by traverseAndClose(). |
|
|
Definition at line 425 of file DCJ.java. Referenced by DCJ(). |
|
|
Definition at line 427 of file DCJ.java. Referenced by DCJ(). |
|
|
Definition at line 423 of file DCJ.java. Referenced by cycleDCJ(), and DCJ(). |
1.3.6