TrustGrapher  r52
A playabale simulator for modelling trust between agents
cu.trustGrapher.graphs.edges.SimReputationEdge Class Reference
Inheritance diagram for cu.trustGrapher.graphs.edges.SimReputationEdge:
Collaboration diagram for cu.trustGrapher.graphs.edges.SimReputationEdge:

List of all members.

Public Member Functions

 SimReputationEdge (Agent src, Agent sink)
String toString ()
boolean equals (Object o)
int hashCode ()

Detailed Description

A ReputationEdge extension that shows the degree of trust an agent has for another.

Author:
Andrew O'Hara

Definition at line 11 of file SimReputationEdge.java.


Constructor & Destructor Documentation

cu.trustGrapher.graphs.edges.SimReputationEdge.SimReputationEdge ( Agent  src,
Agent  sink 
)

Creates a new SimReputationEdge.

Parameters:
srcThe Agent that this edge originates from
sinkThe Agent that this edge ends at

Definition at line 19 of file SimReputationEdge.java.

Here is the caller graph for this function:


Member Function Documentation

boolean cu.trustGrapher.graphs.edges.SimReputationEdge.equals ( Object  o)

Definition at line 37 of file SimReputationEdge.java.

Here is the call graph for this function:

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.

Returns:
A string representation of this edge

Definition at line 30 of file SimReputationEdge.java.

Here is the call graph for this function:


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