ENTITY applied_group_assignment SUBTYPE OF (group_assignment); items : SET [1:?] OF groupable_item; END_ENTITY; -- applied_group_assignment |
Entity data types and their attributesgroup_assignmentassigned_group: group; (DER) role: object_role; applied_group_assignment items: SET [1:?] OF groupable_item; |
aggregate_connectivity_requirement (FUNCTIONAL_DECOMPOSITION_WITH_NODAL_REPRESENTATION_TO_PACKAGED_MAPPING_MIM) |
assembly_item_number (PHYSICAL_UNIT_DESIGN_VIEW_MIM) |
design_composition_path (FUNCTIONAL_DECOMPOSITION_TO_DESIGN_MIM) |
functional_terminal_group_assignment (FUNCTIONAL_USAGE_VIEW_XIM) |
reference_composition_path (FUNCTIONAL_DECOMPOSITION_TO_DESIGN_MIM) |
Global rules for this entity data typerestrict_group_assignment (CATALOG_DATA_INFORMATION_MIM) |
public interface EApplied_group_assignment extends EGroup_assignmentitems (explicit attribute)boolean testItems(EApplied_group_assignment type)AGroupable_item getItems(EApplied_group_assignment type) AGroupable_item createItems(EApplied_group_assignment type) void unsetItems(EApplied_group_assignment type) |
public class CApplied_group_assignment implements EApplied_group_assignmentstatic EAttribute attributeItems(EApplied_group_assignment type)static int usedinItems(EApplied_group_assignment type, EEntity instance, ASdaiModel domain, AApplied_group_assignment result) |
public class AApplied_group_assignment extends AEntitypublic EApplied_group_assignment getByIndex(int index)public EApplied_group_assignment getCurrentMember(SdaiIterator it) |