Package es.uam.eps.ir.relison.grid.diffusion.update
Classes and interfaces for configuration files for update mechanisms for information
propagation simulations.
- See Also:
es.uam.eps.ir.relison.diffusion.update
-
Interface Summary Interface Description UpdateConfigurator Interface for configuring an update mechanism. -
Class Summary Class Description MergerUpdateConfigurator Configures an update mechanism that updates the information in the newest piece with the older ones.NewestUpdateConfigurator Configures an update mechanism that just takes the newest piece.OldestUpdateConfigurator Configures an update mechanism that just takes the newest piece.UpdateMechanismIdentifiers Identifiers for the update mechanisms for the information diffusion available in the framework.UpdateParameterReader Class for reading an update mechanism for information diffusion.UpdateSelector Class that selects an individual update mechanism.