Interface SimulationElement<E>

    • Method Detail

      • isOld

        boolean isOld()
        Indicates if the element is an old one. This information is useful in update or delete action.
        Returns:
        true if the element is an old one, false otherwise.
      • getElement

        E getElement()
        Gets the typed element
        Returns:
        the typed element.