TrustGrapher  r52
A playabale simulator for modelling trust between agents
cu.repsystestbed.graphs.ReputationEdge Class Reference
Inheritance diagram for cu.repsystestbed.graphs.ReputationEdge:
Collaboration diagram for cu.repsystestbed.graphs.ReputationEdge:

List of all members.

Public Member Functions

 ReputationEdge (Agent src, Agent sink, double reputation)
 ReputationEdge (Agent src, Agent sink)
void setReputation (double reputation)
double getReputation ()
int compareTo (Object arg0)

Detailed Description

Definition at line 5 of file ReputationEdge.java.


Constructor & Destructor Documentation

cu.repsystestbed.graphs.ReputationEdge.ReputationEdge ( Agent  src,
Agent  sink,
double  reputation 
)

Definition at line 11 of file ReputationEdge.java.

Here is the call graph for this function:

Here is the caller graph for this function:

cu.repsystestbed.graphs.ReputationEdge.ReputationEdge ( Agent  src,
Agent  sink 
)

Definition at line 18 of file ReputationEdge.java.

Here is the call graph for this function:


Member Function Documentation

int cu.repsystestbed.graphs.ReputationEdge.compareTo ( Object  arg0)

Definition at line 36 of file ReputationEdge.java.

Here is the call graph for this function:

double cu.repsystestbed.graphs.ReputationEdge.getReputation ( )

Definition at line 30 of file ReputationEdge.java.

Here is the caller graph for this function:

void cu.repsystestbed.graphs.ReputationEdge.setReputation ( double  reputation)

Definition at line 25 of file ReputationEdge.java.

Here is the caller graph for this function:


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