ENTITY scheme_relationship SUBTYPE OF (action_method_relationship); SELF\action_method_relationship.relating_method RENAMED relating_scheme : scheme; SELF\action_method_relationship.related_method RENAMED related_scheme : scheme; END_ENTITY; -- scheme_relationship |
Entity data types and their attributesaction_method_relationshipname: label; (OPT) description: text; relating_method: action_method; related_method: action_method; scheme_relationship (RT) relating_method->relating_scheme: scheme; (RT) related_method->related_scheme: scheme; |
Global rules for this entity data type- |
public interface EScheme_relationship extends EAction_method_relationship |
public class CScheme_relationship implements EScheme_relationship |
public class AScheme_relationship extends AEntitypublic EScheme_relationship getByIndex(int index)public EScheme_relationship getCurrentMember(SdaiIterator it) |