It defines which items would be invoked into this evaluator. Items must have all that meta that this evaluator requires.

For example, suppose we have:

A (meta: movable, chair)

B (meta: movable, table)

If the evaluator requires (meta: movable), A and B will be invoked.

If the evaluator requires (meta: movable, car), neither A nor B will be invoked.

You can create your Meta definition by using the context menu Create/GVL/MCMC/Meta Definition in the Project Window.

Untitled

You can have more than one Meta Definition Object in your project. The Smart Suggestion Engine will collect all the meta values and list them in the drop-down list when you are visiting the Meta section.

Untitled