This functionality is only available for certain module packages.

You are here: EEC > BASE > Methodology > Methods

Methods

In analogy to the object-based programming languages, it is possible to define for any objects not only parameters, but also methods.

Methods have

Generally, methods are used to navigate or modify model objects. These objects are known as EngineeringObject (EO). The EOs relevant to a method are typically selected by the user in a view. Frequently, these selected EOs are transferred as a list (selectedEOs, see screenshot).

A method can be implemented in Groovy (script), Native Java (plug-in) or through a sequence:

Due to the object-based integration of scripts into the application model, there are approved management options for scripts (see SCRIPTING).

Fully typed and with the option of remote debugging (see SCRIPTING)

Table-format specification of a sequence (see SequenceSelectionActions).