

Public Member Functions | |
| IslandCoordinateWriter (SegmentDataProcessor processor) | |
| void | printHeaderInfoForIslandFile () |
| void | printIslands () |
| Vector | setColumnHeaders () |
| Gets the names of the columns. | |
Protected Member Functions | |
| String | getData (int col, int row) |
| Returns the data that should be printed in the specified row and column. | |
| boolean | shouldPrintRow (int row) |
|
|
Definition at line 10 of file IslandCoordinateWriter.java. |
|
||||||||||||
|
Returns the data that should be printed in the specified row and column. It is up to sub-classes to track where to get the data from, as the format is not intended to be standardized.
Reimplemented from org::gel::mauve::summary::output::AbstractMatchDataWriter. Definition at line 31 of file IslandCoordinateWriter.java. References org::gel::mauve::analysis::Segment::typed_id. |
|
|
Definition at line 15 of file IslandCoordinateWriter.java. |
|
|
Implements org::gel::mauve::summary::output::AbstractIslandWriter. Definition at line 26 of file IslandCoordinateWriter.java. References org::gel::mauve::summary::output::AbstractIslandWriter::printData(), and org::gel::mauve::summary::output::AbstractTabbedDataWriter::printHeaders(). |
|
|
Gets the names of the columns.
Reimplemented from org::gel::mauve::summary::output::AbstractMatchDataWriter. Definition at line 49 of file IslandCoordinateWriter.java. |
|
|
Reimplemented from org::gel::mauve::summary::output::AbstractMatchDataWriter. Definition at line 38 of file IslandCoordinateWriter.java. References org::gel::mauve::analysis::Segment::getAvgSegmentLength(), and org::gel::mauve::analysis::Segment::multiplicityType(). |
1.3.6