'Condition' operator

The Condition operator enables the modeler of a transformation pattern to specify different properties of the target objects or the target model depending on the conditions modeled.

Example

For example, a condition can be that the name of target model must be specified depending on the name of the source model. If the function in the source model is called xyz the name of the object in the target model is to be abc. If the function in the source model is called uvw the name of the object in the target model is to be edf. If the name of the function in the source model is different, the name of the object in the target model is to be ghi.

'Condition' operator