Class FastUser<U>

java.lang.Object
es.uam.eps.ir.relison.diffusion.simulation.UserState<U>
es.uam.eps.ir.relison.diffusion.data.FastUser<U>
Type Parameters:
U - Type of the users.
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class FastUser<U>
extends UserState<U>
implements java.io.Serializable, java.lang.Cloneable
Fast implementation for users. To improve performance, only information identifiers are stored for the own information, the propagated information and the discarded information.
See Also:
Serialized Form