\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.core.data.EvidenceKeyFilter Interface Reference

Detailed Description

Represents an object that filters evidence key names based on some criteria.

See also
Specification

Inheritance diagram for fiftyone.pipeline.core.data.EvidenceKeyFilter:

[legend]

Public Member Functions

boolean  include (String key)
Check if the specified evidence key is included by this filter. More...
Integer  order (String key)
Get the order of precedence of the specified key. More...

Member Function Documentation

◆ include()

boolean fiftyone.pipeline.core.data.EvidenceKeyFilter.include ( String   key )

Check if the specified evidence key is included by this filter.

Parameters
key - the key to check
Returns
true if the key is included and false if not

Implemented in fiftyone.pipeline.core.data.EvidenceKeyFilterWhitelist, fiftyone.pipeline.engines.fiftyone.data.EvidenceKeyFilterShareUsage, fiftyone.pipeline.core.data.EvidenceKeyFilterAggregator, and fiftyone.pipeline.engines.fiftyone.data.EvidenceKeyFilterShareUsageTracker.