ENTITY process_operation SUBTYPE OF (action_method); WHERE wr1: SIZEOF( QUERY( amr <* USEDIN(SELF,'ACTION_SCHEMA.ACTION_METHOD_RELATIONSHIP.' + 'RELATING_METHOD') | NOT('PROCESS_PLAN_MIM.PROCESS_OPERATION' IN TYPEOF(amr\action_method_relationship.related_method)) OR (SELF :=: amr\action_method_relationship.related_method) )) = 0; wr2: SIZEOF( QUERY( amr <* USEDIN(SELF,'ACTION_SCHEMA.ACTION_METHOD_RELATIONSHIP.' + 'RELATED_METHOD') | NOT('PROCESS_PLAN_MIM.PROCESS_OPERATION' IN TYPEOF(amr\action_method_relationship.relating_method)) OR (SELF :=: amr\action_method_relationship.relating_method) )) = 0; END_ENTITY; -- process_operation |
Entity data types and their attributesaction_methodname: label; (OPT) description: text; consequence: text; purpose: text; process_operation - |
Global rules for this entity data type- |
public interface EProcess_operation extends EAction_method |
public class CProcess_operation implements EProcess_operation |
public class AProcess_operation extends AEntitypublic EProcess_operation getByIndex(int index)public EProcess_operation getCurrentMember(SdaiIterator it) |