Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Native code description

iWrap, to generate an actor wrapping user code, need a formal code description that provide properly wrap the code, needs detailed informations about both: the wrapped code and an actor to be generated. A formal description ot the code provides information about the programming language used, arguments passed to/from the code, type of these arguments, etc, etc... Such description , while an actor description tells iWrap how to name generated actor, where to put it, etc. Such descriptions has to be provided in YAML format file, prepared manually, or automatically with help of iWrap GUI.

 YAML file syntax

sssThe YAML file consists of two documents, marked by tags corresponding to their roles: actor_description and code_description. Only code description part is mandatory, while 

 iWrap GUI


wrapping (job description, iWrap)

...