Versions Compared

Key

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

...

If a found Behavior value is null or an argument's size is not equal to the in or inout parameter's size of the found Behavior, an IllegalArgumentException will be thrown.

Info
titleInformation

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

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