|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
de.uka.ipd.consensus.foundation.AbstractConsensusFoundationEvent
An abstract superclass for the various event types of the ConsensusFoundation framework. It offers easy access to the seven managers (components) within each event that subclasses this class.
| Field Summary |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
AbstractConsensusFoundationEvent(ConsensusFoundationManager cfm,
Object source)
|
|
| Method Summary | |
DynamicRightsManager |
getDynamicRightsManager()
Returns a reference to the DynamicRightsManager. |
EvolutionManager |
getEvolutionManager()
Returns a reference to the EvolutionManager. |
IncentiveManager |
getIncentiveManager()
Returns a reference to the IncentiveManager. |
LoggingManager |
getLoggingManager()
Returns a reference to the LoggingManager. |
OntologyManager |
getOntologyManager()
Returns a reference to the OntologyManager. |
RatingManager |
getRatingManager()
Returns a reference to the RatingManager. |
UserManager |
getUserManager()
Returns a reference to the UserManager. |
String |
getVersion()
Returns a version string of the implementation of the ConsensusFoundation framework. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AbstractConsensusFoundationEvent(ConsensusFoundationManager cfm,
Object source)
| Method Detail |
public LoggingManager getLoggingManager()
ConsensusFoundationManager
getLoggingManager in interface ConsensusFoundationManagernull after successful startuppublic UserManager getUserManager()
ConsensusFoundationManager
getUserManager in interface ConsensusFoundationManagernull after successful startuppublic OntologyManager getOntologyManager()
ConsensusFoundationManager
getOntologyManager in interface ConsensusFoundationManagernull after successful startuppublic EvolutionManager getEvolutionManager()
ConsensusFoundationManager
getEvolutionManager in interface ConsensusFoundationManagernull if an EvolutionManager is not availablepublic RatingManager getRatingManager()
ConsensusFoundationManager
getRatingManager in interface ConsensusFoundationManagernull if a RatingManager is not availablepublic IncentiveManager getIncentiveManager()
ConsensusFoundationManager
getIncentiveManager in interface ConsensusFoundationManagernull if an IncentiveManager is not availablepublic DynamicRightsManager getDynamicRightsManager()
ConsensusFoundationManager
getDynamicRightsManager in interface ConsensusFoundationManagernull if a DynamicRightsManager is not availablepublic String getVersion()
ConsensusFoundationManager
getVersion in interface ConsensusFoundationManagerConsensusFoundation.getVersion()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||