|
ENTITY Task_io_hierarchy; child : Task_io; parent : Task_io; WHERE wr1: child.role = parent.role; END_ENTITY; -- Task_io_hierarchy |
Entity data types and their attributesTask_io_hierarchychild: Task_io; parent: Task_io; |
Global rules for this entity data type- |