TrustGrapher  r52
A playabale simulator for modelling trust between agents
cu.repsystestbed.graphs.FeedbackHistoryGraphEdge Class Reference
Inheritance diagram for cu.repsystestbed.graphs.FeedbackHistoryGraphEdge:
Collaboration diagram for cu.repsystestbed.graphs.FeedbackHistoryGraphEdge:

List of all members.

Public Member Functions

 FeedbackHistoryGraphEdge (Agent src, Agent sink) throws Exception
void addFeedback (Feedback feedback) throws Exception
ArrayList getFeedbacks ()
boolean equals (Object o)

Public Attributes

ArrayList< Feedback > feedbacks

Detailed Description

Definition at line 8 of file FeedbackHistoryGraphEdge.java.


Constructor & Destructor Documentation

cu.repsystestbed.graphs.FeedbackHistoryGraphEdge.FeedbackHistoryGraphEdge ( Agent  src,
Agent  sink 
) throws Exception

Definition at line 14 of file FeedbackHistoryGraphEdge.java.

Here is the caller graph for this function:


Member Function Documentation

void cu.repsystestbed.graphs.FeedbackHistoryGraphEdge.addFeedback ( Feedback  feedback) throws Exception

Definition at line 23 of file FeedbackHistoryGraphEdge.java.

boolean cu.repsystestbed.graphs.FeedbackHistoryGraphEdge.equals ( Object  o)

Reimplemented in cu.trustGrapher.graphs.edges.SimFeedbackEdge.

Definition at line 34 of file FeedbackHistoryGraphEdge.java.

Here is the call graph for this function:

ArrayList cu.repsystestbed.graphs.FeedbackHistoryGraphEdge.getFeedbacks ( )

Definition at line 29 of file FeedbackHistoryGraphEdge.java.


Member Data Documentation


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