|
ENTITY process_operation SUBTYPE OF (action_method); WHERE wr1: SIZEOF ( QUERY ( amr <* USEDIN ( SELF , 'automotive_design.action_method_relationship.' + 'relating_method' ) | NOT ( 'automotive_design.' + 'process_operation' IN TYPEOF ( amr . related_method ) ) OR ( SELF :=: amr . related_method ) ) ) = 0 ; wr2: SIZEOF ( QUERY ( amr <* USEDIN ( SELF , 'automotive_design.action_method_relationship.' + 'related_method' ) | NOT ( 'automotive_design.' + 'process_operation' IN TYPEOF ( amr . relating_method ) ) OR ( SELF :=: amr . relating_method ) ) ) = 0 ; END_ENTITY; -- process_operation |
Entity data types and their attributesaction_methodname: label; (OPT) description: text; consequence: text; purpose: text; process_operation - |
| process_operation_definition (IDA_STEP_SCHEMA_XIM) |
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) |