Uses of Interface
de.uka.ipd.consensus.foundation.ConsensusFoundationModule

Packages that use ConsensusFoundationModule
de.uka.ipd.consensus.foundation Start here for setup and initialization interfaces and classes. 
de.uka.ipd.consensus.foundation.evolution   
de.uka.ipd.consensus.foundation.logging   
de.uka.ipd.consensus.foundation.ontology   
de.uka.ipd.consensus.foundation.rating   
de.uka.ipd.consensus.foundation.rights   
de.uka.ipd.consensus.foundation.scoring   
de.uka.ipd.consensus.foundation.user   
de.uka.ipd.consensus.impl   
 

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

Classes in de.uka.ipd.consensus.foundation that implement ConsensusFoundationModule
 class AbstractConsensusFoundationModule
          An abstract superclass for the seven components (the "managers") of the ConsensusFoundation framework.
 

Uses of ConsensusFoundationModule in de.uka.ipd.consensus.foundation.evolution
 

Subinterfaces of ConsensusFoundationModule in de.uka.ipd.consensus.foundation.evolution
 interface EvolutionManager
          The EvolutionManager is responsible for major or destructive changes and keeping the ontology consistent.
 

Uses of ConsensusFoundationModule in de.uka.ipd.consensus.foundation.logging
 

Subinterfaces of ConsensusFoundationModule in de.uka.ipd.consensus.foundation.logging
 interface LoggingManager
          The LoggingManager is used by all other components to log debug and information messages.
 

Uses of ConsensusFoundationModule in de.uka.ipd.consensus.foundation.ontology
 

Subinterfaces of ConsensusFoundationModule in de.uka.ipd.consensus.foundation.ontology
 interface OntologyManager
          The OntologyManager is the central component as it manages the elements of the ontology.
 

Uses of ConsensusFoundationModule in de.uka.ipd.consensus.foundation.rating
 

Subinterfaces of ConsensusFoundationModule in de.uka.ipd.consensus.foundation.rating
 interface RatingManager
          The RatingManager manages (stores) the ratings for all rateable elements of the ontology.
 

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

Subinterfaces of ConsensusFoundationModule in de.uka.ipd.consensus.foundation.rights
 interface DynamicRightsManager
          The DynamicRightsManager is used by many other components to check if an user action is allowed.
 

Uses of ConsensusFoundationModule in de.uka.ipd.consensus.foundation.scoring
 

Subinterfaces of ConsensusFoundationModule in de.uka.ipd.consensus.foundation.scoring
 interface IncentiveManager
          The IncentiveManager triggers ScoringListeners whenever an event occurs that might change a user's score.
 

Uses of ConsensusFoundationModule in de.uka.ipd.consensus.foundation.user
 

Subinterfaces of ConsensusFoundationModule in de.uka.ipd.consensus.foundation.user
 interface UserManager
          The UserManager manages the user database (creating/changing/deleting of user accounts etc.).
 

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

Classes in de.uka.ipd.consensus.impl that implement ConsensusFoundationModule
 class DynamicRightsManagerImpl
          TODO
 class EvolutionManagerImpl
          TODO
 class IncentiveManagerImpl
          TODO
 class LoggingManagerImpl
          TODO
 class OntologyManagerImpl
          TODO
 class SQLRatingManagerImpl
          TODO
 class TM4JRatingManagerImpl
          Deprecated. slow... SQLRatingManagerImpl is used instead
 class UserManagerImpl
          TODO