Navigation

project_process_item

EXPRESS specification:

ENTITY project_process_item
SUBTYPE OF ( project_plan_item);
scheduled_process  :  structural_frame_process;
resulting_product  :  SET OF product_item_select;
processed_products  :  SET [1:?] OF product_item_select;
END_ENTITY;

References (1):

Name Type Referred through Express-G
project_plan_item Entity
Subtype
No Diagram

Inheritance graph

ENTITY project_process_item;
ENTITY structural_frame_item;
item_number  :  INTEGER;
item_name  :  label;
item_description  :  OPTIONAL text;
DERIVE
item_ref  :  BAG OF identifier :=  get_item_ref(SELF);
cost_code  :  BAG OF label :=  get_item_cost_code(SELF);
object_id  :  globally_unique_id :=  get_instance_id(SELF);
ENTITY project_plan_item;
item_for_plan  :  project_plan;
start_date  :  date_and_time;
end_date  :  date_and_time;
item_duration  :  time_measure_with_unit;
actors  :  OPTIONAL SET [1:?] OF project_organization;
sequence_number  :  OPTIONAL INTEGER;
item_status  :  OPTIONAL label;
ENTITY project_process_item;
scheduled_process  :  structural_frame_process;
resulting_product  :  SET OF product_item_select;
processed_products  :  SET [1:?] OF product_item_select;
END_ENTITY;