Package es.uam.eps.ir.relison.grid.diffusion.sight
Classes and interfaces for configuration files for sight mechanisms for information
propagation simulations.
- See Also:
es.uam.eps.ir.relison.diffusion.sight
-
Interface Summary Interface Description SightConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> Interface for configuring a sight mechanism from its parameter setting. -
Class Summary Class Description AllNotDiscardedNorPropagatedSightConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> Configures a sight mechanism that makes users observe all the information pieces which they have neither discarded nor propagated.AllNotDiscardedSightConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> Configures a sight mechanism that makes users observe all the information pieces which they have not discarded.AllNotPropagatedSightConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> Configures a sight mechanism that makes users observe all the information pieces which they have not propagated.AllRecommendedSightConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> Configures a sight mechanism that makes users observe all the information pieces coming from recommendation links.AllSightConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> Configures a sight mechanism that makes users observe everything they receive.AllTrainSightConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> Configures a sight mechanism that makes users observe all the information pieces coming from the original network links.CountSightConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> Configures a sight mechanism that makes users observe a limited amount of information pieces.RecommendedSightConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> Configures a sight mechanism that makes users observe pieces coming from recommended links with a certain probability and pieces coming from the original network links with another.SightMechanismIdentifiers List of identifiers of the different sight mechanisms available in the framework.SightParameterReader Class for reading a sight mechanism for information diffusion.SightSelector<U extends java.io.Serializable,I extends java.io.Serializable,F> Class that selects a sight mechanism from its parameter selection.