clarion.system
Interface InterfaceDeleteable

All Known Implementing Classes:
AbstractIRLRule, RefineableRule

public interface InterfaceDeleteable

This interface is implemented by classes that are deleteable within CLARION.

Usage:

Any class that implements this interface will be considered to be deleteable by the CLARION Library and will therefore be periodically be subject to consideration for deletion.

Known classes implementing this interface:

Version:
6.0.4
Author:
Nick Wilson

Method Summary
 boolean checkDeletionByDensity(long TimeStamp)
          Checks to see if an object should be deleted based on the density (determined using the specified time stamp).
 

Method Detail

checkDeletionByDensity

boolean checkDeletionByDensity(long TimeStamp)
Checks to see if an object should be deleted based on the density (determined using the specified time stamp).

Parameters:
TimeStamp - The current time stamp used for calculating density.
Returns:
True if deletion should occur, otherwise false.