( ** Go back to PARENTPAGE ../ASPL-Shallow-Set-Operations.html)
( ** Go back to HOMESITE https://www.tcnd.com)
( ** Go back to SetSphere https://www.setsphere.com)

Shallow matching elements intersection via intermediate function

Here we show how to use ASPL shallow set operation to compare the elements in JMX Jar files. Shallow set operators call an intermediate customized function on subgroups and elements.

ASPL 1> v
display the variables

ASPL 2> shallowed
display the shallowed processors table

ASPL 3> setshallowed rgxelem
set shallowed processor to rgxelem

ASPL 4> shallowed
display the shallowed processors table. notice the arrow pointing to rgxelem.

ASPL 5> f*& jmx1 jmx2
do a shallow set intersection. this set operation is an intersection using the processor rgxelem.

ASPL 6> quit
sweet!