TrustGrapher
r52
A playabale simulator for modelling trust between agents
|
Public Member Functions | |
SimTrustEdge (Agent src, Agent sink) | |
String | toString () |
boolean | equals (Object o) |
int | hashCode () |
An edge between two Agents that signifies that one trusts the other
Definition at line 11 of file SimTrustEdge.java.
cu.trustGrapher.graphs.edges.SimTrustEdge.SimTrustEdge | ( | Agent | src, |
Agent | sink | ||
) |
Creates a new SimTrustEdge.
src | The Agent that this edge originates from |
sink | The Agent that this edge ends at |
Definition at line 20 of file SimTrustEdge.java.
boolean cu.trustGrapher.graphs.edges.SimTrustEdge.equals | ( | Object | o | ) |
int cu.trustGrapher.graphs.edges.SimTrustEdge.hashCode | ( | ) |
Definition at line 46 of file SimTrustEdge.java.
String cu.trustGrapher.graphs.edges.SimTrustEdge.toString | ( | ) |
Returns a string representation of this edge. This string is displayed by the edge in the TrustGraphViewer. This String is empty since this edge simply shows trust between two agents Warning: This method must stay here or the TrustGraphViewer will display the superclass toString method
Definition at line 32 of file SimTrustEdge.java.