Package | Description |
---|---|
reputationModels |
Contains all implementations of the
ReputationModel abstract class. |
simulator |
The Simulator module
|
Modifier and Type | Method and Description |
---|---|
int |
PeerTrust_TVM_Adaptive.I(SimUser user,
PTL[] TransactionList)
-------------------------------------- I(u) --------------------------------------
|
Modifier and Type | Field and Description |
---|---|
private PTL[] |
SimUser.PTL |
private PTL[] |
SimUser.recentPTL |
Modifier and Type | Method and Description |
---|---|
PTL |
SimUser.findBlankPTL() |
PTL |
SimUser.findBlankRPTL() |
PTL |
SimUser.findOldestPTL() |
PTL |
SimUser.findOldestRPTL() |
PTL[] |
SimUser.getPTL() |
PTL |
SimUser.getPTLi(int i) |
PTL[] |
SimUser.getRecentPTL() |
PTL |
SimUser.getRPTLi(int i) |
Modifier and Type | Method and Description |
---|---|
void |
SimUser.setPTL(PTL[] PTL) |
void |
SimUser.setPTLi(int i,
PTL PTL) |
void |
SimUser.setRecentPTL(PTL[] PTL) |
void |
SimUser.setRPTLi(int i,
PTL PTL) |