Temporal.Statistic.numMatchSince()
Signature
int numMatchSince(PropertyAtom pa, Object matchValue, long time)
Domain
ACTION, CONDITION, QUERY, BUI
Description
This method counts the number of object which match a specified value since the specified time.
Parameters
Name | Type | Description |
pa | PropertyAtom | The target property. |
matchValue | Object | The object whose value is to be matched. |
time | long | The specified time in millisecond. |
Returns
Type | Description |
int | Number of history value which match the specified value. |