|
ENTITY action_method; name : label; description : OPTIONAL text; consequence : text; purpose : text; END_ENTITY; -- action_method |
Entity data types and their attributesaction_methodname: label; (OPT) description: text; consequence: text; purpose: text; |
| action_method_to_select_from (METHOD_DEFINITION_SCHEMA) |
| action_method_with_associated_documents (METHOD_DEFINITION_SCHEMA) |
| condition (CONDITION_MIM) |
| ds_characterizable_action_method (DECISION_SUPPORT_MIM) |
| information_right (INFORMATION_RIGHTS_MIM) |
| information_usage_right (INFORMATION_RIGHTS_MIM) |
| prjm_characterizable_action_method (PROJECT_MANAGEMENT_MIM) |
| process_operation (AUTOMOTIVE_DESIGN) |
| required_resource_assignment (REQUIRED_RESOURCE_XIM) |
| resource_as_realized_assignment (RESOURCE_AS_REALIZED_XIM) |
| resource_item_assignment (RESOURCE_ITEM_XIM) |
| risk_treatment (RISK_SCHEMA) |
| sbb_characterized_action_method (STATE_BASED_BEHAVIOUR_MIM) |
| scheme (SCHEME_XIM) |
| scheme_entry (SCHEME_XIM) |
| scheme_version (SCHEME_XIM) |
| syss_characterizable_action_method (SYSTEM_STRUCTURE_MIM) |
| task_element (TASK_ELEMENT_MIM) |
| task_method (TASK_SPECIFICATION_MIM) |
| task_method_version (TASK_SPECIFICATION_MIM) |
| task_objective (TASK_SPECIFICATION_MIM) |
| restrict_activity_method_subtypes (TASK_SPECIFICATION_XIM) |
| restrict_task_action_method_subtypes (TASK_SPECIFICATION_MIM) |
Global rules for this entity data typerestrict_multi_language_for_action_method (AUTOMOTIVE_DESIGN)restrict_version_assignment_for_action_method (AUTOMOTIVE_DESIGN) |
public interface EAction_method extends EEntityname (explicit attribute)boolean testName(EAction_method type)String getName(EAction_method type) void setName(EAction_method type, String value) void unsetName(EAction_method type) description (explicit attribute)boolean testDescription(EAction_method type)String getDescription(EAction_method type) void setDescription(EAction_method type, String value) void unsetDescription(EAction_method type) consequence (explicit attribute)boolean testConsequence(EAction_method type)String getConsequence(EAction_method type) void setConsequence(EAction_method type, String value) void unsetConsequence(EAction_method type) purpose (explicit attribute)boolean testPurpose(EAction_method type)String getPurpose(EAction_method type) void setPurpose(EAction_method type, String value) void unsetPurpose(EAction_method type) |
public class CAction_method implements EAction_methodstatic EAttribute attributeName(EAction_method type)static EAttribute attributeDescription(EAction_method type) static EAttribute attributeConsequence(EAction_method type) static EAttribute attributePurpose(EAction_method type) |
public class AAction_method extends AEntitypublic EAction_method getByIndex(int index)public EAction_method getCurrentMember(SdaiIterator it) |