Valid Operations - EnterWorks_Process_Exchange_(EPX) - 10.5

EnterWorks EPX Process Modeling

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Version
10.5
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks EPX Process Modeling
First publish date
2007
Last updated
2023-07-28
Published on
2023-09-20T03:37:01.911821

Legal operations that you can specify on collections are: the equal sign (=), subsetof, union, and intersection.

Valid Operation Description Examples

=

Compares collections to see if one is equal to another.

{3,4} = {4,3}

subsetof

Indicates that one collection is a subset of another.

{3,4} SUBSETOF {3,4,5,6,7}

union

Merges one collection with another. An element can appear only once in this merged collection.

{3,4,5} UNION {4,5,6} = {3,4,5,6}

intersection

Results in a collection containing only the common elements of the collections you are intersecting.

{3,4,5,6} INTERSECTION {1,2,3,4} = {3,4}