|
ENTITY replacement_relationship SUBTYPE OF (action_relationship); WHERE wr1: acyclic_action_relationship ( SELF , [ SELF \ action_relationship . related_action ] , 'process_property_schema.replacement_relationship' ) ; END_ENTITY; -- replacement_relationship |
Entity data types and their attributesaction_relationshipname: label; (OPT) description: text; relating_action: action; related_action: action; replacement_relationship - |
Global rules for this entity data type- |
public interface EReplacement_relationship extends EAction_relationship |
public class CReplacement_relationship implements EReplacement_relationship |
public class AReplacement_relationship extends AEntitypublic EReplacement_relationship getByIndex(int index)public EReplacement_relationship getCurrentMember(SdaiIterator it) |