org.hops.sep
Class Metriques

java.lang.Object
  extended by org.hops.sep.Metriques

public class Metriques
extends java.lang.Object

=================================================== Session: 1200910243554 Program State: stop User Interventions: 5 User Interventions Times: [0, 7790, 0, 14991, 0, 2708, 0, 4349, 0, 3438, 0] User Spent Time: 33276 ms. System Interventions: 6 System Interventions Times: [2, 0, 4, 0, 19, 0, 35, 0, 8, 0, 5] System Spent Time: 73ms. Total Spent Time: 33453ms. system asking an attribute: {returnmenu=[1], itemnumber=[1], anothersearch=[1], serviceid=[1]} user answering an attribute: [1.0, 0.2, 0.0] used turns for undestanting an attribute: {returnmenu=[1], itemnumber=[1], anothersearch=[1]} ===================================================


Field Summary
 boolean finished
           
 int s_interventions
           
 long s_time
           
 long[] s_times
           
 long t_time
           
 int u_interventions
           
 long u_time
           
 long[] u_times
           
 
Constructor Summary
Metriques()
          Creates a new instance of Metriques
 
Method Summary
 void addMetriques(java.util.ArrayList _metriques)
          the metrics are ordered inside the arraylist: 0.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

finished

public boolean finished

u_interventions

public int u_interventions

u_times

public long[] u_times

u_time

public long u_time

s_interventions

public int s_interventions

s_times

public long[] s_times

s_time

public long s_time

t_time

public long t_time
Constructor Detail

Metriques

public Metriques()
Creates a new instance of Metriques

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

addMetriques

public void addMetriques(java.util.ArrayList _metriques)
the metrics are ordered inside the arraylist: 0. Program State: stop 1. User Interventions: 5 2. User Interventions Times: [0, 7790, 0, 14991, 0, 2708, 0, 4349, 0, 3438, 0] 3. User Spent Time: 33276 ms. 4. System Interventions: 6 5. System Interventions Times: [2, 0, 4, 0, 19, 0, 35, 0, 8, 0, 5] 6. System Spent Time: 73ms. 7. Total Spent Time: 33453ms. 8. system asking an attribute: {returnmenu=[1], itemnumber=[1], anothersearch=[1], serviceid=[1]} 9. user answering an attribute: [1.0, 0.2, 0.0] 10. used turns for undestanting an attribute: {returnmenu=[1], itemnumber=[1], anothersearch=[1]}