CauseFilter

public class CauseFilter implements Filter

Filter events based on cause.

Constructors

CauseFilter

public CauseFilter(EventId cause, boolean invert)

Construct a cause filter.

Parameters
  • cause – the cause

  • invert – invert he filter?

CauseFilter

public CauseFilter(EventId cause)

Construct a cause filter.

Parameters

cause – the cause

Methods

equals

public boolean equals(Object that)

hashCode

public int hashCode()

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. If false, only events that have the specified event id in their cause vector are allowed.

match

public boolean match(Event event)