Class AllNotPropagatedSightMechanism<U extends java.io.Serializable,​I extends java.io.Serializable,​P>

java.lang.Object
es.uam.eps.ir.relison.diffusion.sight.IndividualSightMechanism<U,​I,​P>
es.uam.eps.ir.relison.diffusion.sight.AllNotPropagatedSightMechanism<U,​I,​P>
Type Parameters:
U - type of the users
I - type of the information pieces
P - type of the parameters
All Implemented Interfaces:
SightMechanism<U,​I,​P>

public class AllNotPropagatedSightMechanism<U extends java.io.Serializable,​I extends java.io.Serializable,​P>
extends IndividualSightMechanism<U,​I,​P>
Sight mechanism that selects every piece of information that has arrived and the user has not propagated earlier.