A B C D E F G H I J L M N O P Q R S T U V W X Y

A

ASSOCIATION_CREATED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if a user created an association.
ASSOCIATION_DELETED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if a user deleted an association.
ASSOCIATION_TOPIC_ADDED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if a topic joins an association as a player.
ASSOCIATION_TOPIC_REMOVED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if a topic leaves an association as a player.
ATTRIBUTE_ADDED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if an attribute is added to a topic.
ATTRIBUTE_REMOVED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if an attribute is removed from a topic.
ATTRIBUTE_VALUE_CHANGED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if the value of an attribute is changed.
AbstractConsensusFoundationEvent - class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationEvent.
An abstract superclass for the various event types of the ConsensusFoundation framework.
AbstractConsensusFoundationEvent(ConsensusFoundationManager, Object) - Constructor for class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationEvent
 
AbstractConsensusFoundationModule - class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationModule.
An abstract superclass for the seven components (the "managers") of the ConsensusFoundation framework.
AbstractConsensusFoundationModule() - Constructor for class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationModule
 
AccountAction - class de.snailshell.consensus.demo.actions.AccountAction.
 
AccountAction() - Constructor for class de.snailshell.consensus.demo.actions.AccountAction
 
AddSynonymAction - class de.snailshell.consensus.demo.actions.AddSynonymAction.
 
AddSynonymAction() - Constructor for class de.snailshell.consensus.demo.actions.AddSynonymAction
 
AddTypeAction - class de.snailshell.consensus.demo.actions.AddTypeAction.
 
AddTypeAction() - Constructor for class de.snailshell.consensus.demo.actions.AddTypeAction
 
Association - interface de.uka.ipd.consensus.foundation.schema.Association.
This interface manages associations between topics which are separated into roles.
AssociationBean - class de.snailshell.consensus.demo.AssociationBean.
 
AssociationBean(User, Association) - Constructor for class de.snailshell.consensus.demo.AssociationBean
 
AssociationChangeAction - class de.snailshell.consensus.demo.actions.AssociationChangeAction.
 
AssociationChangeAction() - Constructor for class de.snailshell.consensus.demo.actions.AssociationChangeAction
 
AssociationImpl - class de.uka.ipd.consensus.impl.AssociationImpl.
This is the TM4J-based implementation of the Association interface.
AssociationImpl(OntologyManagerImpl, Association) - Constructor for class de.uka.ipd.consensus.impl.AssociationImpl
 
AssociationJoinAction - class de.snailshell.consensus.demo.actions.AssociationJoinAction.
 
AssociationJoinAction() - Constructor for class de.snailshell.consensus.demo.actions.AssociationJoinAction
 
AssociationRole - interface de.uka.ipd.consensus.foundation.schema.AssociationRole.
This interface represents one role of an association.
AssociationRoleImpl - class de.uka.ipd.consensus.impl.AssociationRoleImpl.
TODO
AssociationRoleImpl(OntologyManagerImpl, Member) - Constructor for class de.uka.ipd.consensus.impl.AssociationRoleImpl
 
AssociationViewAction - class de.snailshell.consensus.demo.actions.AssociationViewAction.
 
AssociationViewAction() - Constructor for class de.snailshell.consensus.demo.actions.AssociationViewAction
 
Attribute - interface de.uka.ipd.consensus.foundation.schema.Attribute.
This interface represents an attribute (name/value pair) of a topic.
AttributeChangeAction - class de.snailshell.consensus.demo.actions.AttributeChangeAction.
 
AttributeChangeAction() - Constructor for class de.snailshell.consensus.demo.actions.AttributeChangeAction
 
AttributeDeleteAction - class de.snailshell.consensus.demo.actions.AttributeDeleteAction.
 
AttributeDeleteAction() - Constructor for class de.snailshell.consensus.demo.actions.AttributeDeleteAction
 
AttributeImpl - class de.uka.ipd.consensus.impl.AttributeImpl.
TODO
AttributeImpl(OntologyManagerImpl, Topic) - Constructor for class de.uka.ipd.consensus.impl.AttributeImpl
 
AttributeViewAction - class de.snailshell.consensus.demo.actions.AttributeViewAction.
 
AttributeViewAction() - Constructor for class de.snailshell.consensus.demo.actions.AttributeViewAction
 
