TrustGrapher
r52
A playabale simulator for modelling trust between agents
|
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 |
Definition at line 8 of file FeedbackHistoryGraphEdge.java.
cu.repsystestbed.graphs.FeedbackHistoryGraphEdge.FeedbackHistoryGraphEdge | ( | Agent | src, |
Agent | sink | ||
) | throws Exception |
Definition at line 14 of file FeedbackHistoryGraphEdge.java.
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.
ArrayList cu.repsystestbed.graphs.FeedbackHistoryGraphEdge.getFeedbacks | ( | ) |
Definition at line 29 of file FeedbackHistoryGraphEdge.java.
ArrayList<Feedback> cu.repsystestbed.graphs.FeedbackHistoryGraphEdge.feedbacks |
Definition at line 12 of file FeedbackHistoryGraphEdge.java.