Uses of Interface
de.uka.ipd.consensus.foundation.ontology.OntologyManager

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

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

Methods in de.snailshell.consensus.demo.actions that return OntologyManager
 OntologyManager BasisAction.getOntologyManager()
           
 

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

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

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

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

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

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

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

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

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

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

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

Classes in de.uka.ipd.consensus.impl that implement OntologyManager
 class OntologyManagerImpl
          TODO
 

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

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