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

Packages that use ConsensusFoundationManager
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.scoring   
de.uka.ipd.consensus.foundation.user   
de.uka.ipd.consensus.impl   
 

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

Classes in de.snailshell.consensus.demo.actions that implement ConsensusFoundationManager
 class AccountAction
           
 class AddSynonymAction
           
 class AddTypeAction
           
 class AssociationChangeAction
           
 class AssociationJoinAction
           
 class AssociationViewAction
           
 class AttributeChangeAction
           
 class AttributeDeleteAction
           
 class AttributeViewAction
           
 class BasisAction
           
 class ChangeAccountAction
           
 class ChangeAssociationRatingAction
           
 class ChangeAttributeRatingAction
           
 class ChangeSynonymRatingAction
           
 class ChangeTopicCommentAction
           
 class ChangeTopicRatingAction
           
 class ChangeTypeRatingAction
           
 class ChangeUserAction
           
 class CreateAssociationAction
           
 class CreateAttributeAction
           
 class CreateOccurrenceAction
           
 class CreateTopicAction
           
 class DeleteAccountAction
           
 class DeleteOccurrenceAction
           
 class EditSynonymsAction
           
 class EditTypesAction
           
 class EditUserAction
           
 class EngineSearchAction
           
 class ExportAction
           
 class HomeAction
           
 class JoinAssociationAction
           
 class LoginAction
           
 class LogoutAction
           
 class MergeAction
           
 class NewAssociationAction
           
 class RegisterAction
           
 class ReorgAction
           
 class TopicFromParamIdToRequestAction
           
 class TopicHierarchyAction
           
 class TopicListAction
           
 class TopicSearchAction
           
 class TopicViewAction
           
 

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

Classes in de.uka.ipd.consensus.foundation that implement ConsensusFoundationManager
 class AbstractConsensusFoundationEvent
          An abstract superclass for the various event types of the ConsensusFoundation framework.
 class AbstractConsensusFoundationModule
          An abstract superclass for the seven components (the "managers") of the ConsensusFoundation framework.
 class ConsensusFoundation
          This is the main class of the ConsensusFoundation framework that initializes and provides easy access to all available modules.
 

Methods in de.uka.ipd.consensus.foundation that return ConsensusFoundationManager
 ConsensusFoundationManager AbstractConsensusFoundationModule.getConsensusFoundationManager()
           
 ConsensusFoundationManager ConsensusFoundationModule.getConsensusFoundationManager()
          Returns a reference to the ConsensusFoundation instance that set up the application
 

Methods in de.uka.ipd.consensus.foundation with parameters of type ConsensusFoundationManager
 void AbstractConsensusFoundationModule.initCompleted(Properties config, ConsensusFoundationManager cfm)
          Stores the ConsensusFoundationManager reference.
 void ConsensusFoundationModule.initCompleted(Properties config, ConsensusFoundationManager cfm)
          This method is called by the ConsensusFoundation constructor after all available modules have been initialized (i.e. their init() method has been called).
 

Constructors in de.uka.ipd.consensus.foundation with parameters of type ConsensusFoundationManager
AbstractConsensusFoundationEvent(ConsensusFoundationManager cfm, Object source)
           
 

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

Classes in de.uka.ipd.consensus.foundation.evolution that implement ConsensusFoundationManager
 class EvolutionEvent
          Event objects of this type are passed to EvolutionListeners.
 

Constructors in de.uka.ipd.consensus.foundation.evolution with parameters of type ConsensusFoundationManager
EvolutionEvent(ConsensusFoundationManager cfm, Concept source, User user, Topic topic)
           
EvolutionEvent(ConsensusFoundationManager cfm, Concept source, User user)
           
 

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

Classes in de.uka.ipd.consensus.foundation.ontology that implement ConsensusFoundationManager
 class OntologyEvent
          Event objects of this type are passed to OntologyListeners.
 

Constructors in de.uka.ipd.consensus.foundation.ontology with parameters of type ConsensusFoundationManager
OntologyEvent(ConsensusFoundationManager cfm, Concept source, User user, String oldValue, Topic oldType, Topic topic, Occurrence occurrence, Synonym synonym)
           
OntologyEvent(ConsensusFoundationManager cfm, Concept source, User user)
           
 

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

Classes in de.uka.ipd.consensus.foundation.rating that implement ConsensusFoundationManager
 class RatingEvent
          Event objects of this type are passed to RatingListeners.
 

Constructors in de.uka.ipd.consensus.foundation.rating with parameters of type ConsensusFoundationManager
RatingEvent(ConsensusFoundationManager cfm, Rating source, User rater, Concept ratedConcept, User ratedUser, double oldRatingValue)
           
RatingEvent(ConsensusFoundationManager cfm, Rating source, User rater, Concept ratedConcept)
           
RatingEvent(ConsensusFoundationManager cfm, Rating source, User rater, User ratedUser)
           
RatingEvent(ConsensusFoundationManager cfm, Rating source, User rater, Concept ratedConcept, double oldRatingValue)
           
RatingEvent(ConsensusFoundationManager cfm, Rating source, User rater, User ratedUser, double oldRatingValue)
           
 

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

Classes in de.uka.ipd.consensus.foundation.scoring that implement ConsensusFoundationManager
 class ScoringEvent
          Event objects of this type are passed to ScoringListeners.
 

Constructors in de.uka.ipd.consensus.foundation.scoring with parameters of type ConsensusFoundationManager
ScoringEvent(ConsensusFoundationManager cfm, User source, int id, Concept concept, User ratedUser, Rating rating, double oldRatingValue, String oldValue, Topic oldType, Topic topic, Occurrence occurrence, Synonym synonym)
           
 

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

Classes in de.uka.ipd.consensus.foundation.user that implement ConsensusFoundationManager
 class UserEvent
          Event objects of this type are passed to UserListeners.
 

Constructors in de.uka.ipd.consensus.foundation.user with parameters of type ConsensusFoundationManager
UserEvent(ConsensusFoundationManager cfm, User source)
           
 

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

Classes in de.uka.ipd.consensus.impl that implement ConsensusFoundationManager
 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
 

Methods in de.uka.ipd.consensus.impl with parameters of type ConsensusFoundationManager
 void DynamicRightsManagerImpl.initCompleted(Properties config, ConsensusFoundationManager cfm)
           
 void EvolutionManagerImpl.initCompleted(Properties config, ConsensusFoundationManager cfm)
           
 void IncentiveManagerImpl.initCompleted(Properties config, ConsensusFoundationManager cfm)
           
 void LoggingManagerImpl.initCompleted(Properties config, ConsensusFoundationManager cfm)
           
 void OntologyManagerImpl.initCompleted(Properties config, ConsensusFoundationManager cfm)
           
 void SQLRatingManagerImpl.initCompleted(Properties config, ConsensusFoundationManager cfm)
           
 void TM4JRatingManagerImpl.initCompleted(Properties config, ConsensusFoundationManager cfm)
          Deprecated.  
 void UserManagerImpl.initCompleted(Properties config, ConsensusFoundationManager cfm)
           
 

Constructors in de.uka.ipd.consensus.impl with parameters of type ConsensusFoundationManager
ScoringListenerImpl(ConsensusFoundationManager cfm)
          TODO