ibspan.tss.monitor
Class PrettyPrinetForUserModelling

java.lang.Object
  extended by ibspan.tss.monitor.PrettyPrinetForUserModelling

public class PrettyPrinetForUserModelling
extends Object


Constructor Summary
PrettyPrinetForUserModelling()
           
 
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(StatisticsEntry 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

PrettyPrinetForUserModelling

public PrettyPrinetForUserModelling()
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(StatisticsEntry 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)