|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TrustAlg
The TrustAlg interface specifies those methods which any class implementing a trust management system must include.
Method Summary | |
---|---|
java.lang.String |
algName()
Text name of this trust algorithm (spaces are okay) |
void |
computeTrust(int user,
int cycle)
Compute trust, exporting trust values to Network |
java.lang.String |
fileExtension()
File extension placed on output files using this algorithm. |
void |
update(Transaction trans)
Given coordinates of a feedback commitment, update as needed. |
Method Detail |
---|
java.lang.String fileExtension()
java.lang.String algName()
void update(Transaction trans)
trans
- Transaction detailing feedback commitmentvoid computeTrust(int user, int cycle)
user
- Identifier of user performing trust computationcycle
- The current cycle
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |