ibspan.tss.monitor
Class UserModellingMonitor

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

public class UserModellingMonitor
extends Object


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

UserModellingMonitor

public UserModellingMonitor()
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)