|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
Method Summary | |
---|---|
void |
addTimeStamp(long stamp)
|
double |
getBLA()
|
Method Detail |
---|
double getBLA()
void addTimeStamp(long stamp)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |