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

NameTypeDescription
paPropertyAtomThe target property.
matchValueObjectThe object whose value is to be matched.
timelongThe specified time in millisecond.

Returns

TypeDescription
intNumber of history value which match the specified value.

Cautions

none