Versions Compared

Key

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

...

Info
titleInformation

Alternatively, you can use ALH API through the fUML object syntax, with $session$ from action scripts APIs predefined variables and object.callOperation($session$, operationName, arguments). For example:

  • Object.callOperation($session$, ”test”);
  • Object.callOperation($session$, ”test”, arguments);
  • Object.callOperation($session$, ”test”, arguments, true);

...