Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 1.62 KB

File metadata and controls

43 lines (22 loc) · 1.62 KB

type: bes fixlet set

The <bes fixlet set> inspectors iterate over the current set of BES Fixlets and package them as a mathematical set, suitable for further set manipulation.

element of <bes fixlet set> : bes fixlet

Returns the unique elements of the specified <bes fixlet set>, removing duplicates and sorting by value.

intersection of <bes fixlet set> : bes fixlet set

Returns the intersection of multiple BES Fixlet sets. The arguments to this inspector are typically plural values or iterations, but you can also compose such a set by separating singlet values with semicolons.

size of <bes fixlet set> : integer

Returns the number of unique BES Fixlets in the specified set.

union of <bes fixlet set> : bes fixlet set

Returns the union of multiple BES Fixlet sets. The arguments to this inspector are typically plural values or iterations, but you can also compose such a set by separating singlet values with semicolons.

<bes fixlet set> as xml : utf8 string

Converts the specified set of BES Fixlets to XML format, for submission to the EvaluateRelevance API used by the BES Console and Web Reports.

<bes fixlet set> * <bes fixlet set> : bes fixlet set

No documentation exists.

<bes fixlet set> + <bes fixlet set> : bes fixlet set

No documentation exists.

<bes fixlet set> - <bes fixlet set> : bes fixlet set

No documentation exists.

<bes fixlet set> = <bes fixlet set> : boolean

Compares two sets of BES Fixlets for equivalence.

<bes fixlet set> contains <bes fixlet set> : boolean

No documentation exists.