system.mes.spc.analysis.decodeFilters(filterList)

Sepasoft MES Module Suite

system.mes.spc.analysis.decodeFilters(filterList)

Decode a list of SPC filter expressions into a java Map object. Each filter key can have multiple filter values.

Warning

Scripting Function modifications in

MES 3.79.3 RC 5 and later
MES 3.81.4 RC 5 and later

Syntax

system.mes.spc.analysis.decodeFilters(filterList)

  • Parameters

List<String> filterList - An instance of a java List object containing SPC filter expression strings. Example: "Location=Enterprise\Site\Area\Quality Test Station 1, Location=Enterprise\Site\Area\Quality Test Station 2, Product Code=DEF".

  • Returns

Map<String, List<String>> - An instance of a java Map. The map key is the filter name. For example, "Location" or "Product Code". The value for the key contains a java List object containing all of the filter values. For example, the key "Location" can have the filters values of "Quality Station 1" and "Quality Station 2".

  • Scope

All



Sepasoft MES Module Suite