TrustGrapher
r52
A playabale simulator for modelling trust between agents
|
Public Member Functions | |
TrustLogEvent (String str) | |
double | getFeedback () |
int | getAssessor () |
int | getAssessee () |
Object[] | toArray () |
String | toString () |
a simple class to encapsulate events to the graph as read from the processed log file.
Definition at line 11 of file TrustLogEvent.java.
cu.trustGrapher.eventplayer.TrustLogEvent.TrustLogEvent | ( | String | str | ) |
constructor for an event as represented by a line in a (processed) log file
Definition at line 21 of file TrustLogEvent.java.
int cu.trustGrapher.eventplayer.TrustLogEvent.getAssessee | ( | ) |
int cu.trustGrapher.eventplayer.TrustLogEvent.getAssessor | ( | ) |
double cu.trustGrapher.eventplayer.TrustLogEvent.getFeedback | ( | ) |
Object [] cu.trustGrapher.eventplayer.TrustLogEvent.toArray | ( | ) |
Definition at line 54 of file TrustLogEvent.java.
String cu.trustGrapher.eventplayer.TrustLogEvent.toString | ( | ) |
Definition at line 60 of file TrustLogEvent.java.