Child pages
  • Algorithm Element Description

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

When you describe an algorithm element you must specify the element_name and the element type.

Note

The element name corresponds to the element’s Element Name in the GUI. The name can contain only english letters, numbers, ‘_’ (underscore) and ‘-‘ (hyphen) characters.

See, for example, the description of an ORF element:

Code Block
myORF {

   type: orf;

   # Other parameters
}

To find the type and the parameters available for the required algorithm element refer to Algorithm Elements chapter.