TrustGrapher
r52
A playabale simulator for modelling trust between agents
|
Public Member Functions | |
SimReputationEdge (Agent src, Agent sink) | |
String | toString () |
boolean | equals (Object o) |
int | hashCode () |
A ReputationEdge extension that shows the degree of trust an agent has for another.
Definition at line 11 of file SimReputationEdge.java.
cu.trustGrapher.graphs.edges.SimReputationEdge.SimReputationEdge | ( | Agent | src, |
Agent | sink | ||
) |
Creates a new SimReputationEdge.
src | The Agent that this edge originates from |
sink | The Agent that this edge ends at |
Definition at line 19 of file SimReputationEdge.java.
boolean cu.trustGrapher.graphs.edges.SimReputationEdge.equals | ( | Object | o | ) |
int cu.trustGrapher.graphs.edges.SimReputationEdge.hashCode | ( | ) |
Definition at line 46 of file SimReputationEdge.java.
String cu.trustGrapher.graphs.edges.SimReputationEdge.toString | ( | ) |
Returns a string representation of this edge. This string is displayed by the edge in the TrustGraphViewer. This String contains the reputation of this edge.
Definition at line 30 of file SimReputationEdge.java.