|
ENTITY fea_group_relation SUBTYPE OF (group_relationship); WHERE wr1: 'structural_response_representation_schema.fea_group' IN TYPEOF ( SELF \ group_relationship . relating_group ) ; wr2: 'structural_response_representation_schema.fea_group' IN TYPEOF ( SELF \ group_relationship . related_group ) ; END_ENTITY; -- fea_group_relation |
Entity data types and their attributesgroup_relationshipname: label; (OPT) description: text; relating_group: group; related_group: group; fea_group_relation - |
Global rules for this entity data type- |
public interface EFea_group_relation extends EGroup_relationship |
public class CFea_group_relation implements EFea_group_relation |
public class AFea_group_relation extends AEntitypublic EFea_group_relation getByIndex(int index)public EFea_group_relation getCurrentMember(SdaiIterator it) |