Uses of Class
org.ocopomo.endorsement.EndorsementScheme

Packages that use EndorsementScheme
org.ocopomo.endorsement   
 

Uses of EndorsementScheme in org.ocopomo.endorsement
 

Methods in org.ocopomo.endorsement that return EndorsementScheme
 EndorsementScheme EndorserAgent.getEndorsementScheme(java.lang.String endSchemeName)
          Search for the endorsement scheme named endSchemeName inside the endorsement dictionary
 

Methods in org.ocopomo.endorsement with parameters of type EndorsementScheme
 void EndorserAgent.addEndorsementFact(org.ocopomo.drams.modelling.Agent endorsee, java.lang.String endorsement, EndorsementScheme scheme)
          Add a new endorsement to the agent's fact base using the current tick.
 void EndorserAgent.addEndorsementFact(org.ocopomo.drams.modelling.Agent endorsee, java.lang.String endorsement, EndorsementScheme scheme, double tick)
          Add a new endorsement to the agent's fact base using the specified tick.
 void EndorserAgent.addEndorsementScheme(java.lang.String schemeName, EndorsementScheme scheme)
           
 void EndorserAgent.generateRandomEndorsement(org.ocopomo.drams.modelling.Agent agent, EndorsementScheme scheme)
          Adds to this agent's fact base a random endorsement chosen inside the scheme given in input relative to the endorsee agent