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

List of all members.

Public Member Functions

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

Detailed Description

An edge between two Agents that signifies that one trusts the other

Author:
Andrew O'Hara

Definition at line 11 of file SimTrustEdge.java.


Constructor & Destructor Documentation

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

Creates a new SimTrustEdge.

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

Definition at line 20 of file SimTrustEdge.java.

Here is the caller graph for this function:


Member Function Documentation

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

Definition at line 37 of file SimTrustEdge.java.

Here is the call graph for this function:

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

Returns:
A string representation of this edge

Definition at line 32 of file SimTrustEdge.java.


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