Set language to OpaqueBehavior

By default, the Publisher does not set a language to the OpaqueBehavior created. This behavior can be modified by using the following option.

Add a language to the OpaqueBehavior

To set a language to the OpaqueBehavior, set the following option in publisher.properties file:

# Determines the language to set for the body of the OpaqueBehavior e.g.: Binary, StructuredExpression, OCL2.0, Alf Script, BeanShell, Built-in Math, English, JEXL, JavaScript Rhino, Python. Default: empty string
rhp2md.semantic.opaqueBehavior.language=English

To leave the language of the created OpaqueBehavior empty, set the following option in publisher.properties file:

# Determines the language to set for the body of the OpaqueBehavior e.g.: Binary, StructuredExpression, OCL2.0, Alf Script, BeanShell, Built-in Math, English, JEXL, JavaScript Rhino, Python. Default: empty string
rhp2md.semantic.opaqueBehavior.language=

If the rhp2md.semantic.opaqueBehavior.language property is not set in the publisher.properties file, the property is empty, by default.