clarion.system
Interface InterfaceTracksTime

All Known Implementing Classes:
AbstractAction, AbstractFixedRule, AbstractIRLRule, AbstractOutputChunk, AbstractRule, DimensionlessOutputChunk, DriveStrength, ExternalAction, Goal, GoalAction, RefineableRule, WorkingMemoryAction

public interface InterfaceTracksTime

This interface is implemented by classes that track time within CLARION.

Usage:

Any class that implements this interface will track time. The time stamps that are tracked by the classes implementing this interface are most often used for calculating base level activation (BLA), or for reporting purposes.

Known classes implementing this interface:

Version:
6.0.4
Author:
Nick Wilson

Method Summary
 void addTimeStamp(long stamp)
           
 double getBLA()
           
 

Method Detail

getBLA

double getBLA()

addTimeStamp

void addTimeStamp(long stamp)