Package jadex.commons

Interface ICacheableModel

    • Method Detail

      • getLastChecked

        long getLastChecked()
        Get the last check time of the model.
        Returns:
        The last check time of the model.
      • setLastChecked

        void setLastChecked​(long time)
        Set the last check time of the model.
        Parameters:
        time - The last check time of the model.
      • getLastModified

        long getLastModified()
        Get the last modification time of the model.
        Returns:
        The last modification time of the model.
      • getFilename

        java.lang.String getFilename()
        Get the filename.
        Returns:
        The filename.