Attributeable - interface de.uka.ipd.consensus.foundation.schema.Attributeable.
This is a mixin interface for attributeable elements of the ontology.
abortTransaction(Object, Object) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
This is a "quick rollback" for the transaction if no changes have been made to the ontology.
abortTransaction(Object, Object) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
addAssociationRole(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Association
Creates an association role of the given type if the role does not exist yet.
addAssociationRole(User, Topic) - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
addAttribute(User, Attribute) - Method in interface de.uka.ipd.consensus.foundation.schema.Attributeable
Adds an attribute object to the attributeable element.
addAttribute(User, Topic, Attribute) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
addAttribute(User, Attribute) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
addEvolutionListener(EvolutionListener) - Method in interface de.uka.ipd.consensus.foundation.evolution.EvolutionManager
Registers a new EvolutionListener.
addEvolutionListener(EvolutionListener) - Method in class de.uka.ipd.consensus.impl.EvolutionManagerImpl
 
addExportHandler(ExportHandler) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Registers an ExportHandler instance with the OntologyManager.
addExportHandler(ExportHandler) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
addImportHandler(ImportHandler) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Registers an ImportHandler instance with the OntologyManager.
addImportHandler(ImportHandler) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
addInstanceType(User, Topic, Topic, boolean) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
addLastVisitedTopic(HttpServletRequest, Topic) - Static method in class de.snailshell.consensus.demo.ConsensusFoundationUtils
 
addOccurrence(User, String, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Creates an occurrence for this topic with the given type and value (data).
addOccurrence(User, String, Topic) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
addOntologyListener(OntologyListener) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Registers a new OntologyListener.
addOntologyListener(OntologyListener) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
addRating(Topic, Rating) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Adds the given rating to the given topic.
addRating(Attribute, Rating) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Adds the given rating to the given attribute.
addRating(Association, Rating) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Adds the given rating to the given association.
addRating(User, Rating) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Adds the given rating to the given user.
addRating(User, double) - Method in interface de.uka.ipd.consensus.foundation.schema.Rateable
Adds a rating for the given user to this element.
addRating(User, double) - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
addRating(User, double) - Method in class de.uka.ipd.consensus.impl.AttributeImpl
 
addRating(Topic, Rating) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
addRating(Attribute, Rating) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
addRating(Association, Rating) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
addRating(User, Rating) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
addRating(User, double) - Method in class de.uka.ipd.consensus.impl.SuperSubclassImpl
 
addRating(User, double) - Method in class de.uka.ipd.consensus.impl.SynonymImpl
 
addRating(Topic, Rating) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
addRating(User, Rating) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
addRating(Attribute, Rating) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
addRating(Association, Rating) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
addRating(User, double) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
addRating(User, double) - Method in class de.uka.ipd.consensus.impl.TypeInstanceImpl
 
addRating(User, double) - Method in class de.uka.ipd.consensus.impl.UserImpl
 
addRatingListener(RatingListener) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Registers a new RatingListener.
addRatingListener(RatingListener) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
addRatingListener(RatingListener) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
addRole(UserRole) - Method in interface de.uka.ipd.consensus.foundation.schema.User
Adds a UserRole to this user's roles.
addRole(UserRole) - Method in class de.uka.ipd.consensus.impl.UserImpl
 
addScoringListener(ScoringListener) - Method in interface de.uka.ipd.consensus.foundation.scoring.IncentiveManager
Registers a new ScoringListener.
addScoringListener(ScoringListener) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
addSuperclass(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Adds a superclass to this topic.
addSuperclass(User, Topic, Topic, boolean) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
addSuperclass(User, Topic) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
addSynonym(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Adds another topic as a synonym to this topic (and vice versa).
addSynonym(User, Topic) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
addTopic(User, Topic, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Association
Adds a topic to this association as a player of the given role.
addTopic(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.AssociationRole
Adds a topic to this role.
addTopic(User, Topic, Topic) - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
addTopic(User, Topic) - Method in class de.uka.ipd.consensus.impl.AssociationRoleImpl
 
addType(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Adds a type to this topic.
addType(User, Topic) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
addUserListener(UserListener) - Method in interface de.uka.ipd.consensus.foundation.user.UserManager
Registers a new UserListener.
addUserListener(UserListener) - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
after(Version) - Method in interface de.uka.ipd.consensus.foundation.schema.Version
Checks if this version has a timestamp later than the given version.
after(Version) - Method in class de.uka.ipd.consensus.impl.VersionImpl
TODO
assignSystemRoles(User) - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
associationCreated(OntologyEvent) - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyAdapter
 
associationCreated(OntologyEvent) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyListener
Called by the OntologyManager when an association is created.
associationCreated(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
associationCreated(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
associationDeleted(EvolutionEvent) - Method in class de.uka.ipd.consensus.foundation.evolution.EvolutionAdapter
 
associationDeleted(EvolutionEvent) - Method in interface de.uka.ipd.consensus.foundation.evolution.EvolutionListener
Called by the EvolutionManager when an association is deleted.
associationDeleted(EvolutionEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
associationDeleted(EvolutionEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
associationTopicAdded(OntologyEvent) - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyAdapter
 
associationTopicAdded(OntologyEvent) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyListener
Called by the OntologyManager when topic is added as a player to an association.
associationTopicAdded(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
associationTopicAdded(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
associationTopicRemoved(OntologyEvent) - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyAdapter
 
associationTopicRemoved(OntologyEvent) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyListener
Called by the OntologyManager when player topic is removed from an association.
associationTopicRemoved(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
associationTopicRemoved(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
attributeAdded(OntologyEvent) - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyAdapter
 
attributeAdded(OntologyEvent) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyListener
Called by the OntologyManager when an attribute is added to a topic.
attributeAdded(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
attributeAdded(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
attributeRemoved(OntologyEvent) - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyAdapter
 
attributeRemoved(OntologyEvent) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyListener
Called by the OntologyManager when an attribute is removed from a topic.
attributeRemoved(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
attributeRemoved(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
attributeValueChanged(OntologyEvent) - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyAdapter
 
attributeValueChanged(OntologyEvent) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyListener
Called by the OntologyManager when an attribute's value is changed.
attributeValueChanged(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
attributeValueChanged(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 

B

BasisAction - class de.snailshell.consensus.demo.actions.BasisAction.
 
BasisAction() - Constructor for class de.snailshell.consensus.demo.actions.BasisAction
 
before(Version) - Method in interface de.uka.ipd.consensus.foundation.schema.Version
Checks if this version has a timestamp earlier than the given version.
before(Version) - Method in class de.uka.ipd.consensus.impl.VersionImpl
TODO

C

CF_DYNRIGHTS_KEY - Static variable in class de.uka.ipd.consensus.foundation.ConsensusFoundation
The configuration key that defines the DynamicRightsManager (optional).
CF_EVOLUTION_KEY - Static variable in class de.uka.ipd.consensus.foundation.ConsensusFoundation
The configuration key that defines the EvolutionManager (optional).
CF_EXPORT_KEY - Static variable in class de.uka.ipd.consensus.foundation.ConsensusFoundation
The configuration key that defines the ExportHandlers (comma separated list) in addition to any default handlers (optional).
CF_IMPORT_KEY - Static variable in class de.uka.ipd.consensus.foundation.ConsensusFoundation
The configuration key that defines the ImportHandlers (comma separated list) in addition to any default handlers (optional).
CF_INCENTIVE_KEY - Static variable in class de.uka.ipd.consensus.foundation.ConsensusFoundation
The configuration key that defines the IncentiveManager (optional).
CF_LOGGING_KEY - Static variable in class de.uka.ipd.consensus.foundation.ConsensusFoundation
The configuration key that defines the LoggingManager.
CF_LOGLEVEL_KEY - Static variable in class de.uka.ipd.consensus.foundation.ConsensusFoundation
The configuration key that defines the loglevel (optional).
CF_ONTOLOGY_KEY - Static variable in class de.uka.ipd.consensus.foundation.ConsensusFoundation
The configuration key that defines the OntologyManager.
CF_PROPERTIES - Static variable in class de.uka.ipd.consensus.foundation.ConsensusFoundation
If no config file name is passed to the constructor and a file with this name is found on the classpath, it is used as the configuration properties file.
CF_QUERY_KEY - Static variable in class de.uka.ipd.consensus.foundation.ConsensusFoundation
The configuration key that defines the QueryEngine if an implementation other than the default one shall be used (optional).
CF_RATING_KEY - Static variable in class de.uka.ipd.consensus.foundation.ConsensusFoundation
The configuration key that defines the RatingManager (optional).
CF_SCORING_KEY - Static variable in class de.uka.ipd.consensus.foundation.ConsensusFoundation
The configuration key that defines the ScoringListeners as a comma separated list (optional).
CF_SUPERADMIN_KEY - Static variable in class de.uka.ipd.consensus.foundation.ConsensusFoundation
The value of this property key names the user that is granted the superadmin role on login, regardless what roles the UserManager assigns to the user.
CF_USER_KEY - Static variable in class de.uka.ipd.consensus.foundation.ConsensusFoundation
The configuration key that defines the UserManager.
CONCEPT_COMMENT_CHANGED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if a user changed the comment of a concept.
CONCEPT_NAME_CHANGED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if a user changed the name of a concept.
CONCEPT_RATING_CHANGED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if the value of an existing concept rating has been changed.
CONCEPT_RATING_REMOVED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if a rating has been removed from a concept.
CONCEPT_RATING_SET - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if a new rating has been assigned to a concept.
CONCEPT_TYPE_CHANGED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if a user add/removed a type to/from a concept.
CONTEXT_ATTR_CONSENSUSFOUNDATION - Static variable in class de.snailshell.consensus.demo.Constants
 
ChangeAccountAction - class de.snailshell.consensus.demo.actions.ChangeAccountAction.
 
ChangeAccountAction() - Constructor for class de.snailshell.consensus.demo.actions.ChangeAccountAction
 
ChangeAssociationRatingAction - class de.snailshell.consensus.demo.actions.ChangeAssociationRatingAction.
 
ChangeAssociationRatingAction() - Constructor for class de.snailshell.consensus.demo.actions.ChangeAssociationRatingAction
 
ChangeAttributeRatingAction - class de.snailshell.consensus.demo.actions.ChangeAttributeRatingAction.
 
ChangeAttributeRatingAction() - Constructor for class de.snailshell.consensus.demo.actions.ChangeAttributeRatingAction
 
ChangeSynonymRatingAction - class de.snailshell.consensus.demo.actions.ChangeSynonymRatingAction.
 
ChangeSynonymRatingAction() - Constructor for class de.snailshell.consensus.demo.actions.ChangeSynonymRatingAction
 
ChangeTopicCommentAction - class de.snailshell.consensus.demo.actions.ChangeTopicCommentAction.
 
ChangeTopicCommentAction() - Constructor for class de.snailshell.consensus.demo.actions.ChangeTopicCommentAction
 
ChangeTopicRatingAction - class de.snailshell.consensus.demo.actions.ChangeTopicRatingAction.
 
ChangeTopicRatingAction() - Constructor for class de.snailshell.consensus.demo.actions.ChangeTopicRatingAction
 
ChangeTypeRatingAction - class de.snailshell.consensus.demo.actions.ChangeTypeRatingAction.
 
ChangeTypeRatingAction() - Constructor for class de.snailshell.consensus.demo.actions.ChangeTypeRatingAction
 
ChangeUserAction - class de.snailshell.consensus.demo.actions.ChangeUserAction.
 
ChangeUserAction() - Constructor for class de.snailshell.consensus.demo.actions.ChangeUserAction
 
CheckLoginTag - class de.snailshell.consensus.demo.CheckLoginTag.
 
CheckLoginTag() - Constructor for class de.snailshell.consensus.demo.CheckLoginTag
 
Commentatable - interface de.uka.ipd.consensus.foundation.schema.Commentatable.
This is a mixin interface for elements that can have comments.
Concept - interface de.uka.ipd.consensus.foundation.schema.Concept.
This is the superinterface of the main elements of the ontology: topics, associations and attributes.
ConsensusFoundation - class de.uka.ipd.consensus.foundation.ConsensusFoundation.
This is the main class of the ConsensusFoundation framework that initializes and provides easy access to all available modules.
ConsensusFoundation() - Constructor for class de.uka.ipd.consensus.foundation.ConsensusFoundation
Initializes the framework and its components with the configuration file defined by CF_PROPERTIES.
ConsensusFoundation(Properties) - Constructor for class de.uka.ipd.consensus.foundation.ConsensusFoundation
Initializes the framework and its components with the given Properties object.
ConsensusFoundation(String) - Constructor for class de.uka.ipd.consensus.foundation.ConsensusFoundation
Initializes the framework and its components with the given configuration file.
ConsensusFoundationFilter - class de.snailshell.consensus.demo.ConsensusFoundationFilter.
 
ConsensusFoundationFilter() - Constructor for class de.snailshell.consensus.demo.ConsensusFoundationFilter
 
ConsensusFoundationManager - interface de.uka.ipd.consensus.foundation.ConsensusFoundationManager.
A mixin interface that offers easy access to all seven managers of the ConsensusFoundation framework.
ConsensusFoundationModule - interface de.uka.ipd.consensus.foundation.ConsensusFoundationModule.
Every implementation of a ConsensusFoundation component (one of the seven "managers") must implement this interface.
ConsensusFoundationPlugin - class de.snailshell.consensus.demo.ConsensusFoundationPlugin.
 
ConsensusFoundationPlugin() - Constructor for class de.snailshell.consensus.demo.ConsensusFoundationPlugin
 
ConsensusFoundationServletContextListener - class de.snailshell.consensus.demo.ConsensusFoundationServletContextListener.
 
ConsensusFoundationServletContextListener() - Constructor for class de.snailshell.consensus.demo.ConsensusFoundationServletContextListener
 
ConsensusFoundationUtils - class de.snailshell.consensus.demo.ConsensusFoundationUtils.
 
ConsensusFoundationUtils() - Constructor for class de.snailshell.consensus.demo.ConsensusFoundationUtils
 
Constants - class de.snailshell.consensus.demo.Constants.
 
Constants() - Constructor for class de.snailshell.consensus.demo.Constants
 
CreateAssociationAction - class de.snailshell.consensus.demo.actions.CreateAssociationAction.
 
CreateAssociationAction() - Constructor for class de.snailshell.consensus.demo.actions.CreateAssociationAction
 
CreateAttributeAction - class de.snailshell.consensus.demo.actions.CreateAttributeAction.
 
CreateAttributeAction() - Constructor for class de.snailshell.consensus.demo.actions.CreateAttributeAction
 
CreateOccurrenceAction - class de.snailshell.consensus.demo.actions.CreateOccurrenceAction.
 
CreateOccurrenceAction() - Constructor for class de.snailshell.consensus.demo.actions.CreateOccurrenceAction
 
CreateTopicAction - class de.snailshell.consensus.demo.actions.CreateTopicAction.
 
CreateTopicAction() - Constructor for class de.snailshell.consensus.demo.actions.CreateTopicAction
 
Createable - interface de.uka.ipd.consensus.foundation.schema.Createable.
This is a mixin interface for elements that can be created by a user.
canMerge() - Method in interface de.uka.ipd.consensus.foundation.ontology.ImportHandler
Signals whether this handler can not only load (import), but also merge ontologies
canMerge() - Method in class de.uka.ipd.consensus.impl.XTMImportHandler
 
change(int, String, String, String, String) - Method in class de.uka.ipd.consensus.impl.UserImpl
 
changeRatingComment(SQLRatingImpl, String) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
changeRatingValue(SQLRatingImpl, double, double, long, long, long, long, String) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
changeUser(User, String, String, Map) - Method in interface de.uka.ipd.consensus.foundation.user.UserManager
Changes an existing user account.
changeUser(User, String, String, Map) - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
changesAllowed() - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
With this method the RatingManager signals if ratings, once added, can be changed afterwards.
changesAllowed() - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
changesAllowed() - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
checkAddAttribute(User, Attribute, Attributeable) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to add the attribute to the given attributeable element (a topic).
checkAddAttribute(User, Attribute, Attributeable) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkAddClass(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to add a superclass to a class topic.
checkAddClass(User, Topic) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkAddRating(Rating, Rateable) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if a user is allowed to assign a rating to a certain rateable element.
checkAddRating(Rating, Rateable) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkAddSynonym(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to add a synonymous topic to a given topic.
checkAddSynonym(User, Topic) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkAddType(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to add a type topic to a given topic.
checkAddType(User, Topic) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkChangeAssociation(User, Association) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to change an association (add/remove roles/topics).
checkChangeAssociation(User, Association) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkChangeAttributeValue(User, Attribute) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to change the attribute's value.
checkChangeAttributeValue(User, Attribute) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkChangeConceptComment(User, Concept) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to change the comment of a certain concept.
checkChangeConceptComment(User, Concept) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkChangeOccurrence(User) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to change (create/delete) occurrences.
checkChangeOccurrence(User) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkChangeUserComment(User, User) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to change the comment of a certain user (including himself).
checkChangeUserComment(User, User) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkCreateAssociation(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to create associations of the given type.
checkCreateAssociation(User, Topic) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkCreateAttribute(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to create attributes of the given type.
checkCreateAttribute(User, Topic) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkCreateClassTopic(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to create topics of the given superclass.
checkCreateClassTopic(User, Topic) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkCreateRating(User) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to create ratings.
checkCreateRating(User) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkCreateTopic(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to create topics of the given type.
checkCreateTopic(User, Topic) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkDeleteAssociation(User, Association) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if a user is allowed to remove an association permanently from the ontology.
checkDeleteAssociation(User, Association) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkDeleteTopic(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if a user is allowed to remove a topic permanently from the ontology.
checkDeleteTopic(User, Topic) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkInternalRateable(Rateable) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Checks the given rateable object if it is a special association that is usually wrapped inside a TypeInstance, SuperSubclass or Synonym.
checkInternalRateable(Rateable) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
checkMergeTopics(User, Topic, Topic) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if a user is allowed to merge to topics.
checkMergeTopics(User, Topic, Topic) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkQuery(User, String) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to do queries using the provided query language(s).
checkQuery(User, String) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkRemoveAttribute(User, Attribute) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to remove the attribute from its topic.
checkRemoveAttribute(User, Attribute) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkRemoveClass(User, SuperSubclass) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to remove a superclass from a class topic.
checkRemoveClass(User, SuperSubclass) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkRemoveRating(User, Rating) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if a user is allowed to remove a rating permanently from an element.
checkRemoveRating(User, Rating) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkRemoveSynonym(User, Synonym) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to remove a synonym relationship between two topics.
checkRemoveSynonym(User, Synonym) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkRemoveType(User, TypeInstance) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to remove a type from a topic.
checkRemoveType(User, TypeInstance) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkViewAssociation(User, Association) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to view a certain association.
checkViewAssociation(User, Association) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkViewAttribute(User, Attribute) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to see a certain attribute.
checkViewAttribute(User, Attribute) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
checkViewTopic(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to view a certain topic.
checkViewTopic(User, Topic) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
commitTransaction(Object, Object) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Commits the transaction for the given scope.
commitTransaction(Object, Object) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
compareTo(Object) - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
compareTo(Object) - Method in class de.uka.ipd.consensus.impl.AssociationRoleImpl
 
compareTo(Object) - Method in class de.uka.ipd.consensus.impl.OccurrenceImpl
 
compareTo(Object) - Method in class de.uka.ipd.consensus.impl.SQLRatingImpl
 
compareTo(Object) - Method in class de.uka.ipd.consensus.impl.SuperSubclassImpl
 
compareTo(Object) - Method in class de.uka.ipd.consensus.impl.SynonymImpl
 
compareTo(Object) - Method in class de.uka.ipd.consensus.impl.TM4JRatingImpl
Deprecated.  
compareTo(Object) - Method in class de.uka.ipd.consensus.impl.TM4JTopicWrapper
 
compareTo(Object) - Method in class de.uka.ipd.consensus.impl.TypeInstanceImpl
 
compareTo(Object) - Method in class de.uka.ipd.consensus.impl.UserImpl
 
compareTo(Object) - Method in class de.uka.ipd.consensus.impl.VersionImpl
TODO
conceptCommentChanged(OntologyEvent) - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyAdapter
 
conceptCommentChanged(OntologyEvent) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyListener
Called by the OntologyManager when the comment of a concept has changed.
conceptCommentChanged(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
conceptCommentChanged(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
conceptNameChanged(OntologyEvent) - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyAdapter
 
conceptNameChanged(OntologyEvent) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyListener
Called by the OntologyManager when the name of a concept has changed.
conceptNameChanged(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
conceptNameChanged(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
conceptRatingChanged(RatingEvent) - Method in class de.uka.ipd.consensus.foundation.rating.RatingAdapter
 
conceptRatingChanged(RatingEvent) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingListener
Called by the RatingManager when an existing concept's rating was changed.
conceptRatingChanged(RatingEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
conceptRatingChanged(RatingEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
conceptRatingRemoved(RatingEvent) - Method in class de.uka.ipd.consensus.foundation.rating.RatingAdapter
 
conceptRatingRemoved(RatingEvent) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingListener
Called by the RatingManager when a concept's rating was removed.
conceptRatingRemoved(RatingEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
conceptRatingRemoved(RatingEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
conceptRatingSet(RatingEvent) - Method in class de.uka.ipd.consensus.foundation.rating.RatingAdapter
 
conceptRatingSet(RatingEvent) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingListener
Called by the RatingManager when a new rating was added to a concept.
conceptRatingSet(RatingEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
conceptRatingSet(RatingEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
conceptTypeChanged(OntologyEvent) - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyAdapter
 
conceptTypeChanged(OntologyEvent) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyListener
Called by the OntologyManager when a type is added to or removed from a concept.
conceptTypeChanged(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
conceptTypeChanged(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
contextDestroyed(ServletContextEvent) - Method in class de.snailshell.consensus.demo.ConsensusFoundationServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class de.snailshell.consensus.demo.ConsensusFoundationServletContextListener
 
createAssociation(User, String, String, Topic) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Creates an association of the given type.
createAssociation(User, String, String, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
createAttribute(User, String, String, String, Topic) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Creates an attribute of the given type.
createAttribute(User, String, String, String, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
createClassTopic(User, String, String, Topic) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Creates a class topic as a subclass of the given superclass topic.
createClassTopic(User, String, String, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
createInternalTopic(User, String, String, Topic) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Creates an internal topic that is not visible through the topic collections, only by id query.
createInternalTopic(User, String, String, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
createNewCreatedByAssociation(User, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
createNewTopic(String, String, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
createRating(User, double) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Creates a new rating with the given user as the creator ("owner" of the rating).
createRating(User, double) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
createRating(User, double) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
createSourceLocator(TopicMapObject) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
createTopic(User, String, String, Topic) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Creates a topic of the given type.
createTopic(User, String, String, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
createTopicTypes() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
createUser(String, String, Map) - Method in interface de.uka.ipd.consensus.foundation.user.UserManager
Creates a new user accout with the given username and password, and sets the new user's status to "logged on".
createUser(String, String, Map) - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 

D

DeleteAccountAction - class de.snailshell.consensus.demo.actions.DeleteAccountAction.
 
DeleteAccountAction() - Constructor for class de.snailshell.consensus.demo.actions.DeleteAccountAction
 
DeleteOccurrenceAction - class de.snailshell.consensus.demo.actions.DeleteOccurrenceAction.
 
DeleteOccurrenceAction() - Constructor for class de.snailshell.consensus.demo.actions.DeleteOccurrenceAction
 
DynamicRightsManager - interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager.
The DynamicRightsManager is used by many other components to check if an user action is allowed.
DynamicRightsManagerException - exception de.uka.ipd.consensus.foundation.rights.DynamicRightsManagerException.
 
DynamicRightsManagerException() - Constructor for class de.uka.ipd.consensus.foundation.rights.DynamicRightsManagerException
 
DynamicRightsManagerException(String) - Constructor for class de.uka.ipd.consensus.foundation.rights.DynamicRightsManagerException
 
DynamicRightsManagerException(String, Throwable) - Constructor for class de.uka.ipd.consensus.foundation.rights.DynamicRightsManagerException
 
DynamicRightsManagerException(Throwable) - Constructor for class de.uka.ipd.consensus.foundation.rights.DynamicRightsManagerException
 
DynamicRightsManagerImpl - class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl.
TODO
DynamicRightsManagerImpl() - Constructor for class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
de.snailshell.consensus.demo - package de.snailshell.consensus.demo
 
de.snailshell.consensus.demo.actions - package de.snailshell.consensus.demo.actions
 
de.snailshell.consensus.demo.exceptions - package de.snailshell.consensus.demo.exceptions
 
de.uka.ipd.consensus.foundation - package de.uka.ipd.consensus.foundation
Start here for setup and initialization interfaces and classes.
de.uka.ipd.consensus.foundation.evolution - package de.uka.ipd.consensus.foundation.evolution
 
de.uka.ipd.consensus.foundation.logging - package de.uka.ipd.consensus.foundation.logging
 
de.uka.ipd.consensus.foundation.ontology - package de.uka.ipd.consensus.foundation.ontology
 
de.uka.ipd.consensus.foundation.query - package de.uka.ipd.consensus.foundation.query
 
de.uka.ipd.consensus.foundation.rating - package de.uka.ipd.consensus.foundation.rating
 
de.uka.ipd.consensus.foundation.rights - package de.uka.ipd.consensus.foundation.rights
 
de.uka.ipd.consensus.foundation.schema - package de.uka.ipd.consensus.foundation.schema
Start here for data model interfaces.
de.uka.ipd.consensus.foundation.scoring - package de.uka.ipd.consensus.foundation.scoring
 
de.uka.ipd.consensus.foundation.user - package de.uka.ipd.consensus.foundation.user
 
de.uka.ipd.consensus.impl - package de.uka.ipd.consensus.impl
 
de.uka.ipd.consensus.test - package de.uka.ipd.consensus.test
 
debug(Object) - Method in interface de.uka.ipd.consensus.foundation.logging.LoggingManager
Logs the given message if the debug loglevel is active.
debug(Object) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
deleteAssociation(User, Association) - Method in interface de.uka.ipd.consensus.foundation.evolution.EvolutionManager
Deletes an association and all dependant elements (e.g. topics, if it makes sense).
deleteAssociation(Association) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Deletes an association permanently from the ontology.
deleteAssociation(User, Association) - Method in class de.uka.ipd.consensus.impl.EvolutionManagerImpl
 
deleteAssociation(Association) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
deleteAttribute(User, Topic, Attribute) - Method in interface de.uka.ipd.consensus.foundation.evolution.EvolutionManager
Deletes an attribute (and all dependant elements if there are any).
deleteAttribute(Attribute) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Deletes an attribute permanently from the ontology.
deleteAttribute(User, Topic, Attribute) - Method in class de.uka.ipd.consensus.impl.EvolutionManagerImpl
 
deleteAttribute(Attribute) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
deleteRatings(Topic) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
If a topic is deleted permanently from the ontology, this method can be used to remove the ratings that were added to the topic, too (including historical values).
deleteRatings(Attribute) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
If an attribute is deleted permanently from the ontology, this method can be used to remove the ratings that were added to the attribute, too (including historical values).
deleteRatings(Association) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
If an association is deleted permanently from the ontology, this method can be used to remove the ratings that were added to the association, too (including historical values).
deleteRatings(User) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
If a user is deleted permanently from the ontology and user database, this method can be used to remove the ratings that were added to the user, too (including historical values).
deleteRatings(Topic) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
deleteRatings(Attribute) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
deleteRatings(Association) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
deleteRatings(User) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
deleteRatings(Topic) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
deleteRatings(Attribute) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
deleteRatings(Association) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
deleteRatings(User) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
deleteTopic(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.evolution.EvolutionManager
Deletes a topic and all dependant elements (attributes and, if it makes sense, associations), but not the subtopics of the topic.
deleteTopic(Topic) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Deletes a topic permanently from the ontology.
deleteTopic(User, Topic) - Method in class de.uka.ipd.consensus.impl.EvolutionManagerImpl
 
deleteTopic(Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
deleteTopicAndSubtopics(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.evolution.EvolutionManager
Deletes a topic and all dependant elements, including the subtopics of the topic.
deleteTopicAndSubtopics(User, Topic) - Method in class de.uka.ipd.consensus.impl.EvolutionManagerImpl
 
deleteUser(User, String) - Method in interface de.uka.ipd.consensus.foundation.user.UserManager
Deletes a user account permanently from the user database.
deleteUser(User, String) - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
destroy() - Method in class de.snailshell.consensus.demo.ConsensusFoundationFilter
 
destroy() - Method in class de.snailshell.consensus.demo.ConsensusFoundationPlugin
 
doEndTag() - Method in class de.snailshell.consensus.demo.CheckLoginTag
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class de.snailshell.consensus.demo.ConsensusFoundationFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class de.uka.ipd.consensus.test.PerfTestServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class de.uka.ipd.consensus.test.RatingTestServlet
 
doStartTag() - Method in class de.snailshell.consensus.demo.CheckLoginTag
 

E

EMPTY_SCOPE - Static variable in class de.uka.ipd.consensus.impl.TM4JObjectWrapper
 
EditSynonymsAction - class de.snailshell.consensus.demo.actions.EditSynonymsAction.
 
EditSynonymsAction() - Constructor for class de.snailshell.consensus.demo.actions.EditSynonymsAction
 
EditTypesAction - class de.snailshell.consensus.demo.actions.EditTypesAction.
 
EditTypesAction() - Constructor for class de.snailshell.consensus.demo.actions.EditTypesAction
 
EditUserAction - class de.snailshell.consensus.demo.actions.EditUserAction.
 
EditUserAction() - Constructor for class de.snailshell.consensus.demo.actions.EditUserAction
 
EngineSearchAction - class de.snailshell.consensus.demo.actions.EngineSearchAction.
 
EngineSearchAction() - Constructor for class de.snailshell.consensus.demo.actions.EngineSearchAction
 
EvolutionAdapter - class de.uka.ipd.consensus.foundation.evolution.EvolutionAdapter.
An adapter class for receiving evolution events.
EvolutionAdapter() - Constructor for class de.uka.ipd.consensus.foundation.evolution.EvolutionAdapter
 
EvolutionEvent - class de.uka.ipd.consensus.foundation.evolution.EvolutionEvent.
Event objects of this type are passed to EvolutionListeners.
EvolutionEvent(ConsensusFoundationManager, Concept, User, Topic) - Constructor for class de.uka.ipd.consensus.foundation.evolution.EvolutionEvent
 
EvolutionEvent(ConsensusFoundationManager, Concept, User) - Constructor for class de.uka.ipd.consensus.foundation.evolution.EvolutionEvent
 
EvolutionListener - interface de.uka.ipd.consensus.foundation.evolution.EvolutionListener.
The listener interface for receiving events that signal major or destructive changes in the ontology.
EvolutionManager - interface de.uka.ipd.consensus.foundation.evolution.EvolutionManager.
The EvolutionManager is responsible for major or destructive changes and keeping the ontology consistent.
EvolutionManagerException - exception de.uka.ipd.consensus.foundation.evolution.EvolutionManagerException.
 
EvolutionManagerException() - Constructor for class de.uka.ipd.consensus.foundation.evolution.EvolutionManagerException
 
EvolutionManagerException(String) - Constructor for class de.uka.ipd.consensus.foundation.evolution.EvolutionManagerException
 
EvolutionManagerException(String, Throwable) - Constructor for class de.uka.ipd.consensus.foundation.evolution.EvolutionManagerException
 
EvolutionManagerException(Throwable) - Constructor for class de.uka.ipd.consensus.foundation.evolution.EvolutionManagerException
 
EvolutionManagerImpl - class de.uka.ipd.consensus.impl.EvolutionManagerImpl.
TODO
EvolutionManagerImpl() - Constructor for class de.uka.ipd.consensus.impl.EvolutionManagerImpl
 
ExportAction - class de.snailshell.consensus.demo.actions.ExportAction.
 
ExportAction() - Constructor for class de.snailshell.consensus.demo.actions.ExportAction
 
ExportHandler - interface de.uka.ipd.consensus.foundation.ontology.ExportHandler.
The interface for modules that can export the ontology in a certain file format.
equals(Object) - Method in interface de.uka.ipd.consensus.foundation.schema.Version
Checks if this and the given object are equal, i.e. if they represent the same version.
equals(Object) - Method in class de.uka.ipd.consensus.impl.SQLRatingImpl
 
equals(Object) - Method in class de.uka.ipd.consensus.impl.SuperSubclassImpl
 
equals(Object) - Method in class de.uka.ipd.consensus.impl.SynonymImpl
 
equals(Object) - Method in class de.uka.ipd.consensus.impl.TM4JObjectWrapper
 
equals(Object) - Method in class de.uka.ipd.consensus.impl.TypeInstanceImpl
 
equals(Object) - Method in class de.uka.ipd.consensus.impl.UserRoleImpl
 
equals(Object) - Method in class de.uka.ipd.consensus.impl.VersionImpl
TODO
error(Object) - Method in interface de.uka.ipd.consensus.foundation.logging.LoggingManager
Logs the given message if the error loglevel is active.
error(Object) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.AccountAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.AddSynonymAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.AddTypeAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.AssociationChangeAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.AssociationJoinAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.AssociationViewAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.AttributeChangeAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.AttributeDeleteAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.AttributeViewAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.ChangeAccountAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.ChangeAssociationRatingAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.ChangeAttributeRatingAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.ChangeSynonymRatingAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.ChangeTopicCommentAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.ChangeTopicRatingAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.ChangeTypeRatingAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.ChangeUserAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.CreateAssociationAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.CreateAttributeAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.CreateOccurrenceAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.CreateTopicAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.DeleteAccountAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.DeleteOccurrenceAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.EditSynonymsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.EditTypesAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.EditUserAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.EngineSearchAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.ExportAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.HomeAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.JoinAssociationAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.LoginAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.LogoutAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.MergeAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.NewAssociationAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.RegisterAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.ReorgAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.TopicFromParamIdToRequestAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.TopicHierarchyAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.TopicListAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.TopicSearchAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class de.snailshell.consensus.demo.actions.TopicViewAction
 
executeQuery(User, String) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Executes a query string and returns the result as a QueryEngineResultSet.
executeQuery(User, String) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
executeQuery(User, String) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
exportOntology(OutputStream, boolean) - Method in interface de.uka.ipd.consensus.foundation.ontology.ExportHandler
Exports the ontology to a given OutputStream.
exportOntology(OutputStream, boolean) - Method in class de.uka.ipd.consensus.impl.XTMExportHandler
 
extractUsername(String) - Static method in class de.uka.ipd.consensus.impl.UserImpl
 

F

fatal(Object) - Method in interface de.uka.ipd.consensus.foundation.logging.LoggingManager
Logs the given message if the fatal loglevel is active.
fatal(Object) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
finalize() - Method in class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationModule
Calls shutdown() if the application forgot to do so.
finalize() - Method in class de.uka.ipd.consensus.foundation.ConsensusFoundation
Calls shutdown() if the application forgot to do so.
findRole(String) - Method in interface de.uka.ipd.consensus.foundation.user.UserManager
Returns a UserRole by the given name (e.g.
findRole(String) - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
fireAssociationCreated(Association, User) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
fireAssociationTopicAdded(Association, User, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
fireAssociationTopicRemoved(Association, User, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
fireAttributeAdded(Attribute, User, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
fireAttributeRemoved(Attribute, User, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
fireAttributeValueChanged(Attribute, User, String) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
fireConceptCommentChanged(Concept, User, String) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
fireConceptNameChanged(Concept, User, String) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
fireConceptTypeChanged(Concept, User, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
fireOccurrenceChanged(Occurrence, User, Topic, String) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
fireOccurrenceCreated(Occurrence, User, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
fireOccurrenceRemoved(Occurrence, User, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
fireRatingChanged(Rating, Rateable, double) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
fireRatingSet(Rating, Rateable) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
fireScoringEvent(User, int, Concept, User, Rating, double, String, Topic, Topic, Occurrence, Synonym) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
fireSynonymAdded(Synonym, User) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
fireSynonymRemoved(Synonym, User) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
fireTopicClassChanged(Topic, User, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
fireTopicCreated(Topic, User) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
fireUserCreated(User) - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
fireUserLoggedIn(User) - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
fireUserLoggedOut(User) - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 

G

getAssociation() - Method in class de.snailshell.consensus.demo.AssociationBean
 
getAssociation() - Method in interface de.uka.ipd.consensus.foundation.schema.AssociationRole
Returns the association that this role belongs to.
getAssociation() - Method in class de.uka.ipd.consensus.impl.AssociationRoleImpl
 
getAssociationById(User, String) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns an association for a given id.
getAssociationById(User, String) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getAssociationById(User, String) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getAssociationCount(User) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns the number of associations in the ontology that the user may see.
getAssociationCount(User) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getAssociationCount(User) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getAssociationRole(Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Association
Returns the AssociationRole of a certain type.
getAssociationRole(Topic) - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
getAssociationRoles(User, Association) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a collection of all AssociationRole objects that are part of the given association.
getAssociationRoles(User) - Method in interface de.uka.ipd.consensus.foundation.schema.Association
Returns a collection of all AssociationRole objects used by this association.
getAssociationRoles(User) - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
getAssociationRoles(User, Association) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getAssociationRoles(User, Association) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getAssociations(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a collection of all Association objects in which the given topic plays a role.
getAssociations(User) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Returns a collection of Association objects in which this topic plays a role.
getAssociations(User, Topic) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getAssociations(User, Topic) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getAssociations(User) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
getAssociationsOfType(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a collection of all Association objects with the given type.
getAssociationsOfType(User, Topic) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getAssociationsOfType(User, Topic) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getAttribute(User, String) - Method in interface de.uka.ipd.consensus.foundation.schema.Attributeable
Returns the attribute of a given id.
getAttribute(User, String) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
getAttributeTopicType() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getAttributeable() - Method in interface de.uka.ipd.consensus.foundation.schema.Attribute
Returns the element which this attribute belongs to.
getAttributeable() - Method in class de.uka.ipd.consensus.impl.AttributeImpl
 
getAttributeable(Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getAttributes(User) - Method in interface de.uka.ipd.consensus.foundation.schema.Attributeable
Returns a collection of all Attribute objects of this element that the user may see.
getAttributes(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Attributeable
Returns a collection of all Attribute objects of the given type.
getAttributes(User) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
getAttributes(User, Topic) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
getAverageOwnRatingsValue() - Method in interface de.uka.ipd.consensus.foundation.schema.User
Returns the average value (the arithmetic mean) of all ratings that this user has given to other elements of the ontology.
getAverageOwnRatingsValue() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
getAverageRatingValue(Topic) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Returns the average (arithmetic mean) of all ratings for the given topic.
getAverageRatingValue(Attribute) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Returns the average (arithmetic mean) of all ratings for the given attribute.
getAverageRatingValue(Association) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Returns the average (arithmetic mean) of all ratings for the given association.
getAverageRatingValue(User) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Returns the average (arithmetic mean) of all ratings that other users have added to the given user.
getAverageRatingValue() - Method in interface de.uka.ipd.consensus.foundation.schema.Rateable
Returns the average value (the arithmetic mean) of all current ratings for this element.
getAverageRatingValue() - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
getAverageRatingValue() - Method in class de.uka.ipd.consensus.impl.AttributeImpl
 
getAverageRatingValue(Association) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
getAverageRatingValue(Attribute) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
getAverageRatingValue(Topic) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
getAverageRatingValue(User) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
getAverageRatingValue() - Method in class de.uka.ipd.consensus.impl.SuperSubclassImpl
 
getAverageRatingValue() - Method in class de.uka.ipd.consensus.impl.SynonymImpl
 
getAverageRatingValue(Association) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getAverageRatingValue(Attribute) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getAverageRatingValue(Topic) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getAverageRatingValue(User) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getAverageRatingValue() - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
getAverageRatingValue() - Method in class de.uka.ipd.consensus.impl.TypeInstanceImpl
 
getAverageRatingValue() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
getCache(String) - Static method in class de.uka.ipd.consensus.impl.TM4JObjectWrapper
 
getClassInstancePSI() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getClassInstanceTopicType() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getClassPSI() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getClassRoots(User) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a collection of class Topic objects that have no superclasses.
getClassRoots(User) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getClassRoots(User) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getClassTopicCount(User) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns the number of class topics in the ontology that the user may see.
getClassTopicCount(User) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getClassTopicCount(User) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getClassTopicType() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getClassTopics(User) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a collection of all class Topic objects.
getClassTopics(User) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getClassTopics(User) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getClassTopicsByBeginning(User, String) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a collection of class Topic objects whose names match the given beginning (case-insensitive).
getClassTopicsByBeginning(User, String) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getClassTopicsByBeginning(User, String) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getClassTopicsBySubstring(User, String, boolean) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a collection of class Topic objects whose name (and optionally comment) contain the given substring (case-insensitive).
getClassTopicsBySubstring(User, String, boolean) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getClassTopicsBySubstring(User, String, boolean) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getColumnCount() - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngineResultSet
Returns of how many data columns each row consists.
getColumnCount() - Method in class de.uka.ipd.consensus.impl.QueryEngineResultSetImpl
 
getColumnNames() - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngineResultSet
Returns a collection of the column names.
getColumnNames() - Method in class de.uka.ipd.consensus.impl.QueryEngineResultSetImpl
 
getComment() - Method in interface de.uka.ipd.consensus.foundation.schema.Commentatable
Returns the comment of the element.
getComment() - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
getComment() - Method in class de.uka.ipd.consensus.impl.SQLRatingImpl
 
getComment() - Method in class de.uka.ipd.consensus.impl.TM4JRatingImpl
Deprecated.  
getComment() - Method in class de.uka.ipd.consensus.impl.TM4JTopicWrapper
must not return null
getComment() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
getCommentTopicType() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getConcept() - Method in class de.uka.ipd.consensus.foundation.evolution.EvolutionEvent
All evolution events happen on a base concept that is returned by this method.
getConcept() - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyEvent
All ontology events happen on a base concept that is returned by this method.
getConcept() - Method in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
If the event happened on a concept, the concept is returned.
getConceptById(User, String) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a concept for a given id.
getConceptById(User, String) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getConceptById(User, String) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getConsensusFoundationManager(ServletContext) - Static method in class de.snailshell.consensus.demo.ConsensusFoundationUtils
 
getConsensusFoundationManager() - Method in class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationModule
 
getConsensusFoundationManager() - Method in interface de.uka.ipd.consensus.foundation.ConsensusFoundationModule
Returns a reference to the ConsensusFoundation instance that set up the application
getContentType() - Method in interface de.uka.ipd.consensus.foundation.ontology.ExportHandler
Returns the content (MIME) type that this handler will export, e.h.
getContentType() - Method in class de.uka.ipd.consensus.impl.XTMExportHandler
 
getCreatedbyTopicType() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getCreator() - Method in interface de.uka.ipd.consensus.foundation.schema.Createable
Returns the user that created this element.
getCreator() - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
getCreator(Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getCreator(Association) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getCreator() - Method in class de.uka.ipd.consensus.impl.SQLRatingImpl
 
getCreator() - Method in class de.uka.ipd.consensus.impl.TM4JRatingImpl
Deprecated.  
getCreator() - Method in class de.uka.ipd.consensus.impl.TM4JTopicWrapper
 
getData() - Method in interface de.uka.ipd.consensus.foundation.schema.Occurrence
Returns the value of this occurrence.
getData() - Method in class de.uka.ipd.consensus.impl.OccurrenceImpl
 
getDate() - Method in interface de.uka.ipd.consensus.foundation.schema.Version
Returns the timestamp of this version, i.e. when this version was created.
getDate() - Method in class de.uka.ipd.consensus.impl.VersionImpl
 
getDescription() - Method in interface de.uka.ipd.consensus.foundation.ontology.ExportHandler
Returns a short description about this export handler.
getDescription() - Method in interface de.uka.ipd.consensus.foundation.ontology.ImportHandler
Returns a short description about this import handler.
getDescription() - Method in interface de.uka.ipd.consensus.foundation.user.UserRole
Returns a short human-readable description of the role.
getDescription() - Method in class de.uka.ipd.consensus.impl.UserRoleImpl
 
getDescription() - Method in class de.uka.ipd.consensus.impl.XTMExportHandler
 
getDescription() - Method in class de.uka.ipd.consensus.impl.XTMImportHandler
 
getDynamicRightsManager() - Method in class de.snailshell.consensus.demo.actions.BasisAction
 
getDynamicRightsManager() - Method in class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationEvent
 
getDynamicRightsManager() - Method in class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationModule
 
getDynamicRightsManager() - Method in class de.uka.ipd.consensus.foundation.ConsensusFoundation
 
getDynamicRightsManager() - Method in interface de.uka.ipd.consensus.foundation.ConsensusFoundationManager
Returns a reference to the DynamicRightsManager.
getEmail() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
getEvolutionManager() - Method in class de.snailshell.consensus.demo.actions.BasisAction
 
getEvolutionManager() - Method in class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationEvent
 
getEvolutionManager() - Method in class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationModule
 
getEvolutionManager() - Method in class de.uka.ipd.consensus.foundation.ConsensusFoundation
 
getEvolutionManager() - Method in interface de.uka.ipd.consensus.foundation.ConsensusFoundationManager
Returns a reference to the EvolutionManager.
getExportHandler(String) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Returns an export handler for a certain file format.
getExportHandler(String) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getExportHandlerCount() - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Returns the number of registered export handlers.
getExportHandlerCount() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getExportHandlers() - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Returns all export handlers.
getExportHandlers() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getExtension() - Method in interface de.uka.ipd.consensus.foundation.ontology.ExportHandler
Returns the file extensions of the ontology format that this handler can export, e.g.
getExtension() - Method in interface de.uka.ipd.consensus.foundation.ontology.ImportHandler
Returns the file extensions of the ontology format that this handler can load, e.g.
getExtension() - Method in class de.uka.ipd.consensus.impl.XTMExportHandler
 
getExtension() - Method in class de.uka.ipd.consensus.impl.XTMImportHandler
 
getFirstAssociation(Topic, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getFirstPlayer(Association, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getFirstPlayer(Topic, Topic, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getFirstname() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
getHistory() - Method in interface de.uka.ipd.consensus.foundation.schema.Rating
Returns a collection of Rating objects that contain all older values for this rating (i.e. the rating for this element from the creator of the rating).
getHistory() - Method in class de.uka.ipd.consensus.impl.SQLRatingImpl
 
getHistory(SQLRatingImpl) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
getHistory() - Method in class de.uka.ipd.consensus.impl.TM4JRatingImpl
Deprecated.  
getId() - Method in interface de.uka.ipd.consensus.foundation.schema.Concept
Returns the concept's unique id that was either computed automatically or given explicitely at creation time.
getId() - Method in interface de.uka.ipd.consensus.foundation.schema.Occurrence
Returns the id of the occurrence.
getId() - Method in interface de.uka.ipd.consensus.foundation.schema.Rateable
Returns the id of the element that is unique within the ontology.
getId() - Method in interface de.uka.ipd.consensus.foundation.schema.User
Returns the user's id that was computed automatically from the username when the user created his account.
getId() - Method in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
Returns the event type (id).
getId() - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
getId() - Method in class de.uka.ipd.consensus.impl.OccurrenceImpl
 
getId() - Method in class de.uka.ipd.consensus.impl.SQLRatingImpl
 
getId() - Method in class de.uka.ipd.consensus.impl.SuperSubclassImpl
 
getId() - Method in class de.uka.ipd.consensus.impl.SynonymImpl
 
getId() - Method in class de.uka.ipd.consensus.impl.TM4JTopicWrapper
 
getId() - Method in class de.uka.ipd.consensus.impl.TypeInstanceImpl
 
getId() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
getImportHandler(String) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Returns an import handler for a certain file format.
getImportHandler(String) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getImportHandlerCount() - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Returns the number of registered import handlers.
getImportHandlerCount() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getImportHandlers() - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Returns all import handlers.
getImportHandlers() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getIncentiveManager() - Method in class de.snailshell.consensus.demo.actions.BasisAction
 
getIncentiveManager() - Method in class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationEvent
 
getIncentiveManager() - Method in class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationModule
 
getIncentiveManager() - Method in class de.uka.ipd.consensus.foundation.ConsensusFoundation
 
getIncentiveManager() - Method in interface de.uka.ipd.consensus.foundation.ConsensusFoundationManager
Returns a reference to the IncentiveManager.
getInitialUserScore() - Method in interface de.uka.ipd.consensus.foundation.scoring.IncentiveManager
Returns the initial score for newly created users.
getInitialUserScore() - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
getInstance() - Method in interface de.uka.ipd.consensus.foundation.schema.TypeInstance
Returns the instance topic of a type-instance-relationship between two topics.
getInstance(OntologyManagerImpl, Collection) - Static method in class de.uka.ipd.consensus.impl.TM4JCollectionWrapperSet
 
getInstance(OntologyManagerImpl, TologResultsSet) - Static method in class de.uka.ipd.consensus.impl.TM4JTologResultWrapperSet
Deprecated.  
getInstance() - Method in class de.uka.ipd.consensus.impl.TypeInstanceImpl
 
getInstance(OntologyManagerImpl, Topic) - Static method in class de.uka.ipd.consensus.impl.UserImpl
 
getInstance(UserManagerImpl, String, int, String, String, String, double, String, String) - Static method in class de.uka.ipd.consensus.impl.UserImpl
 
getInstancePSI() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getInstanceRoots(User) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a collection of instance Topic objects that have no types.
getInstanceRoots(User) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getInstanceRoots(User) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getInstanceTopicCount(User) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns the number of non-class topics in the ontology that the user may see.
getInstanceTopicCount(User) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getInstanceTopicCount(User) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getInstanceTopicType() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getInstanceTopics(User) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a collection of all non-class Topic objects.
getInstanceTopics(User) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getInstanceTopics(User) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getInstanceTopicsByBeginning(User, String) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a collection of non-class Topic objects whose names match the given beginning (case-insensitive).
getInstanceTopicsByBeginning(User, String) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getInstanceTopicsByBeginning(User, String) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getInstanceTopicsBySubstring(User, String, boolean) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a collection of non-class Topic objects whose name (and optionally comment) contain the given substring (case-insensitive).
getInstanceTopicsBySubstring(User, String, boolean) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getInstanceTopicsBySubstring(User, String, boolean) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getInstances() - Method in class de.snailshell.consensus.demo.TopicBean
 
getInstances(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a collection of TypeInstance objects that represent the instances of a given type topic.
getInstances(User) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Returns a collection of TypeInstance objects containing the instances of this type (class) topic.
getInstances(User, Topic) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getInstances(User, Topic) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getInstances(User) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
getInternalRateable() - Method in class de.uka.ipd.consensus.impl.SQLRatingImpl
 
getInternalTopicType() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getInternalTopics() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getLastVisitedAssociation(HttpServletRequest) - Static method in class de.snailshell.consensus.demo.ConsensusFoundationUtils
 
getLastVisitedTopics(HttpServletRequest) - Static method in class de.snailshell.consensus.demo.ConsensusFoundationUtils
 
getLastname() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
getLevel() - Method in interface de.uka.ipd.consensus.foundation.logging.LoggingManager
Returns the current loglevel.
getLevel() - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
getLoggingManager() - Method in class de.snailshell.consensus.demo.actions.BasisAction
 
getLoggingManager() - Method in class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationEvent
 
getLoggingManager() - Method in class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationModule
 
getLoggingManager() - Method in class de.uka.ipd.consensus.foundation.ConsensusFoundation
 
getLoggingManager() - Method in interface de.uka.ipd.consensus.foundation.ConsensusFoundationManager
Returns a reference to the LoggingManager.
getLoggingManager() - Method in class de.uka.ipd.consensus.impl.TM4JObjectWrapper
 
getLoginTime() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
getMembersOfRole(Association, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getMergeHandler(String) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Returns an import handler for a certain file format that can merge ontologies in this format.
getMergeHandler(String) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getMergeHandlerCount() - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Returns the number of registered import handlers that can merge ontologies.
getMergeHandlerCount() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getMergeHandlers() - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Returns all import handlers that can merge ontologies.
getMergeHandlers() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getName() - Method in interface de.uka.ipd.consensus.foundation.schema.AssociationRole
Returns the name of this role's type.
getName() - Method in interface de.uka.ipd.consensus.foundation.schema.Concept
Returns the concept's name.
getName() - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
getName() - Method in class de.uka.ipd.consensus.impl.AssociationRoleImpl
 
getName() - Method in class de.uka.ipd.consensus.impl.TM4JTopicWrapper
must not return null
getNameTopicType() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getObjectId() - Method in class de.uka.ipd.consensus.impl.TM4JObjectWrapper
 
getOccurrence() - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyEvent
Returns the occurrence for occurrence events (creating, changing, removing).
getOccurrence(User, String) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Queries an occurrence of this topic with the given id.
getOccurrence() - Method in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
Returns the occurrence for occurrence events (creating, changing, removing).
getOccurrence(Topic, Topic) - Static method in class de.uka.ipd.consensus.impl.TM4JObjectWrapper
 
getOccurrence(Topic) - Method in class de.uka.ipd.consensus.impl.TM4JTopicWrapper
 
getOccurrence(User, String) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
getOccurrences(User) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Returns a collection of all Occurrence objects for this topic.
getOccurrences(Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Returns a collection of all Occurrence objects of a certain type for this topic.
getOccurrences(User) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
getOccurrences(Topic) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
getOldRatingValue() - Method in class de.uka.ipd.consensus.foundation.rating.RatingEvent
If a rating was changed this method returns the rating's old value.
getOldRatingValue() - Method in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
If an existing rating was changed, this method returns the old rating value.
getOldType() - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyEvent
If the type of a concept changes, this method returns the old type.
getOldType() - Method in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
If the type of a concept changes, this method returns the old type.
getOldValue() - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyEvent
If a string value (like a concept name or an occurrence value) was changed, this method returns the old value.
getOldValue() - Method in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
If a string value (like a concept name or an occurrence value) was changed, this method returns the old value.
getOntologyManager() - Method in class de.snailshell.consensus.demo.actions.BasisAction
 
getOntologyManager() - Method in class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationEvent
 
getOntologyManager() - Method in class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationModule
 
getOntologyManager() - Method in class de.uka.ipd.consensus.foundation.ConsensusFoundation
 
getOntologyManager() - Method in interface de.uka.ipd.consensus.foundation.ConsensusFoundationManager
Returns a reference to the OntologyManager.
getOntologyManager() - Method in class de.uka.ipd.consensus.impl.TM4JObjectWrapper
 
getOrCreateTopicType(String, String, Topic, Locator) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getOwnRatings() - Method in interface de.uka.ipd.consensus.foundation.schema.User
Returns a collection of all current Rating objects that this user has given to other elements of the ontology.
getOwnRatings() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
getOwnRatingsCount() - Method in interface de.uka.ipd.consensus.foundation.schema.User
Returns the number of ratings that this user has given to other elements of the ontology.
getOwnRatingsCount() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
getParentTypes(User, Topic) - Static method in class de.snailshell.consensus.demo.ConsensusFoundationUtils
 
getPasswordHash() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
getPlayers(Topic, Topic, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getPlayers(Association, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getQueryEngine() - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Returns the QueryEngine that is part of the OntologyManager.
getQueryEngine() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getQuerySyntaxName() - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns the name of the query language that is provided by the implementation of the QueryEngine.
getQuerySyntaxName() - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getQuerySyntaxName() - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getQuerySyntaxURL() - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a URL with human-readable information about the syntax of the query language that is provided by the implementation of the QueryEngine.
getQuerySyntaxURL() - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getQuerySyntaxURL() - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getQuerySyntaxVersion() - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns the version of the query language that is provided by the implementation of the QueryEngine.
getQuerySyntaxVersion() - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getQuerySyntaxVersion() - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getRateable() - Method in interface de.uka.ipd.consensus.foundation.schema.Rating
Returns the rated element.
getRateable() - Method in class de.uka.ipd.consensus.impl.SQLRatingImpl
 
getRateable() - Method in class de.uka.ipd.consensus.impl.TM4JRatingImpl
Deprecated.  
getRateable(TM4JRatingImpl) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getRateableTopicType() - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getRatedConcept() - Method in class de.uka.ipd.consensus.foundation.rating.RatingEvent
Returns the rated concept if a concept was rated.
getRatedUser() - Method in class de.uka.ipd.consensus.foundation.rating.RatingEvent
Returns the rated user if a user was rated by another user.
getRatedUser() - Method in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
If a user rates another user, this method returns the rated user.
getRatedVersion() - Method in interface de.uka.ipd.consensus.foundation.schema.Rating
Returns the version of the rated element.
getRatedVersion() - Method in class de.uka.ipd.consensus.impl.SQLRatingImpl
 
getRatedVersion() - Method in class de.uka.ipd.consensus.impl.TM4JRatingImpl
Deprecated.  
getRating() - Method in class de.uka.ipd.consensus.foundation.rating.RatingEvent
All rating events include a rating that is returned by this method.
getRating(Topic, User) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Returns the rating object that the given user has added to the given topic (or null if the user hasn't rated the topic yet).
getRating(Attribute, User) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Returns the rating object that the given user has added to the given attribute (or null if the user hasn't rated the attribute yet).
getRating(Association, User) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Returns the rating object that the given user has added to the given association (or null if the user hasn't rated the association yet).
getRating(User, User) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Returns the rating object that the given user (parameter "rater") has added to another user (parameter "user") - or null if the user hasn't rated the other user yet.
getRating(User) - Method in interface de.uka.ipd.consensus.foundation.schema.Rateable
Returns the rating of the given user for this element.
getRating() - Method in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
If a new rating was created or an existing rating was changed, this method returns the current rating object.
getRating(User) - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
getRating(User) - Method in class de.uka.ipd.consensus.impl.AttributeImpl
 
getRating(Topic, User) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
getRating(Attribute, User) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
getRating(Association, User) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
getRating(User, User) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
getRating(User) - Method in class de.uka.ipd.consensus.impl.SuperSubclassImpl
 
getRating(User) - Method in class de.uka.ipd.consensus.impl.SynonymImpl
 
getRating(Topic, User) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getRating(User, User) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getRating(Attribute, User) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getRating(Association, User) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getRating(User) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
getRating(User) - Method in class de.uka.ipd.consensus.impl.TypeInstanceImpl
 
getRating(User) - Method in class de.uka.ipd.consensus.impl.UserImpl
 
getRatingManager() - Method in class de.snailshell.consensus.demo.actions.BasisAction
 
getRatingManager() - Method in class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationEvent
 
getRatingManager() - Method in class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationModule
 
getRatingManager() - Method in class de.uka.ipd.consensus.foundation.ConsensusFoundation
 
getRatingManager() - Method in interface de.uka.ipd.consensus.foundation.ConsensusFoundationManager
Returns a reference to the RatingManager.
getRatingTopicType() - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getRatings(Topic) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Returns a collection of all Rating objects that have been added to the given topic.
getRatings(Attribute) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Returns a collection of all Rating objects that have been added to the given attribute.
getRatings(Association) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Returns a collection of all Rating objects that have been added to the given association.
getRatings(User) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Returns a collection of all Rating objects that have been added by other users to the given user.
getRatings() - Method in interface de.uka.ipd.consensus.foundation.schema.Rateable
Returns a collection of all current Rating objects (from different users) for this element.
getRatings() - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
getRatings() - Method in class de.uka.ipd.consensus.impl.AttributeImpl
 
getRatings(Topic) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
getRatings(Attribute) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
getRatings(Association) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
getRatings(User) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
getRatings() - Method in class de.uka.ipd.consensus.impl.SuperSubclassImpl
 
getRatings() - Method in class de.uka.ipd.consensus.impl.SynonymImpl
 
getRatings(Topic) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getRatings(User) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getRatings(Attribute) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getRatings(Association) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getRatings() - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
getRatings() - Method in class de.uka.ipd.consensus.impl.TypeInstanceImpl
 
getRatings() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
getRatingsCount(Topic) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Returns the number of ratings that have been added to the given topic.
getRatingsCount(Attribute) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Returns the number of ratings that have been added to the given attribute.
getRatingsCount(Association) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Returns the number of ratings that have been added to the given association.
getRatingsCount(User) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Returns the number of ratings that have been added by other users to the given user.
getRatingsCount() - Method in interface de.uka.ipd.consensus.foundation.schema.Rateable
Returns the number of ratings for this element.
getRatingsCount() - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
getRatingsCount() - Method in class de.uka.ipd.consensus.impl.AttributeImpl
 
getRatingsCount(Association) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
getRatingsCount(Attribute) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
getRatingsCount(Topic) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
getRatingsCount(User) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
getRatingsCount() - Method in class de.uka.ipd.consensus.impl.SuperSubclassImpl
 
getRatingsCount() - Method in class de.uka.ipd.consensus.impl.SynonymImpl
 
getRatingsCount(Association) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getRatingsCount(Attribute) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getRatingsCount(Topic) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getRatingsCount(User) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getRatingsCount() - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
getRatingsCount() - Method in class de.uka.ipd.consensus.impl.TypeInstanceImpl
 
getRatingsCount() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
getRole() - Method in class de.snailshell.consensus.demo.RoleBean
 
getRoleBeans() - Method in class de.snailshell.consensus.demo.AssociationBean
 
getRolename() - Method in interface de.uka.ipd.consensus.foundation.user.UserRole
Returns the unique rolename, e.g.
getRolename() - Method in class de.uka.ipd.consensus.impl.UserRoleImpl
 
getRoles() - Method in interface de.uka.ipd.consensus.foundation.schema.User
Returns a collection of UserRole objects that this user is in.
getRoles() - Method in interface de.uka.ipd.consensus.foundation.user.UserManager
Returns a collection of all UserRole objects that the UserManager provides.
getRoles() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
getRoles() - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
getRowCount() - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngineResultSet
Returns how many result rows the query yielded.
getRowCount() - Method in class de.uka.ipd.consensus.impl.QueryEngineResultSetImpl
 
getRows() - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngineResultSet
Returns a collection of row collections, i.e. each entry in the returned collection is itself a collection containing the colums of the row.
getRows() - Method in class de.uka.ipd.consensus.impl.QueryEngineResultSetImpl
 
getScore() - Method in interface de.uka.ipd.consensus.foundation.schema.User
Returns this user's score.
getScore() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
getSubclass() - Method in interface de.uka.ipd.consensus.foundation.schema.SuperSubclass
Returns the subclass topic of a superclass-subclass-relationship between two topics.
getSubclass() - Method in class de.uka.ipd.consensus.impl.SuperSubclassImpl
 
getSubclassPSI() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getSubclassTopicType() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getSubclasses(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a collection of SuperSubclass objects that represent the subclasses of a given class topic.
getSubclasses(User) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Returns a collection of SuperSubclass objects containing the subclasses of this class topic.
getSubclasses(User, Topic) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getSubclasses(User, Topic) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getSubclasses(User) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
getSuperclass() - Method in interface de.uka.ipd.consensus.foundation.schema.SuperSubclass
Returns the superclass topic of a superclass-subclass-relationship between two topics.
getSuperclass(User, String) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Queries a superclass of this topic with the given id.
getSuperclass() - Method in class de.uka.ipd.consensus.impl.SuperSubclassImpl
 
getSuperclass(User, String) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
getSuperclassAssociation(Topic, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getSuperclassPSI() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getSuperclassSubclassPSI() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getSuperclassTopicType() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getSuperclasses(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a collection of SuperSubclass objects that represent the superclasses of a given class topic.
getSuperclasses(User) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Returns a collection of SuperSubclass objects containing the superclasses of this class topic.
getSuperclasses(User, Topic) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getSuperclasses(User, Topic) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getSuperclasses(User) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
getSuperclasssubclassTopicType() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getSynonym() - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyEvent
If a synonym is added or removed, this method returns the Synonym object.
getSynonym() - Method in interface de.uka.ipd.consensus.foundation.schema.Synonym
Returns the synonymous topic of a synonym-relationship between two topics.
getSynonym(User, String) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Queries a synonym of this topic with the given id.
getSynonym() - Method in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
If a synonym is added or removed, this method returns the Synonym object.
getSynonym() - Method in class de.uka.ipd.consensus.impl.SynonymImpl
 
getSynonym(User, String) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
getSynonymPSI() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getSynonymTopicType() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getSynonymousTermsPSI() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getSynonymoustermsTopicType() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getSynonyms(User) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Returns a collection of all Synonym objects for this topic.
getSynonyms(User) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
getTopic() - Method in class de.snailshell.consensus.demo.TopicBean
 
getTopic() - Method in class de.uka.ipd.consensus.foundation.evolution.EvolutionEvent
If an event happens on a topic aditionally to the base concept (e.g. if two topics are merged), this method returns the additional topic.
getTopic() - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyEvent
If an event happens on a topic aditionally to the base concept (e.g. if a topic is added to a base association), this method returns the topic.
getTopic() - Method in interface de.uka.ipd.consensus.foundation.schema.Occurrence
Returns the topic that this occurrence belongs to.
getTopic() - Method in interface de.uka.ipd.consensus.foundation.schema.Synonym
Returns the base topic of a synonym-relationship between two topics, i.e. the topic from which the Synonym object is retrieved.
getTopic() - Method in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
If an event happens on two topics (e.g. if two topics are merged), this method returns the second topic.
getTopic() - Method in class de.uka.ipd.consensus.impl.OccurrenceImpl
 
getTopic() - Method in class de.uka.ipd.consensus.impl.SynonymImpl
 
getTopicById(User, String) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a topic for a given id.
getTopicById(User, String) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getTopicById(User, String) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getTopicCount(User) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns the total number of topics in the ontology that the user may see.
getTopicCount(User) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getTopicCount(User) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getTopicMap() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getTopicMapBase() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getTopicMapProvider() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getTopicName(Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getTopics() - Method in class de.snailshell.consensus.demo.RoleBean
 
getTopics(User) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a collection of all Topic objects.
getTopics(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Association
Returns a collection of Topic player objects of the given role.
getTopics(User) - Method in interface de.uka.ipd.consensus.foundation.schema.AssociationRole
Returns the player Topic objects of this role.
getTopics(User, Topic) - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
getTopics(User) - Method in class de.uka.ipd.consensus.impl.AssociationRoleImpl
 
getTopics(User) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getTopics(User) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getTopicsByBeginning(User, String) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a collection of Topic objects whose names match the given beginning (case-insensitive).
getTopicsByBeginning(User, String) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getTopicsByBeginning(User, String) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getTopicsBySubstring(User, String, boolean) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a collection of Topic objects whose name (and optionally comment) contain the given substring (case-insensitive).
getTopicsBySubstring(User, String, boolean) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getTopicsBySubstring(User, String, boolean) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getType() - Method in interface de.uka.ipd.consensus.foundation.schema.Association
Returns the type of the association.
getType() - Method in interface de.uka.ipd.consensus.foundation.schema.AssociationRole
Returns the type topic of this role.
getType() - Method in interface de.uka.ipd.consensus.foundation.schema.Attribute
Returns the type of the attribute.
getType() - Method in interface de.uka.ipd.consensus.foundation.schema.Occurrence
Returns the type topic of this occurrence.
getType(User, String) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Queries a type with the given id of this instance topic.
getType() - Method in interface de.uka.ipd.consensus.foundation.schema.TypeInstance
Returns the type topic of a type-instance-relationship between two topics.
getType() - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
getType() - Method in class de.uka.ipd.consensus.impl.AssociationRoleImpl
 
getType() - Method in class de.uka.ipd.consensus.impl.AttributeImpl
 
getType() - Method in class de.uka.ipd.consensus.impl.OccurrenceImpl
 
getType(User, String) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
getType() - Method in class de.uka.ipd.consensus.impl.TypeInstanceImpl
 
getTypeAssociation(Topic, Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getTypeInstance() - Method in class de.snailshell.consensus.demo.TopicBean
 
getTypes(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns a collection of TypeInstance objects that represent the types of a given instance topic.
getTypes(User) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Returns a collection of TypeInstance objects containing the types of this instance topic.
getTypes(User, Topic) - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getTypes(User, Topic) - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getTypes(User) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
getUser(HttpServletRequest) - Static method in class de.snailshell.consensus.demo.ConsensusFoundationUtils
 
getUser(HttpServletRequest) - Method in class de.snailshell.consensus.demo.actions.BasisAction
 
getUser() - Method in class de.uka.ipd.consensus.foundation.evolution.EvolutionEvent
Returns the user who caused the event, i.e. the user who deleted or merged topics etc.
getUser() - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyEvent
Returns the user who caused the event, i.e. the user who created or removed an element etc.
getUser() - Method in class de.uka.ipd.consensus.foundation.rating.RatingEvent
Returns the user who caused the event, i.e. the user who created or changed the rating etc.
getUser() - Method in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
Returns the user who caused the event, i.e. the user who created or rated an element etc.
getUser() - Method in class de.uka.ipd.consensus.foundation.user.UserEvent
Returns the user who caused the event, i.e. who created an account, logged on/off etc.
getUserById(String) - Method in interface de.uka.ipd.consensus.foundation.user.UserManager
Returns a User with the given id.
getUserById(String) - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
getUserByUsername(String) - Method in interface de.uka.ipd.consensus.foundation.user.UserManager
Returns a User with the given username.
getUserByUsername(String) - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
getUserManager() - Method in class de.snailshell.consensus.demo.actions.BasisAction
 
getUserManager() - Method in class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationEvent
 
getUserManager() - Method in class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationModule
 
getUserManager() - Method in class de.uka.ipd.consensus.foundation.ConsensusFoundation
 
getUserManager() - Method in interface de.uka.ipd.consensus.foundation.ConsensusFoundationManager
Returns a reference to the UserManager.
getUserManager() - Method in interface de.uka.ipd.consensus.foundation.schema.User
Returns the UserManager instance that manages this user account.
getUserManager() - Method in interface de.uka.ipd.consensus.foundation.user.UserRole
Returns the UserManager that manages the roles.
getUserManager() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
getUserManager() - Method in class de.uka.ipd.consensus.impl.UserRoleImpl
 
getUserTopicType() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getUsername() - Method in interface de.uka.ipd.consensus.foundation.schema.User
Returns the username that the user has given himself when creating his user account.
getUsername() - Method in class de.uka.ipd.consensus.impl.SQLRatingImpl
 
getUsername() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
getUsers() - Method in interface de.uka.ipd.consensus.foundation.user.UserManager
Returns all users in the user database.
getUsers() - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
getUsersAverageOwnRatingsValue(User) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Returns the average (arithmetic mean) of all ratings that the given user has added to other rateable elements.
getUsersAverageOwnRatingsValue(User) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
getUsersAverageOwnRatingsValue(User) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getUsersOwnRatings(User) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Returns a collection of all Rating objects that the given user has added to other rateable elements.
getUsersOwnRatings(User) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
returns all (TODO) user's ratings, newest first
getUsersOwnRatings(User) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getUsersOwnRatingsCount(User) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Returns the number of ratings that the given user has added to other rateable elements.
getUsersOwnRatingsCount(User) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
getUsersOwnRatingsCount(User) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getValue() - Method in interface de.uka.ipd.consensus.foundation.schema.Attribute
Returns the attribute's value.
getValue() - Method in interface de.uka.ipd.consensus.foundation.schema.Rating
Returns the rating's value from -1.0 to 1.0 (including both values).
getValue() - Method in class de.uka.ipd.consensus.impl.AttributeImpl
 
getValue() - Method in class de.uka.ipd.consensus.impl.SQLRatingImpl
 
getValue() - Method in class de.uka.ipd.consensus.impl.TM4JRatingImpl
Deprecated.  
getValueTopicType() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getVersion() - Method in class de.snailshell.consensus.demo.actions.BasisAction
 
getVersion() - Method in class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationEvent
 
getVersion() - Method in class de.uka.ipd.consensus.foundation.ConsensusFoundation
 
getVersion() - Method in interface de.uka.ipd.consensus.foundation.ConsensusFoundationManager
Returns a version string of the implementation of the ConsensusFoundation framework.
getVersion() - Method in interface de.uka.ipd.consensus.foundation.ConsensusFoundationModule
Returns a version string of the implementation of this module.
getVersion() - Method in interface de.uka.ipd.consensus.foundation.query.QueryEngine
Returns an implementation specific version of the QueryEngine.
getVersion() - Method in interface de.uka.ipd.consensus.foundation.schema.Versionable
Returns the version of the versionable element.
getVersion() - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
getVersion() - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
getVersion() - Method in class de.uka.ipd.consensus.impl.EvolutionManagerImpl
 
getVersion() - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
getVersion() - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
getVersion() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getVersion() - Method in class de.uka.ipd.consensus.impl.QueryEngineImpl
 
getVersion() - Method in class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
getVersion() - Method in class de.uka.ipd.consensus.impl.SQLRatingImpl
 
getVersion() - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
getVersion() - Method in class de.uka.ipd.consensus.impl.TM4JRatingImpl
Deprecated.  
getVersion() - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
getVersion() - Method in class de.uka.ipd.consensus.impl.TM4JTopicWrapper
 
getVersion() - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
getVersionTopicType() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
getVersionable() - Method in interface de.uka.ipd.consensus.foundation.schema.Version
Returns the versionable element.
getVersionable() - Method in class de.uka.ipd.consensus.impl.VersionImpl
TODO
getWrappedAssociation() - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
getWrappedMember() - Method in class de.uka.ipd.consensus.impl.AssociationRoleImpl
 
getWrappedObject() - Method in class de.uka.ipd.consensus.impl.TM4JObjectWrapper
 
getWrappedOccurrence() - Method in class de.uka.ipd.consensus.impl.OccurrenceImpl
 
getWrappedTopic() - Method in class de.uka.ipd.consensus.impl.TM4JRatingImpl
Deprecated.  
getWrappedTopic() - Method in class de.uka.ipd.consensus.impl.TM4JTopicWrapper
 
getWrappedTopic() - Method in class de.uka.ipd.consensus.impl.UserImpl
 

H

HomeAction - class de.snailshell.consensus.demo.actions.HomeAction.
 
HomeAction() - Constructor for class de.snailshell.consensus.demo.actions.HomeAction
 
hasFlag(String) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
hasTopic(Topic, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Association
Queries if the topic is player of the given role in this association.
hasTopic(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Association
Queries if the topic is player of any role (that the user is allowed to see) in this association.
hasTopic(Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.AssociationRole
Checks if the given topic is a player of this role.
hasTopic(Topic, Topic) - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
hasTopic(User, Topic) - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
hasTopic(Topic) - Method in class de.uka.ipd.consensus.impl.AssociationRoleImpl
 
hasTopicName(Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
hashCode() - Method in class de.uka.ipd.consensus.impl.SQLRatingImpl
 
hashCode() - Method in class de.uka.ipd.consensus.impl.SuperSubclassImpl
 
hashCode() - Method in class de.uka.ipd.consensus.impl.SynonymImpl
 
hashCode() - Method in class de.uka.ipd.consensus.impl.TM4JObjectWrapper
 
hashCode() - Method in class de.uka.ipd.consensus.impl.TypeInstanceImpl
 
hashCode() - Method in class de.uka.ipd.consensus.impl.UserRoleImpl
 
hashCode() - Method in class de.uka.ipd.consensus.impl.VersionImpl
TODO

I

INTERNAL_TYPE_PREFIX - Static variable in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
ImportHandler - interface de.uka.ipd.consensus.foundation.ontology.ImportHandler.
The interface for modules that can import (and optionally merge) ontologies from a certain file format.
IncentiveManager - interface de.uka.ipd.consensus.foundation.scoring.IncentiveManager.
The IncentiveManager triggers ScoringListeners whenever an event occurs that might change a user's score.
IncentiveManagerImpl - class de.uka.ipd.consensus.impl.IncentiveManagerImpl.
TODO
IncentiveManagerImpl() - Constructor for class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
importOntology(InputStream) - Method in interface de.uka.ipd.consensus.foundation.ontology.ImportHandler
Imports an ontology from the given InputStream.
importOntology(InputStream) - Method in class de.uka.ipd.consensus.impl.XTMImportHandler
 
inc() - Method in class de.uka.ipd.consensus.impl.VersionImpl
 
incVersion() - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
incVersion() - Method in class de.uka.ipd.consensus.impl.TM4JTopicWrapper
 
info(Object) - Method in interface de.uka.ipd.consensus.foundation.logging.LoggingManager
Logs the given message if the info loglevel is active.
info(Object) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
init(FilterConfig) - Method in class de.snailshell.consensus.demo.ConsensusFoundationFilter
 
init(ActionServlet, ModuleConfig) - Method in class de.snailshell.consensus.demo.ConsensusFoundationPlugin
 
init(Properties) - Method in class de.uka.ipd.consensus.foundation.ConsensusFoundation
Called by the constructor before the modules are instantiated and their init() method is called.
init(Properties, LoggingManager, UserManager, OntologyManager) - Method in interface de.uka.ipd.consensus.foundation.evolution.EvolutionManager
This method is called by the ConsensusFoundation constructor to initialize the EvolutionManager.
init(Properties) - Method in interface de.uka.ipd.consensus.foundation.logging.LoggingManager
This method is called by the ConsensusFoundation constructor to initialize the LoggingManager.
init(Properties, LoggingManager, UserManager) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
This method is called by the ConsensusFoundation constructor to initialize the OntologyManager.
init(Properties, LoggingManager, UserManager, OntologyManager) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
This method is called by the ConsensusFoundation constructor to initialize the RatingManager.
init(Properties, LoggingManager, UserManager, OntologyManager, IncentiveManager) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
This method is called by the ConsensusFoundation constructor to initialize the DynamicRightsManager.
init(Properties, LoggingManager, UserManager, OntologyManager) - Method in interface de.uka.ipd.consensus.foundation.scoring.IncentiveManager
This method is called by the ConsensusFoundation constructor to initialize the IncentiveManager.
init(Properties, LoggingManager) - Method in interface de.uka.ipd.consensus.foundation.user.UserManager
This method is called by the ConsensusFoundation constructor to initialize the UserManager.
init(Properties, LoggingManager, UserManager, OntologyManager, IncentiveManager) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
init(Properties, LoggingManager, UserManager, OntologyManager) - Method in class de.uka.ipd.consensus.impl.EvolutionManagerImpl
 
init(Properties, LoggingManager, UserManager, OntologyManager) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
init(Properties) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
init(Properties, LoggingManager, UserManager) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
init(Properties, LoggingManager, UserManager, OntologyManager) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
init(Properties, LoggingManager, UserManager, OntologyManager) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
init(int, String, String, String, double, String, String) - Method in class de.uka.ipd.consensus.impl.UserImpl
 
init(Properties, LoggingManager) - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
initCompleted(Properties, ConsensusFoundationManager) - Method in class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationModule
Stores the ConsensusFoundationManager reference.
initCompleted(Properties) - Method in class de.uka.ipd.consensus.foundation.ConsensusFoundation
Called by the constructor after the init() method of all available modules has been called, but before their initCompleted() method is called.
initCompleted(Properties, ConsensusFoundationManager) - Method in interface de.uka.ipd.consensus.foundation.ConsensusFoundationModule
This method is called by the ConsensusFoundation constructor after all available modules have been initialized (i.e. their init() method has been called).
initCompleted(Properties, ConsensusFoundationManager) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
initCompleted(Properties, ConsensusFoundationManager) - Method in class de.uka.ipd.consensus.impl.EvolutionManagerImpl
 
initCompleted(Properties, ConsensusFoundationManager) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
initCompleted(Properties, ConsensusFoundationManager) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
initCompleted(Properties, ConsensusFoundationManager) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
initCompleted(Properties, ConsensusFoundationManager) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
initCompleted(Properties, ConsensusFoundationManager) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
initCompleted(Properties, ConsensusFoundationManager) - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
initValue(String) - Method in class de.uka.ipd.consensus.impl.AttributeImpl
 
initValue(double) - Method in class de.uka.ipd.consensus.impl.TM4JRatingImpl
Deprecated.  
isAdmin() - Method in interface de.uka.ipd.consensus.foundation.schema.User
Checks if the user is in the admin role.
isAdmin() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
isClassTopic() - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Checks if this topic is a class topic.
isClassTopic() - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
isDebugEnabled() - Method in interface de.uka.ipd.consensus.foundation.logging.LoggingManager
Checks if the debug loglevel is enabled.
isDebugEnabled() - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
isErrorEnabled() - Method in interface de.uka.ipd.consensus.foundation.logging.LoggingManager
Checks if the error loglevel is enabled.
isErrorEnabled() - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
isFatalEnabled() - Method in interface de.uka.ipd.consensus.foundation.logging.LoggingManager
Checks if the fatal loglevel is enabled.
isFatalEnabled() - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
isHistorical() - Method in interface de.uka.ipd.consensus.foundation.schema.Rating
Checks if this rating is historic, i.e. if it contains older values than the element's current rating.
isHistorical() - Method in class de.uka.ipd.consensus.impl.SQLRatingImpl
 
isHistorical() - Method in class de.uka.ipd.consensus.impl.TM4JRatingImpl
Deprecated.  
isInRole(UserRole) - Method in interface de.uka.ipd.consensus.foundation.schema.User
Checks if the user is in the given role.
isInRole(UserRole) - Method in class de.uka.ipd.consensus.impl.UserImpl
 
isInfoEnabled() - Method in interface de.uka.ipd.consensus.foundation.logging.LoggingManager
Checks if the info loglevel is enabled.
isInfoEnabled() - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
isInternalTopicType(Topic) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
isLoggedOn() - Method in interface de.uka.ipd.consensus.foundation.schema.User
Checks if the user is logged on.
isLoggedOn() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
isOfType(Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.AssociationRole
Checks if this role is of the given type.
isOfType(Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Concept
Checks if this concept is of the given type.
isOfType(Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Occurrence
Checks if this occurrence is of the given type.
isOfType(Topic) - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
isOfType(Topic) - Method in class de.uka.ipd.consensus.impl.AssociationRoleImpl
 
isOfType(Topic) - Method in class de.uka.ipd.consensus.impl.AttributeImpl
 
isOfType(Topic) - Method in class de.uka.ipd.consensus.impl.OccurrenceImpl
 
isOfType(Topic) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
isSuperAdmin() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
isSynonymous(Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Checks if the given topic is synonymous with this topic.
isSynonymous(Topic) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
isUserLoggedOn(HttpServletRequest) - Method in class de.snailshell.consensus.demo.actions.BasisAction
 
isWarnEnabled() - Method in interface de.uka.ipd.consensus.foundation.logging.LoggingManager
Checks if the warning loglevel is enabled.
isWarnEnabled() - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
iterator() - Method in class de.uka.ipd.consensus.impl.TM4JCollectionWrapperSet
 
iterator() - Method in class de.uka.ipd.consensus.impl.TM4JTologResultWrapperSet
Deprecated.  

J

JoinAssociationAction - class de.snailshell.consensus.demo.actions.JoinAssociationAction.
 
JoinAssociationAction() - Constructor for class de.snailshell.consensus.demo.actions.JoinAssociationAction
 

L

LEVEL_ALL - Static variable in interface de.uka.ipd.consensus.foundation.logging.LoggingManager
The loglevel at which all messages are logged.
LEVEL_DEBUG - Static variable in interface de.uka.ipd.consensus.foundation.logging.LoggingManager
The loglevel at which fatal, error, warning, information and debug messages are logged.
LEVEL_ERROR - Static variable in interface de.uka.ipd.consensus.foundation.logging.LoggingManager
The loglevel at which fatal and error messages are logged.
LEVEL_FATAL - Static variable in interface de.uka.ipd.consensus.foundation.logging.LoggingManager
The loglevel at which only fatal messages are logged.
LEVEL_INFO - Static variable in interface de.uka.ipd.consensus.foundation.logging.LoggingManager
The loglevel at which fatal, error, warning and information messages are logged.
LEVEL_OFF - Static variable in interface de.uka.ipd.consensus.foundation.logging.LoggingManager
The loglevel at which no messages are logged at all.
LEVEL_WARN - Static variable in interface de.uka.ipd.consensus.foundation.logging.LoggingManager
The loglevel at which fatal, error and warning messages are logged.
LoggingManager - interface de.uka.ipd.consensus.foundation.logging.LoggingManager.
The LoggingManager is used by all other components to log debug and information messages.
LoggingManagerImpl - class de.uka.ipd.consensus.impl.LoggingManagerImpl.
TODO
LoggingManagerImpl() - Constructor for class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
LoginAction - class de.snailshell.consensus.demo.actions.LoginAction.
 
LoginAction() - Constructor for class de.snailshell.consensus.demo.actions.LoginAction
 
LogoutAction - class de.snailshell.consensus.demo.actions.LogoutAction.
 
LogoutAction() - Constructor for class de.snailshell.consensus.demo.actions.LogoutAction
 
loadUserData(UserImpl) - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
log(int, Object) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
login(String, String) - Method in interface de.uka.ipd.consensus.foundation.user.UserManager
Loads a user by the given username and password and sets his status to "logged on".
login(String, String) - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
logout(User) - Method in interface de.uka.ipd.consensus.foundation.user.UserManager
Sets a user's status to "logged off".
logout(User) - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 

M

MAPPING_FAILURE - Static variable in class de.snailshell.consensus.demo.Constants
 
MAPPING_SUCCESS - Static variable in class de.snailshell.consensus.demo.Constants
 
MAPPING_WARNING - Static variable in class de.snailshell.consensus.demo.Constants
 
MergeAction - class de.snailshell.consensus.demo.actions.MergeAction.
 
MergeAction() - Constructor for class de.snailshell.consensus.demo.actions.MergeAction
 
makeClass(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.evolution.EvolutionManager
Converts an instance topic into a class topic.
makeClass(User, Topic) - Method in class de.uka.ipd.consensus.impl.EvolutionManagerImpl
 
makeInstance(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.evolution.EvolutionManager
Converts an instance topic into a class topic.
makeInstance(User, Topic) - Method in class de.uka.ipd.consensus.impl.EvolutionManagerImpl
 
mayAddAttribute(User, Attribute, Attributeable) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to add the attribute to the given attributeable element (a topic).
mayAddAttribute(User, Attribute, Attributeable) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayAddClass(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to add a superclass to a class topic.
mayAddClass(User, Topic) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayAddRating(Rating, Rateable) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if a user is allowed to assign a rating to a certain rateable element.
mayAddRating(Rating, Rateable) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayAddSynonym(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to add a synonymous topic to a given topic.
mayAddSynonym(User, Topic) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayAddType(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to add a type topic to a given topic.
mayAddType(User, Topic) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayChangeAssociation(User, Association) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to change an association (add/remove roles/topics).
mayChangeAssociation(User, Association) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayChangeAttributeValue(User, Attribute) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to change the attribute's value.
mayChangeAttributeValue(User, Attribute) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayChangeConceptComment(User, Concept) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to change the comment of a certain concept.
mayChangeConceptComment(User, Concept) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayChangeOccurrence(User) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to change (create/delete) occurrences.
mayChangeOccurrence(User) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayChangeUserComment(User, User) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to change the comment of a certain user (including himself).
mayChangeUserComment(User, User) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayCreateAssociation(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to create associations of the given type.
mayCreateAssociation(User, Topic) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayCreateAttribute(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to create attributes of the given type.
mayCreateAttribute(User, Topic) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayCreateClassTopic(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to create topics of the given superclass.
mayCreateClassTopic(User, Topic) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayCreateRating(User) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to create ratings.
mayCreateRating(User) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayCreateTopic(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to create topics of the given type.
mayCreateTopic(User, Topic) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayDeleteAssociation(User, Association) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if a user is allowed to remove an association permanently from the ontology.
mayDeleteAssociation(User, Association) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayDeleteTopic(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if a user is allowed to remove a topic permanently from the ontology.
mayDeleteTopic(User, Topic) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayMergeTopics(User, Topic, Topic) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if a user is allowed to merge to topics.
mayMergeTopics(User, Topic, Topic) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayQuery(User, String) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to do queries using the provided query language(s).
mayQuery(User, String) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayRemoveAttribute(User, Attribute) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to remove the attribute from its topic.
mayRemoveAttribute(User, Attribute) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayRemoveClass(User, SuperSubclass) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to remove a superclass from a class topic.
mayRemoveClass(User, SuperSubclass) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayRemoveRating(User, Rating) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if a user is allowed to remove a rating permanently from an element.
mayRemoveRating(User, Rating) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayRemoveSynonym(User, Synonym) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to remove a synonym relationship between two topics.
mayRemoveSynonym(User, Synonym) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayRemoveType(User, TypeInstance) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to remove a type from a topic.
mayRemoveType(User, TypeInstance) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayViewAssociation(User, Association) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to view a certain association.
mayViewAssociation(User, Association) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayViewAttribute(User, Attribute) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to see a certain attribute.
mayViewAttribute(User, Attribute) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mayViewTopic(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.rights.DynamicRightsManager
Checks if the user is allowed to view a certain topic.
mayViewTopic(User, Topic) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
mergeOntology(InputStream, Collection) - Method in interface de.uka.ipd.consensus.foundation.ontology.ImportHandler
If this handler supports ontology merging, this method can be called by an application to merge an ontology into the existing ontology.
mergeOntology(InputStream, Collection) - Method in class de.uka.ipd.consensus.impl.XTMImportHandler
 
mergeTopics(User, Topic, Topic) - Method in interface de.uka.ipd.consensus.foundation.evolution.EvolutionManager
Merges two topics.
mergeTopics(User, Topic, Topic) - Method in class de.uka.ipd.consensus.impl.EvolutionManagerImpl
 

N

NEUTRAL - Static variable in interface de.uka.ipd.consensus.foundation.schema.Rating
The proposed neutral value for ratings.
NEUTRAL - Static variable in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
NEUTRAL - Static variable in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
NO - Static variable in interface de.uka.ipd.consensus.foundation.schema.Rating
The proposed minimum value for ratings (disagreement).
NO - Static variable in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
NO - Static variable in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
NewAssociationAction - class de.snailshell.consensus.demo.actions.NewAssociationAction.
 
NewAssociationAction() - Constructor for class de.snailshell.consensus.demo.actions.NewAssociationAction
 

O

OCCURRENCE_CHANGED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if the value of an occurrence is changed.
OCCURRENCE_CREATED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if an occurrence is created (added to a topic).
OCCURRENCE_REMOVED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if an occurrence is removed from a topic.
Occurrence - interface de.uka.ipd.consensus.foundation.schema.Occurrence.
This interface represents an occurrence of a topic.
OccurrenceImpl - class de.uka.ipd.consensus.impl.OccurrenceImpl.
TODO
OccurrenceImpl(OntologyManagerImpl, Occurrence) - Constructor for class de.uka.ipd.consensus.impl.OccurrenceImpl
 
OntologyAdapter - class de.uka.ipd.consensus.foundation.ontology.OntologyAdapter.
An adapter class for receiving ontology events.
OntologyAdapter() - Constructor for class de.uka.ipd.consensus.foundation.ontology.OntologyAdapter
 
OntologyEvent - class de.uka.ipd.consensus.foundation.ontology.OntologyEvent.
Event objects of this type are passed to OntologyListeners.
OntologyEvent(ConsensusFoundationManager, Concept, User, String, Topic, Topic, Occurrence, Synonym) - Constructor for class de.uka.ipd.consensus.foundation.ontology.OntologyEvent
 
OntologyEvent(ConsensusFoundationManager, Concept, User) - Constructor for class de.uka.ipd.consensus.foundation.ontology.OntologyEvent
 
OntologyListener - interface de.uka.ipd.consensus.foundation.ontology.OntologyListener.
The listener interface for receiving events that signal a change in the ontology.
OntologyManager - interface de.uka.ipd.consensus.foundation.ontology.OntologyManager.
The OntologyManager is the central component as it manages the elements of the ontology.
OntologyManagerClassException - exception de.uka.ipd.consensus.foundation.ontology.OntologyManagerClassException.
 
OntologyManagerClassException() - Constructor for class de.uka.ipd.consensus.foundation.ontology.OntologyManagerClassException
 
OntologyManagerClassException(String) - Constructor for class de.uka.ipd.consensus.foundation.ontology.OntologyManagerClassException
 
OntologyManagerClassException(String, Throwable) - Constructor for class de.uka.ipd.consensus.foundation.ontology.OntologyManagerClassException
 
OntologyManagerClassException(Throwable) - Constructor for class de.uka.ipd.consensus.foundation.ontology.OntologyManagerClassException
 
OntologyManagerDuplicateIdException - exception de.uka.ipd.consensus.foundation.ontology.OntologyManagerDuplicateIdException.
 
OntologyManagerDuplicateIdException() - Constructor for class de.uka.ipd.consensus.foundation.ontology.OntologyManagerDuplicateIdException
 
OntologyManagerDuplicateIdException(String) - Constructor for class de.uka.ipd.consensus.foundation.ontology.OntologyManagerDuplicateIdException
 
OntologyManagerDuplicateIdException(String, Throwable) - Constructor for class de.uka.ipd.consensus.foundation.ontology.OntologyManagerDuplicateIdException
 
OntologyManagerDuplicateIdException(Throwable) - Constructor for class de.uka.ipd.consensus.foundation.ontology.OntologyManagerDuplicateIdException
 
OntologyManagerException - exception de.uka.ipd.consensus.foundation.ontology.OntologyManagerException.
 
OntologyManagerException() - Constructor for class de.uka.ipd.consensus.foundation.ontology.OntologyManagerException
 
OntologyManagerException(String) - Constructor for class de.uka.ipd.consensus.foundation.ontology.OntologyManagerException
 
OntologyManagerException(String, Throwable) - Constructor for class de.uka.ipd.consensus.foundation.ontology.OntologyManagerException
 
OntologyManagerException(Throwable) - Constructor for class de.uka.ipd.consensus.foundation.ontology.OntologyManagerException
 
OntologyManagerImpl - class de.uka.ipd.consensus.impl.OntologyManagerImpl.
TODO
OntologyManagerImpl() - Constructor for class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
OntologyManagerTransactionException - exception de.uka.ipd.consensus.foundation.ontology.OntologyManagerTransactionException.
 
OntologyManagerTransactionException() - Constructor for class de.uka.ipd.consensus.foundation.ontology.OntologyManagerTransactionException
 
OntologyManagerTransactionException(String) - Constructor for class de.uka.ipd.consensus.foundation.ontology.OntologyManagerTransactionException
 
OntologyManagerTransactionException(String, Throwable) - Constructor for class de.uka.ipd.consensus.foundation.ontology.OntologyManagerTransactionException
 
OntologyManagerTransactionException(Throwable) - Constructor for class de.uka.ipd.consensus.foundation.ontology.OntologyManagerTransactionException
 
occurrenceChanged(OntologyEvent) - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyAdapter
 
occurrenceChanged(OntologyEvent) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyListener
Called by the OntologyManager when an occurrence's value is changed.
occurrenceChanged(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
occurrenceChanged(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
occurrenceCreated(OntologyEvent) - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyAdapter
 
occurrenceCreated(OntologyEvent) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyListener
Called by the OntologyManager when an occurrence is created.
occurrenceCreated(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
occurrenceCreated(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
occurrenceRemoved(OntologyEvent) - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyAdapter
 
occurrenceRemoved(OntologyEvent) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyListener
Called by the OntologyManager when an occurrence is removed from a topic.
occurrenceRemoved(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
occurrenceRemoved(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
openTransaction(Object) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Opens a transaction for the ontology backend.
openTransaction(Object) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 

P

PerfTestServlet - class de.uka.ipd.consensus.test.PerfTestServlet.
Warning: This performance test creates 1000 topics (ids "__test_id_N" for N=0..999), so use it on a separate hibernate.connection.url (see hibernate.properties).
PerfTestServlet() - Constructor for class de.uka.ipd.consensus.test.PerfTestServlet
 
putCache(String, Object) - Static method in class de.uka.ipd.consensus.impl.TM4JObjectWrapper
 

Q

QueryEngine - interface de.uka.ipd.consensus.foundation.query.QueryEngine.
The QueryEngine is part of the OntologyManager.
QueryEngineException - exception de.uka.ipd.consensus.foundation.query.QueryEngineException.
 
QueryEngineException() - Constructor for class de.uka.ipd.consensus.foundation.query.QueryEngineException
 
QueryEngineException(String) - Constructor for class de.uka.ipd.consensus.foundation.query.QueryEngineException
 
QueryEngineException(String, Throwable) - Constructor for class de.uka.ipd.consensus.foundation.query.QueryEngineException
 
QueryEngineException(Throwable) - Constructor for class de.uka.ipd.consensus.foundation.query.QueryEngineException
 
QueryEngineImpl - class de.uka.ipd.consensus.impl.QueryEngineImpl.
TODO
QueryEngineImpl(LoggingManager, OntologyManager) - Constructor for class de.uka.ipd.consensus.impl.QueryEngineImpl
 
QueryEngineProcessingException - exception de.uka.ipd.consensus.foundation.query.QueryEngineProcessingException.
 
QueryEngineProcessingException() - Constructor for class de.uka.ipd.consensus.foundation.query.QueryEngineProcessingException
 
QueryEngineProcessingException(String) - Constructor for class de.uka.ipd.consensus.foundation.query.QueryEngineProcessingException
 
QueryEngineProcessingException(String, Throwable) - Constructor for class de.uka.ipd.consensus.foundation.query.QueryEngineProcessingException
 
QueryEngineProcessingException(Throwable) - Constructor for class de.uka.ipd.consensus.foundation.query.QueryEngineProcessingException
 
QueryEngineResultSet - interface de.uka.ipd.consensus.foundation.query.QueryEngineResultSet.
An object of this type is returned by QueryEngine.executeQuery() and represents the result of the query.
QueryEngineResultSetImpl - class de.uka.ipd.consensus.impl.QueryEngineResultSetImpl.
TODO
QueryEngineResultSetImpl(OntologyManagerImpl, TologResultsSet) - Constructor for class de.uka.ipd.consensus.impl.QueryEngineResultSetImpl
 
QueryEngineSPARQLDummyImpl - class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl.
TODO
QueryEngineSPARQLDummyImpl() - Constructor for class de.uka.ipd.consensus.impl.QueryEngineSPARQLDummyImpl
 
QueryEngineSyntaxException - exception de.uka.ipd.consensus.foundation.query.QueryEngineSyntaxException.
 
QueryEngineSyntaxException() - Constructor for class de.uka.ipd.consensus.foundation.query.QueryEngineSyntaxException
 
QueryEngineSyntaxException(String) - Constructor for class de.uka.ipd.consensus.foundation.query.QueryEngineSyntaxException
 
QueryEngineSyntaxException(String, Throwable) - Constructor for class de.uka.ipd.consensus.foundation.query.QueryEngineSyntaxException
 
QueryEngineSyntaxException(Throwable) - Constructor for class de.uka.ipd.consensus.foundation.query.QueryEngineSyntaxException
 

R

REQUEST_ATTR_ASSOCIATION - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_ASSOCIATIONCOUNT - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_ASSOCIATIONROLES - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_ASSOCIATIONSOFTYPE - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_ATTRIBUTE - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_ATTRIBUTES - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_ENGINEERROR - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_ENGINERESULTS - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_ERRORS - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_MESSAGE - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_OCCURRENCES - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_RATING - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_RATINGHISTORY - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_RATINGS - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_ROLETYPES - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_SYNONYMS - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_TOPIC - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_TOPICASSOCIATIONS - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_TOPICCOUNT - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_TOPICINSTANCES - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_TOPICS - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_TOPICSEARCH - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_TOPICTYPES - Static variable in class de.snailshell.consensus.demo.Constants
 
REQUEST_ATTR_USER - Static variable in class de.snailshell.consensus.demo.Constants
 
ROLE_ADMIN - Static variable in class de.uka.ipd.consensus.impl.UserManagerImpl
 
ROLE_SUPERADMIN - Static variable in class de.uka.ipd.consensus.impl.UserManagerImpl
 
Rateable - interface de.uka.ipd.consensus.foundation.schema.Rateable.
This is a mixin interface for rateable elements.
Rating - interface de.uka.ipd.consensus.foundation.schema.Rating.
This interface represents one rating given by a user to a rateable element.
RatingAdapter - class de.uka.ipd.consensus.foundation.rating.RatingAdapter.
An adapter class for receiving rating events.
RatingAdapter() - Constructor for class de.uka.ipd.consensus.foundation.rating.RatingAdapter
 
RatingEvent - class de.uka.ipd.consensus.foundation.rating.RatingEvent.
Event objects of this type are passed to RatingListeners.
RatingEvent(ConsensusFoundationManager, Rating, User, Concept, User, double) - Constructor for class de.uka.ipd.consensus.foundation.rating.RatingEvent
 
RatingEvent(ConsensusFoundationManager, Rating, User, Concept) - Constructor for class de.uka.ipd.consensus.foundation.rating.RatingEvent
 
RatingEvent(ConsensusFoundationManager, Rating, User, User) - Constructor for class de.uka.ipd.consensus.foundation.rating.RatingEvent
 
RatingEvent(ConsensusFoundationManager, Rating, User, Concept, double) - Constructor for class de.uka.ipd.consensus.foundation.rating.RatingEvent
 
RatingEvent(ConsensusFoundationManager, Rating, User, User, double) - Constructor for class de.uka.ipd.consensus.foundation.rating.RatingEvent
 
RatingListener - interface de.uka.ipd.consensus.foundation.rating.RatingListener.
The listener interface for receiving events when a rating was added to an element, changed or removed.
RatingManager - interface de.uka.ipd.consensus.foundation.rating.RatingManager.
The RatingManager manages (stores) the ratings for all rateable elements of the ontology.
RatingManagerDuplicateRatingException - exception de.uka.ipd.consensus.foundation.rating.RatingManagerDuplicateRatingException.
 
RatingManagerDuplicateRatingException() - Constructor for class de.uka.ipd.consensus.foundation.rating.RatingManagerDuplicateRatingException
 
RatingManagerDuplicateRatingException(String) - Constructor for class de.uka.ipd.consensus.foundation.rating.RatingManagerDuplicateRatingException
 
RatingManagerDuplicateRatingException(String, Throwable) - Constructor for class de.uka.ipd.consensus.foundation.rating.RatingManagerDuplicateRatingException
 
RatingManagerDuplicateRatingException(Throwable) - Constructor for class de.uka.ipd.consensus.foundation.rating.RatingManagerDuplicateRatingException
 
RatingManagerException - exception de.uka.ipd.consensus.foundation.rating.RatingManagerException.
 
RatingManagerException() - Constructor for class de.uka.ipd.consensus.foundation.rating.RatingManagerException
 
RatingManagerException(String) - Constructor for class de.uka.ipd.consensus.foundation.rating.RatingManagerException
 
RatingManagerException(String, Throwable) - Constructor for class de.uka.ipd.consensus.foundation.rating.RatingManagerException
 
RatingManagerException(Throwable) - Constructor for class de.uka.ipd.consensus.foundation.rating.RatingManagerException
 
RatingManagerRatingInUseException - exception de.uka.ipd.consensus.foundation.rating.RatingManagerRatingInUseException.
 
RatingManagerRatingInUseException() - Constructor for class de.uka.ipd.consensus.foundation.rating.RatingManagerRatingInUseException
 
RatingManagerRatingInUseException(String) - Constructor for class de.uka.ipd.consensus.foundation.rating.RatingManagerRatingInUseException
 
RatingManagerRatingInUseException(String, Throwable) - Constructor for class de.uka.ipd.consensus.foundation.rating.RatingManagerRatingInUseException
 
RatingManagerRatingInUseException(Throwable) - Constructor for class de.uka.ipd.consensus.foundation.rating.RatingManagerRatingInUseException
 
RatingTestServlet - class de.uka.ipd.consensus.test.RatingTestServlet.
Warning: This rating test creates 1 topic, 100 users and 100 ratings, so use it on a separate hibernate.connection.url (see hibernate.properties) and with a different ResourceParams-url (see context.xml).
RatingTestServlet() - Constructor for class de.uka.ipd.consensus.test.RatingTestServlet
 
RegisterAction - class de.snailshell.consensus.demo.actions.RegisterAction.
 
RegisterAction() - Constructor for class de.snailshell.consensus.demo.actions.RegisterAction
 
RegisterPasswordException - exception de.snailshell.consensus.demo.exceptions.RegisterPasswordException.
 
RegisterPasswordException() - Constructor for class de.snailshell.consensus.demo.exceptions.RegisterPasswordException
 
ReorgAction - class de.snailshell.consensus.demo.actions.ReorgAction.
 
ReorgAction() - Constructor for class de.snailshell.consensus.demo.actions.ReorgAction
 
RoleBean - class de.snailshell.consensus.demo.RoleBean.
 
RoleBean(User, AssociationRole) - Constructor for class de.snailshell.consensus.demo.RoleBean
 
ratingValueToString(double) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
As applications will have to store rating values as strings (e.g. in the presentation layer), this method converts a rating value into a string.
ratingValueToString(double) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
ratingValueToString(double) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
release() - Method in class de.snailshell.consensus.demo.CheckLoginTag
 
removeAssociationRole(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Association
Removes the association role of the given type.
removeAssociationRole(User, Topic) - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
removeAttribute(User, Attribute) - Method in interface de.uka.ipd.consensus.foundation.schema.Attributeable
Removes the given attribute, if the object is an attribute of this element (otherwise, the call is ignored).
removeAttribute(User, Topic, Attribute) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
removeAttribute(User, Attribute) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
removeEvolutionListener(EvolutionListener) - Method in interface de.uka.ipd.consensus.foundation.evolution.EvolutionManager
Removes an EvolutionListener, if it is registered with the EvolutionManager (otherwise this call is ignored).
removeEvolutionListener(EvolutionListener) - Method in class de.uka.ipd.consensus.impl.EvolutionManagerImpl
 
removeFlag(String) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
removeOccurrence(User, Occurrence) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Removes an occurrence from this topic.
removeOccurrence(User, Occurrence) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
removeOntologyListener(OntologyListener) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Removes an OntologyListener, if it is registered with the OntologyManager (otherwise this call is ignored).
removeOntologyListener(OntologyListener) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
removeRating(User, Rating) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Removes a rating and its history if it is assigned to a rateable element (otherwise this call is ignored).
removeRating(User, Rating) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
removeRating(User, Rating) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
removeRatingListener(RatingListener) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Removes a RatingListener, if it is registered with the RatingManager (otherwise this call is ignored).
removeRatingListener(RatingListener) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
removeRatingListener(RatingListener) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
removeRole(UserRole) - Method in interface de.uka.ipd.consensus.foundation.schema.User
Removes a UserRole from this user's roles.
removeRole(UserRole) - Method in class de.uka.ipd.consensus.impl.UserImpl
 
removeScoringListener(ScoringListener) - Method in interface de.uka.ipd.consensus.foundation.scoring.IncentiveManager
Removes a ScoringListener, if it is registered with the IncentiveManager (otherwise this call is ignored).
removeScoringListener(ScoringListener) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
removeSuperclass(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Removes a superclass from this class topic.
removeSuperclass(User, Topic) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
removeSynonym(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Removes a synonymous topic from this topic (and vice versa).
removeSynonym(User, Topic) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
removeTopic(User, Topic, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Association
Removes a topic from the given role if it is player of the role.
removeTopic(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.AssociationRole
Removes a topic from this role.
removeTopic(User, Topic, Topic) - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
removeTopic(User, Topic) - Method in class de.uka.ipd.consensus.impl.AssociationRoleImpl
 
removeType(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Removes a type from this topic.
removeType(User, Topic) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
removeUserListener(UserListener) - Method in interface de.uka.ipd.consensus.foundation.user.UserManager
Removes an UserListener, if it is registered with the UserManager (otherwise this call is ignored).
removeUserListener(UserListener) - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
reorg() - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
If the ontology needs reorganization from time to time, the implementation can clean up the ontology when an application calls this method.
reorg() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
rollbackTransaction(Object, Object) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyManager
Rolls the transaction back for the given scope.
rollbackTransaction(Object, Object) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 

S

SESSION_ATTR_LASTASSOCIATION - Static variable in class de.snailshell.consensus.demo.Constants
 
SESSION_ATTR_LASTTOPICS - Static variable in class de.snailshell.consensus.demo.Constants
 
SESSION_ATTR_USER - Static variable in class de.snailshell.consensus.demo.Constants
 
SQLRatingImpl - class de.uka.ipd.consensus.impl.SQLRatingImpl.
TODO
SQLRatingImpl(SQLRatingManagerImpl, int, User, String, double, long) - Constructor for class de.uka.ipd.consensus.impl.SQLRatingImpl
 
SQLRatingImpl(SQLRatingManagerImpl, int, String, Rateable, double, String, long, long) - Constructor for class de.uka.ipd.consensus.impl.SQLRatingImpl
 
SQLRatingImpl(SQLRatingManagerImpl, int, User, String, Rateable, double, String, long, long) - Constructor for class de.uka.ipd.consensus.impl.SQLRatingImpl
 
SQLRatingImpl(SQLRatingManagerImpl, int, User, String, Rateable, double, String, long, long, boolean) - Constructor for class de.uka.ipd.consensus.impl.SQLRatingImpl
 
SQLRatingManagerImpl - class de.uka.ipd.consensus.impl.SQLRatingManagerImpl.
TODO
SQLRatingManagerImpl() - Constructor for class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
SYNONYM_ADDED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if a synonym association is established between two topics.
SYNONYM_REMOVED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if a synonym association between two topics is removed.
ScoringAdapter - class de.uka.ipd.consensus.foundation.scoring.ScoringAdapter.
An adapter class for receiving scoring events.
ScoringAdapter() - Constructor for class de.uka.ipd.consensus.foundation.scoring.ScoringAdapter
 
ScoringEvent - class de.uka.ipd.consensus.foundation.scoring.ScoringEvent.
Event objects of this type are passed to ScoringListeners.
ScoringEvent(ConsensusFoundationManager, User, int, Concept, User, Rating, double, String, Topic, Topic, Occurrence, Synonym) - Constructor for class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
 
ScoringListener - interface de.uka.ipd.consensus.foundation.scoring.ScoringListener.
The listener interface for receiving events that might change the user's score.
ScoringListenerImpl - class de.uka.ipd.consensus.impl.ScoringListenerImpl.
A very simple implementation of a ScoringListener.
ScoringListenerImpl(ConsensusFoundationManager) - Constructor for class de.uka.ipd.consensus.impl.ScoringListenerImpl
TODO
SuperSubclass - interface de.uka.ipd.consensus.foundation.schema.SuperSubclass.
This is a wrapper interface for special associations that manage the superclass-subclass-relationship between two topics.
SuperSubclassImpl - class de.uka.ipd.consensus.impl.SuperSubclassImpl.
TODO
SuperSubclassImpl(Topic, Topic, Association) - Constructor for class de.uka.ipd.consensus.impl.SuperSubclassImpl
 
Synonym - interface de.uka.ipd.consensus.foundation.schema.Synonym.
This is a wrapper interface for special associations that manage the synonym-relationship between two topics.
SynonymImpl - class de.uka.ipd.consensus.impl.SynonymImpl.
TODO
SynonymImpl(Topic, Topic, Association) - Constructor for class de.uka.ipd.consensus.impl.SynonymImpl
 
saveUserComment(User) - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
saveUserRoles(User) - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
saveUserScore(User) - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
score(ScoringEvent) - Method in class de.uka.ipd.consensus.foundation.scoring.ScoringAdapter
 
score(ScoringEvent) - Method in interface de.uka.ipd.consensus.foundation.scoring.ScoringListener
In this method a ScoringListener can change the user's score.
score(ScoringEvent) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
score(ScoringEvent) - Method in class de.uka.ipd.consensus.impl.ScoringListenerImpl
TODO
scored(ScoringEvent) - Method in class de.uka.ipd.consensus.foundation.scoring.ScoringAdapter
 
scored(ScoringEvent) - Method in interface de.uka.ipd.consensus.foundation.scoring.ScoringListener
This method is called after all listener's score() methods have been called for this ScoringEvent.
scored(ScoringEvent) - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
scored(ScoringEvent) - Method in class de.uka.ipd.consensus.impl.ScoringListenerImpl
An empty implementation, does nothing.
setBean(String) - Method in class de.snailshell.consensus.demo.CheckLoginTag
 
setClassTopic(boolean) - Method in interface de.uka.ipd.consensus.foundation.schema.Topic
Controls the class flag, i.e. if the topic is a class or an instance topic.
setClassTopic(boolean) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
setComment(User, String) - Method in interface de.uka.ipd.consensus.foundation.schema.Commentatable
Changes the element's comment.
setComment(User, String) - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
setComment(User, String) - Method in class de.uka.ipd.consensus.impl.SQLRatingImpl
 
setComment(User, String) - Method in class de.uka.ipd.consensus.impl.TM4JRatingImpl
Deprecated.  
setComment(User, String) - Method in class de.uka.ipd.consensus.impl.TM4JTopicWrapper
 
setComment(User, String) - Method in class de.uka.ipd.consensus.impl.UserImpl
 
setConfig(String) - Method in class de.snailshell.consensus.demo.ConsensusFoundationPlugin
 
setData(User, String) - Method in interface de.uka.ipd.consensus.foundation.schema.Occurrence
Changes the value of the occurrence.
setData(User, String) - Method in class de.uka.ipd.consensus.impl.OccurrenceImpl
 
setFlag(String) - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
setForward(String) - Method in class de.snailshell.consensus.demo.CheckLoginTag
 
setHistorical(boolean) - Method in class de.uka.ipd.consensus.impl.SQLRatingImpl
 
setLastVisitedAssociation(HttpServletRequest, Association) - Static method in class de.snailshell.consensus.demo.ConsensusFoundationUtils
 
setLevel(int) - Method in interface de.uka.ipd.consensus.foundation.logging.LoggingManager
Changes the loglevel.
setLevel(int) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
setLoggedOn(boolean) - Method in class de.uka.ipd.consensus.impl.UserImpl
 
setName(User, String) - Method in interface de.uka.ipd.consensus.foundation.schema.Concept
Changes the concept's name.
setName(User, String) - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
setName(User, String) - Method in class de.uka.ipd.consensus.impl.TM4JTopicWrapper
 
setRateable(Rateable) - Method in class de.uka.ipd.consensus.impl.SQLRatingImpl
 
setScore(double) - Method in interface de.uka.ipd.consensus.foundation.schema.User
Changes this user's score.
setScore(double) - Method in class de.uka.ipd.consensus.impl.UserImpl
 
setTopicMap(TopicMap) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
setTopicName(Topic, String) - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
setType(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Association
Sets the type of the association.
setType(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.AssociationRole
Sets the type of the role.
setType(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Attribute
Sets the type of the attribute.
setType(User, Topic) - Method in interface de.uka.ipd.consensus.foundation.schema.Occurrence
Sets the type of the occurrence.
setType(User, Topic) - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
setType(User, Topic) - Method in class de.uka.ipd.consensus.impl.AssociationRoleImpl
 
setType(User, Topic) - Method in class de.uka.ipd.consensus.impl.AttributeImpl
 
setType(User, Topic) - Method in class de.uka.ipd.consensus.impl.OccurrenceImpl
 
setValue(User, String) - Method in interface de.uka.ipd.consensus.foundation.schema.Attribute
Changes the attribute's value.
setValue(double) - Method in interface de.uka.ipd.consensus.foundation.schema.Rating
Changes the rating's value and adds the old values to the history.
setValue(User, String) - Method in class de.uka.ipd.consensus.impl.AttributeImpl
 
setValue(double) - Method in class de.uka.ipd.consensus.impl.SQLRatingImpl
 
setValue(double) - Method in class de.uka.ipd.consensus.impl.TM4JRatingImpl
Deprecated.  
shutdown() - Method in class de.uka.ipd.consensus.foundation.AbstractConsensusFoundationModule
An empty implementation.
shutdown() - Method in class de.uka.ipd.consensus.foundation.ConsensusFoundation
An application must call this method to shut down the framework and its components.
shutdown() - Method in interface de.uka.ipd.consensus.foundation.ConsensusFoundationModule
Called by ConsensusFoundation.shutdown() when the application shuts down.
shutdown() - Method in class de.uka.ipd.consensus.impl.DynamicRightsManagerImpl
 
shutdown() - Method in class de.uka.ipd.consensus.impl.EvolutionManagerImpl
 
shutdown() - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
shutdown() - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
shutdown() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
shutdown() - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
shutdown() - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
shutdown() - Method in class de.uka.ipd.consensus.impl.UserManagerImpl
 
size() - Method in class de.uka.ipd.consensus.impl.TM4JCollectionWrapperSet
 
size() - Method in class de.uka.ipd.consensus.impl.TM4JTologResultWrapperSet
Deprecated.  
startAssociation(Association) - Method in class de.uka.ipd.consensus.impl.XTMExportInternalFilter
 
startMember(Member) - Method in class de.uka.ipd.consensus.impl.XTMExportInternalFilter
 
startOccurrence(Occurrence) - Method in class de.uka.ipd.consensus.impl.XTMExportInternalFilter
 
startTopic(Topic) - Method in class de.uka.ipd.consensus.impl.XTMExportInternalFilter
 
stringToRatingValue(String) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingManager
Converts a string returned by ratingValueToString() back into a rating value.
stringToRatingValue(String) - Method in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
stringToRatingValue(String) - Method in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
synonymAdded(OntologyEvent) - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyAdapter
 
synonymAdded(OntologyEvent) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyListener
Called by the OntologyManager when a synonym is added to a base topic.
synonymAdded(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
synonymAdded(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
synonymRemoved(OntologyEvent) - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyAdapter
 
synonymRemoved(OntologyEvent) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyListener
Called by the OntologyManager when a synonym is removed from a base topic.
synonymRemoved(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
synonymRemoved(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 

T

TM4JCollectionWrapperSet - class de.uka.ipd.consensus.impl.TM4JCollectionWrapperSet.
TODO
TM4JObjectWrapper - class de.uka.ipd.consensus.impl.TM4JObjectWrapper.
TODO
TM4JObjectWrapper(OntologyManagerImpl, TopicMapObject) - Constructor for class de.uka.ipd.consensus.impl.TM4JObjectWrapper
 
TM4JRatingImpl - class de.uka.ipd.consensus.impl.TM4JRatingImpl.
Deprecated. slow... SQLRatingImpl is used instead
TM4JRatingImpl(OntologyManagerImpl, TopicMapObject) - Constructor for class de.uka.ipd.consensus.impl.TM4JRatingImpl
Deprecated.  
TM4JRatingManagerImpl - class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl.
Deprecated. slow... SQLRatingManagerImpl is used instead
TM4JRatingManagerImpl() - Constructor for class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  
TM4JTologResultWrapperSet - class de.uka.ipd.consensus.impl.TM4JTologResultWrapperSet.
Deprecated. only used by deprecated TM4JRatingManager
TM4JTopicWrapper - class de.uka.ipd.consensus.impl.TM4JTopicWrapper.
TODO
TM4JTopicWrapper(OntologyManagerImpl, Topic) - Constructor for class de.uka.ipd.consensus.impl.TM4JTopicWrapper
 
TOPICS_MERGED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if a user merged two topics.
TOPIC_CLASS_CHANGED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if a user changed the classes of a topic.
TOPIC_CREATED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if a user created a topic.
TOPIC_DELETED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if a user deleted a topic.
Topic - interface de.uka.ipd.consensus.foundation.schema.Topic.
This interface repesents a topic, the main element of the ontology.
TopicBean - class de.snailshell.consensus.demo.TopicBean.
 
TopicBean(User, Topic) - Constructor for class de.snailshell.consensus.demo.TopicBean
 
TopicFromParamIdToRequestAction - class de.snailshell.consensus.demo.actions.TopicFromParamIdToRequestAction.
 
TopicFromParamIdToRequestAction() - Constructor for class de.snailshell.consensus.demo.actions.TopicFromParamIdToRequestAction
 
TopicHierarchyAction - class de.snailshell.consensus.demo.actions.TopicHierarchyAction.
 
TopicHierarchyAction() - Constructor for class de.snailshell.consensus.demo.actions.TopicHierarchyAction
 
TopicImpl - class de.uka.ipd.consensus.impl.TopicImpl.
TODO
TopicImpl(OntologyManagerImpl, Topic) - Constructor for class de.uka.ipd.consensus.impl.TopicImpl
 
TopicListAction - class de.snailshell.consensus.demo.actions.TopicListAction.
 
TopicListAction() - Constructor for class de.snailshell.consensus.demo.actions.TopicListAction
 
TopicSearchAction - class de.snailshell.consensus.demo.actions.TopicSearchAction.
 
TopicSearchAction() - Constructor for class de.snailshell.consensus.demo.actions.TopicSearchAction
 
TopicViewAction - class de.snailshell.consensus.demo.actions.TopicViewAction.
 
TopicViewAction() - Constructor for class de.snailshell.consensus.demo.actions.TopicViewAction
 
TypeInstance - interface de.uka.ipd.consensus.foundation.schema.TypeInstance.
This is a wrapper interface for special associations that manage the type-instance-relationship between two topics.
TypeInstanceImpl - class de.uka.ipd.consensus.impl.TypeInstanceImpl.
TODO
TypeInstanceImpl(Topic, Topic, Association) - Constructor for class de.uka.ipd.consensus.impl.TypeInstanceImpl
 
toString() - Method in class de.uka.ipd.consensus.impl.AssociationImpl
 
toString() - Method in class de.uka.ipd.consensus.impl.AssociationRoleImpl
 
toString() - Method in class de.uka.ipd.consensus.impl.AttributeImpl
 
toString() - Method in class de.uka.ipd.consensus.impl.OccurrenceImpl
 
toString() - Method in class de.uka.ipd.consensus.impl.SQLRatingImpl
 
toString() - Method in class de.uka.ipd.consensus.impl.SuperSubclassImpl
 
toString() - Method in class de.uka.ipd.consensus.impl.SynonymImpl
 
toString() - Method in class de.uka.ipd.consensus.impl.TM4JRatingImpl
Deprecated.  
toString() - Method in class de.uka.ipd.consensus.impl.TopicImpl
 
toString() - Method in class de.uka.ipd.consensus.impl.TypeInstanceImpl
 
toString() - Method in class de.uka.ipd.consensus.impl.UserImpl
 
toString() - Method in class de.uka.ipd.consensus.impl.UserRoleImpl
 
toString() - Method in class de.uka.ipd.consensus.impl.VersionImpl
TODO
topicClassChanged(OntologyEvent) - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyAdapter
 
topicClassChanged(OntologyEvent) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyListener
Called by the OntologyManager when a superclass is added to or removed from a topic.
topicClassChanged(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
topicClassChanged(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
topicCreated(OntologyEvent) - Method in class de.uka.ipd.consensus.foundation.ontology.OntologyAdapter
 
topicCreated(OntologyEvent) - Method in interface de.uka.ipd.consensus.foundation.ontology.OntologyListener
Called by the OntologyManager when a topic is created.
topicCreated(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
topicCreated(OntologyEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
topicDeleted(EvolutionEvent) - Method in class de.uka.ipd.consensus.foundation.evolution.EvolutionAdapter
 
topicDeleted(EvolutionEvent) - Method in interface de.uka.ipd.consensus.foundation.evolution.EvolutionListener
Called by the EvolutionManager when a topic is deleted.
topicDeleted(EvolutionEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
topicDeleted(EvolutionEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
topicsMerged(EvolutionEvent) - Method in class de.uka.ipd.consensus.foundation.evolution.EvolutionAdapter
 
topicsMerged(EvolutionEvent) - Method in interface de.uka.ipd.consensus.foundation.evolution.EvolutionListener
Called by the EvolutionManager when two topics are merged.
topicsMerged(EvolutionEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
topicsMerged(EvolutionEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 

U

USERDATA_COMMENT_KEY - Static variable in class de.uka.ipd.consensus.impl.UserManagerImpl
 
USERDATA_EMAIL_KEY - Static variable in class de.uka.ipd.consensus.impl.UserManagerImpl
 
USERDATA_FIRSTNAME_KEY - Static variable in class de.uka.ipd.consensus.impl.UserManagerImpl
 
USERDATA_LASTNAME_KEY - Static variable in class de.uka.ipd.consensus.impl.UserManagerImpl
 
USER_RATING_CHANGED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if the value of an existing user rating has been changed.
USER_RATING_REMOVED - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if a rating has been removed from a user.
USER_RATING_SET - Static variable in class de.uka.ipd.consensus.foundation.scoring.ScoringEvent
The event id if a new rating has been assigned to a user.
User - interface de.uka.ipd.consensus.foundation.schema.User.
This interface represents a user who is part of the ontology, but managed by the UserManager.
UserAdapter - class de.uka.ipd.consensus.foundation.user.UserAdapter.
An adapter class for receiving user events.
UserAdapter() - Constructor for class de.uka.ipd.consensus.foundation.user.UserAdapter
 
UserEvent - class de.uka.ipd.consensus.foundation.user.UserEvent.
Event objects of this type are passed to UserListeners.
UserEvent(ConsensusFoundationManager, User) - Constructor for class de.uka.ipd.consensus.foundation.user.UserEvent
 
UserImpl - class de.uka.ipd.consensus.impl.UserImpl.
TODO
UserListener - interface de.uka.ipd.consensus.foundation.user.UserListener.
The listener interface for receiving events that signal a change in the user database.
UserManager - interface de.uka.ipd.consensus.foundation.user.UserManager.
The UserManager manages the user database (creating/changing/deleting of user accounts etc.).
UserManagerException - exception de.uka.ipd.consensus.foundation.user.UserManagerException.
 
UserManagerException() - Constructor for class de.uka.ipd.consensus.foundation.user.UserManagerException
 
UserManagerException(String) - Constructor for class de.uka.ipd.consensus.foundation.user.UserManagerException
 
UserManagerException(String, Throwable) - Constructor for class de.uka.ipd.consensus.foundation.user.UserManagerException
 
UserManagerException(Throwable) - Constructor for class de.uka.ipd.consensus.foundation.user.UserManagerException
 
UserManagerImpl - class de.uka.ipd.consensus.impl.UserManagerImpl.
TODO
UserManagerImpl() - Constructor for class de.uka.ipd.consensus.impl.UserManagerImpl
 
UserManagerInvalidPasswordException - exception de.uka.ipd.consensus.foundation.user.UserManagerInvalidPasswordException.
 
UserManagerInvalidPasswordException() - Constructor for class de.uka.ipd.consensus.foundation.user.UserManagerInvalidPasswordException
 
UserManagerInvalidPasswordException(String) - Constructor for class de.uka.ipd.consensus.foundation.user.UserManagerInvalidPasswordException
 
UserManagerInvalidPasswordException(String, Throwable) - Constructor for class de.uka.ipd.consensus.foundation.user.UserManagerInvalidPasswordException
 
UserManagerInvalidPasswordException(Throwable) - Constructor for class de.uka.ipd.consensus.foundation.user.UserManagerInvalidPasswordException
 
UserManagerInvalidUsernameException - exception de.uka.ipd.consensus.foundation.user.UserManagerInvalidUsernameException.
 
UserManagerInvalidUsernameException() - Constructor for class de.uka.ipd.consensus.foundation.user.UserManagerInvalidUsernameException
 
UserManagerInvalidUsernameException(String) - Constructor for class de.uka.ipd.consensus.foundation.user.UserManagerInvalidUsernameException
 
UserManagerInvalidUsernameException(String, Throwable) - Constructor for class de.uka.ipd.consensus.foundation.user.UserManagerInvalidUsernameException
 
UserManagerInvalidUsernameException(Throwable) - Constructor for class de.uka.ipd.consensus.foundation.user.UserManagerInvalidUsernameException
 
UserRole - interface de.uka.ipd.consensus.foundation.user.UserRole.
This interface represents a role (for example, the admin role) that is managed by the UserManager and that can be assigned to users.
UserRoleImpl - class de.uka.ipd.consensus.impl.UserRoleImpl.
TODO
UserRoleImpl(UserManager, String, String) - Constructor for class de.uka.ipd.consensus.impl.UserRoleImpl
 
useClasses() - Method in class de.uka.ipd.consensus.impl.OntologyManagerImpl
 
userCreated(UserEvent) - Method in class de.uka.ipd.consensus.foundation.user.UserAdapter
 
userCreated(UserEvent) - Method in interface de.uka.ipd.consensus.foundation.user.UserListener
Called by the UserManager when a new user account has been created
userCreated(UserEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
userLoggedIn(UserEvent) - Method in class de.uka.ipd.consensus.foundation.user.UserAdapter
 
userLoggedIn(UserEvent) - Method in interface de.uka.ipd.consensus.foundation.user.UserListener
Called by the UserManager when a user logged on.
userLoggedIn(UserEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
userLoggedOut(UserEvent) - Method in class de.uka.ipd.consensus.foundation.user.UserAdapter
 
userLoggedOut(UserEvent) - Method in interface de.uka.ipd.consensus.foundation.user.UserListener
Called by the UserManager when a user logged off.
userLoggedOut(UserEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
userRatingChanged(RatingEvent) - Method in class de.uka.ipd.consensus.foundation.rating.RatingAdapter
 
userRatingChanged(RatingEvent) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingListener
Called by the RatingManager when an existing user's rating was changed.
userRatingChanged(RatingEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
userRatingChanged(RatingEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
userRatingRemoved(RatingEvent) - Method in class de.uka.ipd.consensus.foundation.rating.RatingAdapter
 
userRatingRemoved(RatingEvent) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingListener
Called by the RatingManager when a user's rating was removed.
userRatingRemoved(RatingEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
userRatingRemoved(RatingEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
userRatingSet(RatingEvent) - Method in class de.uka.ipd.consensus.foundation.rating.RatingAdapter
 
userRatingSet(RatingEvent) - Method in interface de.uka.ipd.consensus.foundation.rating.RatingListener
Called by the RatingManager when a new rating was added to an user.
userRatingSet(RatingEvent) - Method in class de.uka.ipd.consensus.impl.IncentiveManagerImpl
 
userRatingSet(RatingEvent) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 

V

Version - interface de.uka.ipd.consensus.foundation.schema.Version.
This interface represents one version of a versionable element.
VersionImpl - class de.uka.ipd.consensus.impl.VersionImpl.
TODO
VersionImpl(Versionable) - Constructor for class de.uka.ipd.consensus.impl.VersionImpl
 
VersionImpl(Versionable, long) - Constructor for class de.uka.ipd.consensus.impl.VersionImpl
 
Versionable - interface de.uka.ipd.consensus.foundation.schema.Versionable.
This is a mixin interface for elements that can have a version.
valueBound(HttpSessionBindingEvent) - Method in class de.uka.ipd.consensus.impl.UserImpl
 
valueUnbound(HttpSessionBindingEvent) - Method in class de.uka.ipd.consensus.impl.UserImpl
 

W

warn(Object) - Method in interface de.uka.ipd.consensus.foundation.logging.LoggingManager
Logs the given message if the warning loglevel is active.
warn(Object) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 
wrap(OntologyManagerImpl, Topic) - Static method in class de.uka.ipd.consensus.impl.TM4JObjectWrapper
 
wrap(OntologyManagerImpl, Association) - Static method in class de.uka.ipd.consensus.impl.TM4JObjectWrapper
 
wrap(OntologyManagerImpl, Member) - Static method in class de.uka.ipd.consensus.impl.TM4JObjectWrapper
 
wrap(OntologyManagerImpl, Occurrence) - Static method in class de.uka.ipd.consensus.impl.TM4JObjectWrapper
 
wrap(OntologyManagerImpl, BaseName) - Static method in class de.uka.ipd.consensus.impl.TM4JObjectWrapper
 
wrap(OntologyManagerImpl, Locator) - Static method in class de.uka.ipd.consensus.impl.TM4JObjectWrapper
 
wrap(OntologyManagerImpl, Object) - Static method in class de.uka.ipd.consensus.impl.TM4JObjectWrapper
 
write(StringBuffer) - Method in class de.uka.ipd.consensus.impl.LoggingManagerImpl
 

X

XTMExportHandler - class de.uka.ipd.consensus.impl.XTMExportHandler.
TODO
XTMExportHandler(LoggingManager, OntologyManager) - Constructor for class de.uka.ipd.consensus.impl.XTMExportHandler
 
XTMExportInternalFilter - class de.uka.ipd.consensus.impl.XTMExportInternalFilter.
TODO
XTMExportInternalFilter(OntologyManagerImpl) - Constructor for class de.uka.ipd.consensus.impl.XTMExportInternalFilter
 
XTMImportHandler - class de.uka.ipd.consensus.impl.XTMImportHandler.
TODO has to keep base locator!
XTMImportHandler(LoggingManager, OntologyManager) - Constructor for class de.uka.ipd.consensus.impl.XTMImportHandler
 

Y

YES - Static variable in interface de.uka.ipd.consensus.foundation.schema.Rating
The proposed maximum value for ratings (agreement).
YES - Static variable in class de.uka.ipd.consensus.impl.SQLRatingManagerImpl
 
YES - Static variable in class de.uka.ipd.consensus.impl.TM4JRatingManagerImpl
Deprecated.  

A B C D E F G H I J L M N O P Q R S T U V W X Y