CauseFilter¶
Methods¶
isInverted¶
-
public boolean
isInverted
()¶ Indicates whether the filter accepts events containing the specified event id in their cause vector or events that do not have that cause.
- Returns
if
true
, only events NOT that do not have the specified event id in their cause vector are allowed. Iffalse
, only events that have the specified event id in their cause vector are allowed.