as2fm.scxml_converter.scxml_entries.utils.is_non_empty_string

as2fm.scxml_converter.scxml_entries.utils.is_non_empty_string(scxml_type: Type[ScxmlBase], arg_name: str, arg_value: str) bool

Check if a string is non-empty.

Parameters:
  • scxml_type – The scxml entry where this function is called, to write error msgs.

  • arg_name – The name of the argument, to write error msgs.

  • arg_value – The value of the argument to be checked.

Returns:

True if the string is non-empty, False otherwise.