Uses of Interface
de.uka.ipd.consensus.foundation.logging.LoggingManager

Packages that use LoggingManager
de.snailshell.consensus.demo.actions   
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.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 LoggingManager in de.snailshell.consensus.demo.actions
 

Methods in de.snailshell.consensus.demo.actions that return LoggingManager
 LoggingManager BasisAction.getLoggingManager()
           
 

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

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

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

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

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

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

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

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

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

Methods in de.uka.ipd.consensus.foundation.rights with parameters of type LoggingManager
 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 LoggingManager in de.uka.ipd.consensus.foundation.scoring
 

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

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

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

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

Classes in de.uka.ipd.consensus.impl that implement LoggingManager
 class LoggingManagerImpl
          TODO
 

Methods in de.uka.ipd.consensus.impl that return LoggingManager
protected  LoggingManager TM4JObjectWrapper.getLoggingManager()
           
 

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

Constructors in de.uka.ipd.consensus.impl with parameters of type LoggingManager
QueryEngineImpl(LoggingManager logging, OntologyManager om)
           
XTMExportHandler(LoggingManager lm, OntologyManager om)
           
XTMImportHandler(LoggingManager lm, OntologyManager om)