ibspan.tss.test
Class PrettyPrinter

java.lang.Object
  extended by ibspan.tss.test.PrettyPrinter

public class PrettyPrinter
extends Object

Author:
Maciej Gawinecki

Constructor Summary
PrettyPrinter()
           
 
Method Summary
static void line(PrintStream out)
           
static void print(Event e, PrintStream out)
           
static void print(Opinion o, PrintStream out)
           
static void print(OpinionSet set, PrintStream out)
           
static void print(StatisticEntry e, PrintStream out)
           
static void print(StatisticsMap map, PrintStream out)
           
static void print(UserProfileData d, PrintStream out)
           
static void print(UserProfile p, PrintStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrettyPrinter

public PrettyPrinter()
Method Detail

print

public static void print(Opinion o,
                         PrintStream out)
                  throws com.ibm.adtech.jastor.JastorException
Throws:
com.ibm.adtech.jastor.JastorException

print

public static void print(UserProfile p,
                         PrintStream out)
                  throws com.ibm.adtech.jastor.JastorException
Throws:
com.ibm.adtech.jastor.JastorException

print

public static void print(OpinionSet set,
                         PrintStream out)
                  throws com.ibm.adtech.jastor.JastorException
Throws:
com.ibm.adtech.jastor.JastorException

print

public static void print(UserProfileData d,
                         PrintStream out)
                  throws com.ibm.adtech.jastor.JastorException
Throws:
com.ibm.adtech.jastor.JastorException

print

public static void print(StatisticsMap map,
                         PrintStream out)
                  throws com.ibm.adtech.jastor.JastorException
Throws:
com.ibm.adtech.jastor.JastorException

print

public static void print(StatisticEntry e,
                         PrintStream out)
                  throws com.ibm.adtech.jastor.JastorException
Throws:
com.ibm.adtech.jastor.JastorException

print

public static void print(Event e,
                         PrintStream out)
                  throws com.ibm.adtech.jastor.JastorException
Throws:
com.ibm.adtech.jastor.JastorException

line

public static void line(PrintStream out)