ENTITY externally_defined_activity_relationship SUBTYPE OF (activity_relationship); INVERSE source : external_source_identification FOR item; WHERE wr1: NOT (SELF\Activity_relationship.name IN Pre_defined_activity_relationship_types); END_ENTITY; -- externally_defined_activity_relationship |
Entity data types and their attributesaction_relationshipname: label; (OPT) description: text; relating_action: action; related_action: action; activity_relationship (RT) relating_action->relating_activity: activity; (RT) related_action->related_activity: activity; externally_defined_activity_relationship (INV) source: external_source_identification FOR item; |
Global rules for this entity data type- |
public interface EExternally_defined_activity_relationship extends EActivity_relationshipsource (inverse attribute)AExternal_source_identification getSource(EExternally_defined_activity_relationship type, ASdaiModel domain) |
public class CExternally_defined_activity_relationship implements EExternally_defined_activity_relationshipstatic EAttribute attributeSource(EExternally_defined_activity_relationship type) |
public class AExternally_defined_activity_relationship extends AEntitypublic EExternally_defined_activity_relationship getByIndex(int index)public EExternally_defined_activity_relationship getCurrentMember(SdaiIterator it) |