Class UpdateMechanismIdentifiers

java.lang.Object
es.uam.eps.ir.relison.grid.diffusion.update.UpdateMechanismIdentifiers

public class UpdateMechanismIdentifiers
extends java.lang.Object
Identifiers for the update mechanisms for the information diffusion available in the framework.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String MERGER
    Identifier for the update mechanism that merges the newest and the oldest piece of information.
    static java.lang.String NEWEST
    Identifier for the update mechanism that keeps the newest piece of information.
    static java.lang.String OLDEST
    Identifier for the update mechanism that merges the oldest piece of information.
  • Constructor Summary

    Constructors 
    Constructor Description
    UpdateMechanismIdentifiers()  
  • Method Summary

    Modifier and Type Method Description
    static void printUpdateMechanismList()
    Prints the list of available update mechanisms

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NEWEST

      public static final java.lang.String NEWEST
      Identifier for the update mechanism that keeps the newest piece of information.
      See Also:
      Constant Field Values
    • MERGER

      public static final java.lang.String MERGER
      Identifier for the update mechanism that merges the newest and the oldest piece of information.
      See Also:
      Constant Field Values
    • OLDEST

      public static final java.lang.String OLDEST
      Identifier for the update mechanism that merges the oldest piece of information.
      See Also:
      Constant Field Values
  • Constructor Details

  • Method Details

    • printUpdateMechanismList

      public static void printUpdateMechanismList()
      Prints the list of available update mechanisms