Navigation

project

EXPRESS specification:

ENTITY project
SUBTYPE OF ( structural_frame_item);
UNIQUE
URP2  :  item_number, item_name;
END_ENTITY;

References (7):

Name Type Referred through Express-G
project_data_group Entity
Attribute 'parent_project'
No Diagram
project_organization Entity
Attribute 'related_project'
No Diagram
project_plan Entity
Attribute 'related_project'
No Diagram
project_select Select
Select relation
No Diagram
select_project_definition_item Select
Select relation
No Diagram
structural_frame_item Entity
Subtype
No Diagram
zone_of_project Entity
Attribute 'zone_for_project'
No Diagram

Inheritance graph

ENTITY project;
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;
END_ENTITY;