Uses of Interface
de.uka.ipd.consensus.foundation.scoring.IncentiveManager

Packages that use IncentiveManager
de.snailshell.consensus.demo.actions   
de.uka.ipd.consensus.foundation Start here for setup and initialization interfaces and classes. 
de.uka.ipd.consensus.foundation.rights   
de.uka.ipd.consensus.impl   
 

Uses of IncentiveManager in de.snailshell.consensus.demo.actions
 

Methods in de.snailshell.consensus.demo.actions that return IncentiveManager
 IncentiveManager BasisAction.getIncentiveManager()
           
 

Uses of IncentiveManager in de.uka.ipd.consensus.foundation
 

Methods in de.uka.ipd.consensus.foundation that return IncentiveManager
 IncentiveManager AbstractConsensusFoundationEvent.getIncentiveManager()
           
 IncentiveManager AbstractConsensusFoundationModule.getIncentiveManager()
           
 IncentiveManager ConsensusFoundation.getIncentiveManager()
           
 IncentiveManager ConsensusFoundationManager.getIncentiveManager()
          Returns a reference to the IncentiveManager.
 

Uses of IncentiveManager in de.uka.ipd.consensus.foundation.rights
 

Methods in de.uka.ipd.consensus.foundation.rights with parameters of type IncentiveManager
 void DynamicRightsManager.init(Properties config, LoggingManager logging, UserManager users, OntologyManager ontology, IncentiveManager incentive)
          This method is called by the ConsensusFoundation constructor to initialize the DynamicRightsManager.
 

Uses of IncentiveManager in de.uka.ipd.consensus.impl
 

Classes in de.uka.ipd.consensus.impl that implement IncentiveManager
 class IncentiveManagerImpl
          TODO
 

Methods in de.uka.ipd.consensus.impl with parameters of type IncentiveManager
 void DynamicRightsManagerImpl.init(Properties config, LoggingManager logging, UserManager users, OntologyManager ontology, IncentiveManager incentive)