
Public Member Functions | |
| Adjacency (String first) | |
| Adjacency (String first, String second) | |
| Adjacency | getE1 () |
| Adjacency | getE2 () |
| String | getFirstBlock () |
| String | getFirstBlockEnd () |
| String | getSecondBlock () |
| String | getSecondBlockEnd () |
| boolean | isTelo () |
| void | resetVisited () |
| void | setVisited () |
| String | toString () |
| boolean | wasVisited () |
Static Public Member Functions | |
| void | addAdjacencyEdge (Adjacency a, Adjacency b) |
Private Attributes | |
| Adjacency | e1 |
| Adjacency | e2 |
| String | first |
| boolean | isTelo |
| String | second |
| boolean | visited |
|
||||||||||||
|
Definition at line 15 of file Adjacency.java. References isTelo. |
|
|
Definition at line 21 of file Adjacency.java. References isTelo. |
|
||||||||||||
|
Definition at line 60 of file Adjacency.java. |
|
|
Definition at line 52 of file Adjacency.java. References e1. Referenced by org::gel::mauve::dcjx::AdjacencyGraph::countEdges(), org::gel::mauve::dcjx::AdjacencyGraph::isCycle(), and org::gel::mauve::dcjx::AdjacencyGraph::resetVisited(). |
|
|
Definition at line 56 of file Adjacency.java. References e2. Referenced by org::gel::mauve::dcjx::AdjacencyGraph::countEdges(), org::gel::mauve::dcjx::AdjacencyGraph::isCycle(), and org::gel::mauve::dcjx::AdjacencyGraph::resetVisited(). |
|
|
Definition at line 86 of file Adjacency.java. |
|
|
Definition at line 90 of file Adjacency.java. Referenced by org::gel::mauve::dcjx::AdjacencyGraph::AdjacencyGraph(), and org::gel::mauve::assembly::AssemblyScorer::computeAdjacencyErrors(). |
|
|
Definition at line 98 of file Adjacency.java. References second. |
|
|
Definition at line 94 of file Adjacency.java. References second. Referenced by org::gel::mauve::dcjx::AdjacencyGraph::AdjacencyGraph(), and org::gel::mauve::assembly::AssemblyScorer::computeAdjacencyErrors(). |
|
|
Definition at line 36 of file Adjacency.java. |
|
|
Definition at line 44 of file Adjacency.java. Referenced by org::gel::mauve::dcjx::AdjacencyGraph::resetVisited(), and org::gel::mauve::dcjx::AdjacencyGraph::resetVisitedAll(). |
|
|
Definition at line 48 of file Adjacency.java. Referenced by org::gel::mauve::dcjx::AdjacencyGraph::countEdges(), and org::gel::mauve::dcjx::AdjacencyGraph::isCycle(). |
|
|
Definition at line 28 of file Adjacency.java. |
|
|
|
Definition at line 9 of file Adjacency.java. Referenced by addAdjacencyEdge(), and getE1(). |
|
|
Definition at line 11 of file Adjacency.java. Referenced by addAdjacencyEdge(), and getE2(). |
|
|
Definition at line 5 of file Adjacency.java. |
|
|
|
Definition at line 6 of file Adjacency.java. Referenced by getSecondBlock(), getSecondBlockEnd(), and toString(). |
|
|
Definition at line 13 of file Adjacency.java. |
1.3.6