ENTITY gate_path_swap_specification SUBTYPE OF (change_design_object_management_relationship); SELF\change_design_object_management_relationship.current_design_object : design_functional_unit_allocation_to_reference_functional_unit; SELF\change_design_object_management_relationship.previous_design_object : design_functional_unit_allocation_to_reference_functional_unit; END_ENTITY; -- gate_path_swap_specification |
Entity data types and their attributesactionname: label; (OPT) description: text; chosen_method: action_method; (DER) id: identifier; executed_action - activity id_x: STRING; (OPT) status: STRING; (RT) (DER) id: identifier; design_object_management_relationship_action - design_object_management_relationship - change_design_object_management_relationship current_design_object: managed_design_object_armx; (OPT) previous_design_object: managed_design_object_armx; (OPT) attribute_name: STRING; (RT) (DER) name: label; gate_path_swap_specification (RT) current_design_object: design_functional_unit_allocation_to_reference_functional_unit; (RT) previous_design_object: design_functional_unit_allocation_to_reference_functional_unit; |
Global rules for this entity data type- |
public interface EGate_path_swap_specification extends EChange_design_object_management_relationship |
public class CGate_path_swap_specification implements EGate_path_swap_specification |
public class AGate_path_swap_specification extends AEntitypublic EGate_path_swap_specification getByIndex(int index)public EGate_path_swap_specification getCurrentMember(SdaiIterator it) |