public class UTagCountToTagPairPlugin
extends AbstractPlugin
public UTagCountToTagPairPlugin()
public UTagCountToTagPairPlugin(java.awt.Frame parentFrame,
boolean isInteractive)
public java.lang.String pluginDescription()
public java.lang.String getCitation()
public javax.swing.ImageIcon getIcon()
public java.lang.String getButtonName()
public java.lang.String getToolTipText()
public java.lang.Double errorTolerance()
What fraction of errors to tolerate when filtering by UNEAK
public UTagCountToTagPairPlugin errorTolerance(java.lang.Double value)
Set Error tolerance. What fraction of errors to tolerate when filtering by UNEAK
value - Error tolerancepublic java.lang.String inputFile()
Input file of merged tag counts
public UTagCountToTagPairPlugin inputFile(java.lang.String value)
Set Input file. Input file of merged tag counts
value - Input filepublic java.lang.String outputFile()
Output file of matched tag pairs
public UTagCountToTagPairPlugin outputFile(java.lang.String value)
Set Output file. Output file of matched tag pairs
value - Output file