Namespaces in a project
Overview
Polybench projects may be build up from multiple independent modules that have protected boundaries. Such a protected part of the project is called a namespace.Any variables, object names and connection labels that reside in one namespace, cannot be 'seen' in another namespace.
This allows the developer to use equal object names, label names and variable names on multiple pages.