Query Functions : Activities (ac) : Input List Type: ac

Input List Type: ac
 
Purpose: Returns a list of activities from the input list that are of the requested type
stm_r_ac_actor_ac (stm_list activities_list, int* status);
Query: Basic activities
Purpose: Returns the activities in the input list that have no descendants
Purpose: Returns a list of activities from the input list that are of the requested type
stm_r_ac_boundary_box_ac (stm_list activities_list, int* status);
Query: Activities by attributes
Purpose: Returns the activities in the input list that match the specified attribute name and value
stm_r_ac_by_attributes_ac (stm_list in_list, char* attr_name, char* attr_value, int *status);
Query: Activities with callback bindings
Purpose: Returns the activities in the input list that have callback bindings
Query: Activities that are instances of components
Purpose: Returns the activities in the input list that have instances of components
Query: Activities with continuous instances
Purpose: Returns the activities in the input list that have continuous instances
Query: Control activities
Purpose: Returns the activities in the input list that are control activities
Query: Controlled-terminated activities
Purpose: Returns the activities in the input list that are control-terminated activities
Query: Data-stores
Purpose: Returns the activities in the input list that are data-stores
Query: Definition activities of a given activity
Purpose: Returns the definition activities (top-level in the definition chart) for instances in the input list
Query: Environment activities
Purpose: Returns the activities in the input list that were defined as environment activities
Query: Activities explicitly defined
Purpose: Returns from the input list those activities that were explicitly defined
Purpose: Returns a list of activities from the input list that are of the requested type
stm_r_ac_ext_11_ac (stm_list activities_list, int* status);
Query: External activities
Purpose: Returns the activities in the input list that are external
Purpose: Returns a list of activities from the input list that are of the requested type
stm_r_ac_external_router_ac (stm_list activities_list, int* status);
Query: Generic instance activities
Purpose: Returns the activities in the input list that are instances of generic charts
Query: Activities whose selected implementation is Best Match
Purpose: Returns the activities in the input list that are implemented as the Best Match using Select Implementation in the properties
Query: Activities implemented in a mini-spec
Purpose: Returns the activities in the input list that are implemented in a mini-spec
Query: Activities whose selected implementation is None
Purpose: Returns the activities in the input list that are not implemented
Query: Activities implemented with subroutine bindings
Purpose: Returns the activities in the input list that are implemented as Subroutine Binding using Select Implementation in the properties
Query: Activities implemented in a truth table
Purpose: Returns the activities in the input list that were implemented in a truth table
Query: Instance activities
Purpose: Returns those activities in the input list that are instances
Query: Instance activities of a given definition activity
Purpose: Returns the instance activities for definition activities (top-level activities in a definition chart) in the input list
Query: Internal activities
Purpose: Returns the activities in the input list that are internal activities (not external or control)
Query: Activity occurrences of a given activity
Purpose: Returns the activities for which the activities in the input list appear in the Is activity field of their form
Query: Principal activities of a given activity
Purpose: Returns the activities appearing in the Is activity field of the activities in the input list
Purpose: Returns a list of activities from the input list that are of the requested type
stm_r_ac_lifeline_ac (stm_list activities_list, int* status);
Query: Logical descendants of a given activity
Purpose: Returns the logical descendants of the activities in the input list, taking into account the translation of instances to their definition charts
Query: Logical parent activities of a given activity
Purpose: Returns the logical parent activities of the activities in the input list, taking into account the translation of instances to their definition charts
Query: Logical subactivities of a given activity
Purpose: Returns the logical subactivities of the activities in the input list, taking into account the translation of instances to their definition charts
Query: Activities having mini-specs
Purpose: Returns the activities in the input list that have a mini-spec
Query: Activities whose names match a given pattern
Purpose: Returns all the activities whose names match a given pattern
Query: Offpage instance activities
Purpose: Returns the activities in the input list that are instances of offpage charts
Query: Physical descendants of a given activity
Purpose: Returns the physical descendants (those within the same chart) for the activities in the input list
Query: Physical parent activities of a given activity
Purpose: Returns the physical parent activities (those within the same chart) for the activities in the input list
Query: Physical subactivities of a given activity
Purpose: Returns the physical subactivities (those within the same chart) for the activities in the input list
Query: Procedure-like activities
Purpose: Returns the activities in the input list that are procedure-like activities
Query: Activities resolved to a given external activity
Purpose: Returns the activities (internal, external, or environment) to which the external activities in the input list are resolved
Purpose: Returns a list of activities from the input list that are of the requested type
stm_r_ac_router_ac (stm_list activities_list, int* status);
Query: Self-terminated activities
Purpose: Returns the activities in the input list that are self-terminated
Query: Activities with subroutine bindings
Purpose: Returns the activities in the input list that have subroutine bindings (regardless of the implementation setting in the properties)
Query: Activities whose synonyms match a given pattern
Purpose: Returns all the activities whose synonyms match the specified pattern
Query: Unresolved activities
Purpose: Returns the unresolved activities in the input list
Purpose: Returns a list of activities from the input list that are of the requested type
stm_r_ac_use_case_ac (stm_list activities_list, int* status);