pal.misc
Interface Report

All Known Subinterfaces:
AnnotationAlignment, CharacterAlignment, RateMatrix, SubstitutionModel
All Known Implementing Classes:
AbstractAlignment, ConstantMutationRate, MutationRateModel, SimpleCharacterAlignment, SteppedMutationRate, WindowedMutationRate, ModelSupport, ShimodairaHasegawaTest, KishinoHasegawaTest, RateDistribution, SimpleTree, DemographicModel, ConstantPopulation, SkylinePlot, ExponentialGrowth, ConstExpGrowth, CoalescentIntervals, ExpandingPopulation

public interface Report

interface for classes that can print out a human readable report of itself


Method Summary
 void report(java.io.PrintWriter out)
          print human readable report (e.g., on parameters and associated model)
 

Method Detail

report

public void report(java.io.PrintWriter out)
print human readable report (e.g., on parameters and associated model)
Parameters:
out - output stream