LogicalOccurrence |
instance |
Read |
Logical Occurrence used as basis for the filter. The logical
occurrence allows navigation and call of APIs if needed for the filter |
Port (input) |
Logical Port |
Read |
Logical port if the basis element for the filter implies it.
This parameter is optional. |
ListFilteredAttributes (output) |
RFLVPMLogicalPort |
Write |
List of attributes that are used on the Engineering
Specification Capture & Reuse filter. Those attributes must be present in the
parts of the filter. This list must be filled inside the business rule. |
ListReferenceValues (output) |
List |
Write |
List of reference values that are used in the filter, one per
attribute. Those values are computed in the business rule using the input components
attributes. For example, it counts the number of wires in a cable using knowledge
functions. This list has to be filled inside the business rule. |
ListFilterOperators (output) |
List |
Write |
List of operators to be used for each attribute and attribute
value. This list must be filled inside the business rule. These operators match the
proposed operators by Engineering Specification Capture & Reuse:
== |
Element must have a value equal to the reference value |
>= |
Element must have a value greater or equal to the reference
value |
<= |
Element must have a value smaller or equal to the reference
value |
> |
Element must have a value greater to the reference value |
< |
Element must have a value smaller or equal to the reference
value |
|