pluginanalyzers
Class NullAnalyzer

java.lang.Object
  extended by hcrypto.analyzer.CryptoAnalyzer
      extended by pluginanalyzers.NullAnalyzer
All Implemented Interfaces:
Analyzer, java.lang.Runnable

public class NullAnalyzer
extends CryptoAnalyzer

Trivial analyzer class.


Field Summary
 
Fields inherited from class hcrypto.analyzer.CryptoAnalyzer
PERMUTATION, PLAYFAIR, RAILFENCE, SIMPLESUB
 
Fields inherited from interface hcrypto.analyzer.Analyzer
DECIPHER_LIMIT
 
Constructor Summary
NullAnalyzer()
           
NullAnalyzer(AnalyzerFrame f)
           
 
Method Summary
 java.lang.String getReport()
          Part of Analyzer interface.
 void run()
          Part of Analyzer and Runnable interface.
 void setup(java.lang.String text)
          setup() initializes the text and the result string.
 
Methods inherited from class hcrypto.analyzer.CryptoAnalyzer
prettyPrint, setup, stopThread, threadIsStopped, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullAnalyzer

public NullAnalyzer()

NullAnalyzer

public NullAnalyzer(AnalyzerFrame f)
Method Detail

setup

public void setup(java.lang.String text)
Description copied from class: CryptoAnalyzer
setup() initializes the text and the result string. Note that for files containing test cryptograms, the solution is sometimes also provided following the $$$ marker.

Specified by:
setup in interface Analyzer
Overrides:
setup in class CryptoAnalyzer

run

public void run()
Description copied from class: CryptoAnalyzer
Part of Analyzer and Runnable interface. Override this method in the subclass.

Specified by:
run in interface Analyzer
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class CryptoAnalyzer

getReport

public java.lang.String getReport()
Description copied from class: CryptoAnalyzer
Part of Analyzer interface.

Specified by:
getReport in interface Analyzer
Overrides:
getReport in class CryptoAnalyzer