ENTITY action_method_relationship; name : label; description : OPTIONAL text; relating_method : action_method; related_method : action_method; END_ENTITY; -- action_method_relationship |
Entity data types and their attributesaction_method_relationshipname: label; (OPT) description: text; relating_method: action_method; related_method: action_method; |
concurrent_action_method (METHOD_DEFINITION_SCHEMA) |
process_operation_definition_relationship (IDA_STEP_SCHEMA_XIM) |
right_to_usage_association (INFORMATION_RIGHTS_MIM) |
scheme_entry_relationship (SCHEME_XIM) |
scheme_relationship (SCHEME_XIM) |
scheme_version_relationship (SCHEME_XIM) |
serial_action_method (METHOD_DEFINITION_SCHEMA) |
task_element_relationship (TASK_ELEMENT_MIM) |
task_method_relationship (TASK_SPECIFICATION_MIM) |
task_method_version_relationship (TASK_SPECIFICATION_MIM) |
usage_association (INFORMATION_RIGHTS_MIM) |
restrict_action_method_relationship_subtypes (TASK_SPECIFICATION_MIM) |
restrict_activity_method_relationship (TASK_SPECIFICATION_XIM) |
Global rules for this entity data type- |
public interface EAction_method_relationship extends EEntityname (explicit attribute)boolean testName(EAction_method_relationship type)String getName(EAction_method_relationship type) void setName(EAction_method_relationship type, String value) void unsetName(EAction_method_relationship type) description (explicit attribute)boolean testDescription(EAction_method_relationship type)String getDescription(EAction_method_relationship type) void setDescription(EAction_method_relationship type, String value) void unsetDescription(EAction_method_relationship type) relating_method (explicit attribute)boolean testRelating_method(EAction_method_relationship type)EAction_method getRelating_method(EAction_method_relationship type) void setRelating_method(EAction_method_relationship type, EAction_method value) void unsetRelating_method(EAction_method_relationship type) related_method (explicit attribute)boolean testRelated_method(EAction_method_relationship type)EAction_method getRelated_method(EAction_method_relationship type) void setRelated_method(EAction_method_relationship type, EAction_method value) void unsetRelated_method(EAction_method_relationship type) |
public class CAction_method_relationship implements EAction_method_relationshipstatic EAttribute attributeName(EAction_method_relationship type)static EAttribute attributeDescription(EAction_method_relationship type) static EAttribute attributeRelating_method(EAction_method_relationship type) static int usedinRelating_method(EAction_method_relationship type, EAction_method instance, ASdaiModel domain, AAction_method_relationship result) static EAttribute attributeRelated_method(EAction_method_relationship type) static int usedinRelated_method(EAction_method_relationship type, EAction_method instance, ASdaiModel domain, AAction_method_relationship result) |
public class AAction_method_relationship extends AEntitypublic EAction_method_relationship getByIndex(int index)public EAction_method_relationship getCurrentMember(SdaiIterator it) |