Creation Functions : stmCreateTransition

stmCreateTransition

Creates a labeled transition between two states. Source and target coordinates should be on the source and target boxes respectively.
Syntax
stmCreateTransition (stm_context, chart_name, source_state_name, target_state_name, label, source_x, source_y, target_x, target_y)
Return Type
status_code
See Function Status Codes for the list of possible values.
Arguments
 
Input/Output