TrustGrapher  r52
A playabale simulator for modelling trust between agents
cu.trustGrapher.eventplayer.TrustLogEvent Class Reference

List of all members.

Public Member Functions

 TrustLogEvent (String str)
double getFeedback ()
int getAssessor ()
int getAssessee ()
Object[] toArray ()
String toString ()

Detailed Description

a simple class to encapsulate events to the graph as read from the processed log file.

Author:
adavoust
Andrew O'Hara

Definition at line 11 of file TrustLogEvent.java.


Constructor & Destructor Documentation

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.


Member Function Documentation

int cu.trustGrapher.eventplayer.TrustLogEvent.getAssessee ( )

Definition at line 50 of file TrustLogEvent.java.

Here is the caller graph for this function:

int cu.trustGrapher.eventplayer.TrustLogEvent.getAssessor ( )

Definition at line 46 of file TrustLogEvent.java.

Here is the caller graph for this function:

double cu.trustGrapher.eventplayer.TrustLogEvent.getFeedback ( )

Definition at line 42 of file TrustLogEvent.java.

Here is the caller graph for this function:

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.


The documentation for this class was generated from the following file: