ENTITY workplan

(* SCHEMA ap238_arm_schema; *)
(* ************************************************************ *)
(* Workplan                                                     *)
(* ************************************************************ *)

ENTITY workplan	(* m0 *)
SUBTYPE OF (program_structure);
its_elements: LIST[0:?] OF executable;
its_channel:                OPTIONAL channel;
its_setup:                  OPTIONAL setup;
its_effect:                 OPTIONAL in_process_geometry;
its_minimum_machine_params: OPTIONAL machine_parameters; -- ADDED BY 10303-238
WHERE
WR1: SIZEOF(QUERY(it <* its_elements | it = SELF)) = 0;
END_ENTITY;

Explicit Attributes

Entity workplan has the following local and inherited explicit attributes:
AttributeTypeDefined By
 its_ididentifier (STRING)executable
 its_elementsLIST OF executable (ENTITY)workplan
 its_channelchannel (ENTITY)workplan
 its_setupsetup (ENTITY)workplan
 its_effectin_process_geometry (ENTITY)workplan
 its_minimum_machine_paramsmachine_parameters (ENTITY)workplan

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity workplan inherits from the following supertypes:
  executable
    program_structure

Subtypes

    No subtypes

Referenced By

Entity workplan and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 executable ENTITY program_structure
 if_statement ENTITY executable
 last_modified_timestamp_item SELECT executable
 non_sequential ENTITY executable
 parallel ENTITY executable
 program_structure ENTITY workplan
 project ENTITY workplan
 security_classification_item SELECT executable
 selective ENTITY executable
 while_statement ENTITY executable
 workplan ENTITY executable


[Top Level Definitions]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T09:54:01-05:00