Class AllNotRealPropagatedExpirationConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>
java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.expiration.AllNotRealPropagatedExpirationConfigurator<U,I,F>
- Type Parameters:
U- type of the users.I- type of the information pieces.F- type of the user and information pieces features.
- All Implemented Interfaces:
ExpirationConfigurator<U,I,F>
public class AllNotRealPropagatedExpirationConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F> extends java.lang.Object implements ExpirationConfigurator<U,I,F>
Configures an expiration mechanism that discards all the pieces which were not repropagated by the user
in the real diffusion procedure.
- See Also:
AllNotRealPropagatedExpirationMechanism
-
Constructor Summary
Constructors Constructor Description AllNotRealPropagatedExpirationConfigurator() -
Method Summary
Modifier and Type Method Description ExpirationMechanism<U,I,F>configure(Parameters params)Configures a expiration mechanism for the non-propagated pieces of information
-
Constructor Details
-
AllNotRealPropagatedExpirationConfigurator
public AllNotRealPropagatedExpirationConfigurator()
-
-
Method Details
-
configure
Description copied from interface:ExpirationConfiguratorConfigures a expiration mechanism for the non-propagated pieces of information- Specified by:
configurein interfaceExpirationConfigurator<U extends java.io.Serializable,I extends java.io.Serializable,F>- Parameters:
params- the parameters of the mechanism.- Returns:
- the expiration mechanism.
-