Query Functions : List of Query Functions : Subroutines (sb) : Input List Type: sb

Input List Type: sb
 
Query: Subroutines written in Ada
Purpose: Returns subroutines in the input list that are written in Ada and stored in the database using the Implementation menu
Query: Subroutines written in ANSI C
Purpose: Returns subroutines in the input list that are written in ANSI C and stored in the database using the Implementation menu
Query: Subroutines by subtype
Purpose: Returns the subroutines in the input list that are defined as bit
Query: Subroutines by subtype
Purpose: Returns the subroutines in the input list that are defined as bit array
Query: Subroutines by attributes
Purpose: Returns the subroutines in the input list that match the specified attribute name and value
Syntax: stm_r_sb_by_attributes_sb (IN el_list: LIST OF SUBROUTINE, IN attr_name: STRING, IN attr_value: STRING, OUT status: INTEGER)
Query: Subroutines that are explicitly defined
Purpose: Returns the subroutines in the input list that are explicitly defined
Query: Function subroutines with potential side-effects
Purpose: Returns the function subroutines in the input list that have potential side-effects
Query: Subroutines defined as functions
Purpose: Returns the subroutines in the input list that are defined as functions
stm_r_sb_function_sb (IN el_list: LIST OF SUBROUTINE, OUT status: INTEGER)
Query: Subroutines that have global data
Purpose: Returns all subroutines in the input list that have global data
stm_r_sb_globals_usage_sb (IN el_list: LIST OF SUBROUTINE, OUT status: INTEGER)
Query: Subroutines whose selected implementation is Action Language
Purpose: Returns the subroutines in the input list that are implemented in the Statemate Action Language using Select Implementation
Query: Subroutines whose selected implementation is Ada Code
Purpose: Returns the subroutines in the input list that are implemented in Ada using Select Implementation in the properties
stm_r_sb_imp_ada_code_sb (IN el_list: LIST OF SUBROUTINE, OUT status: INTEGER)
Query: Subroutines whose selected implementation is ANSI C Code
Purpose: Returns the subroutines in the input list that are implemented in ANSI C using Select Implementation
Query: Subroutines whose selected implementation is Best Match
Purpose: Returns the subroutines in the input list that are implemented as the Best Match using Select Implementation
stm_r_sb_imp_best_match_sb (IN el_list: LIST OF SUBROUTINE, OUT status: INTEGER)
Query: Subroutines whose selected implementation is K&R C Code
Purpose: Returns the subroutines in the input list that are implemented in K&R C using Select Implementation
stm_r_sb_imp_kr_c_code_sb (IN el_list: LIST OF SUBROUTINE, OUT status: INTEGER)
Query: Subroutines whose selected implementation is None
Purpose: Returns the subroutines in the input list that are not implemented (None) using Select Implementation
stm_r_sb_imp_none_sb (IN el_list: LIST OF SUBROUTINE, OUT status: INTEGER)
Query: Subroutines whose selected implementation is Procedural Statechart
Purpose: Returns the subroutines in the input list that are implemented as Procedural Statecharts using Select Implementation
Query: Subroutines implemented in a truth table
Purpose: Returns the subroutines in the input list that were implemented in a truth table
Query: Subroutines by subtype
Purpose: Returns the subroutines in the input list that are defined as integer
Query: Subroutines written in K&R C
Purpose: Returns subroutines in the input list that are written in K&R C and stored in the database using the Implementation menu
Query: Subroutines by subtype
Purpose: Returns the subroutines in the input list for which no type is defined
Query: Subroutines whose names match a given pattern
Purpose: Returns all subroutines whose name matches the specified pattern
Query: Subroutines that have parameters
Purpose: Returns all subroutines in the input list that have parameters
stm_r_sb_parameters_sb (IN el_list: LIST OF SUBROUTINE, OUT status: INTEGER)
Query: Subroutines designed as procedural statecharts
Purpose: Returns subroutines in the input list that are designed as procedural statecharts and stored in the database using the Implementation menu
stm_r_sb_procedural_sch_sb (IN el_list: LIST OF SUBROUTINE, OUT status: INTEGER)
Query: Subroutines defined as procedures
Purpose: Returns the subroutines in the input list that are defined as procedures
stm_r_sb_procedure_sb (IN el_list: LIST OF SUBROUTINE, OUT status: INTEGER)
Query: Subroutines by subtype
Purpose: Returns the subroutines in the input list that are defined as real
Query: Subroutines written in the Statemate action language
Purpose: Returns subroutines in the input list that are written in the Statemate action language and stored in the database using the Implementation menu
Query: Subroutines by subtype
Purpose: Returns the subroutines in the input list that are defined as string
Query: Subroutines whose synonyms match a given pattern
Purpose: Returns all subroutines whose synonyms match the specified pattern
stm_r_sb_synonym_of_sb (IN el_list: LIST OF SUBROUTINE, OUT status: INTEGER)
Query: Subroutines defined as tasks
Purpose: Returns the subroutines in the input list that are defined as tasks
Query: Unresolved subroutines
Purpose: Returns the unresolved subroutines in the input list
stm_r_sb_unresolved_sb (IN el_list: LIST OF SUBROUTINE, OUT status: INTEGER)
Query: Subroutines by subtype
Purpose: Returns the subroutines in the input list that are defined as user-defined type
stm_r_sb_user_type_sb (IN el_list: LIST OF SUBROUTINE, OUT status: INTEGER)
Query: Subroutines designed as Flowchart
Purpose: Returns subroutines in the input list that are designed as Flowcharts and stored in the database using the Implementation menu
Query: Statecharts connected to a given subroutine
Purpose: Returns the procedural Statecharts that are connected to the subroutines in the input list
Query: Flowcharts connected to a given subroutine
Purpose: Returns the Flowcharts that are connected to the subroutines in the input list