int numMatchSince(PropertyAtom pa, Object matchValue, long time)
int numMatchSince(PropertyAtom pa, Object matchValue, long time)
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. |
Type | Description |
---|---|
int | Number of history value which match the specified value. |