Overview Schemas Index

PROCESS_PROPERTY_SCHEMA (jsdai.SProcess_property_schema)


ENTITY action_property_relationship;
          name : label;
          description : text;
          relating_action_property : action_property;
          related_action_property : action_property;
WHERE
          wr1: relating_action_property :<>: related_action_property;
END_ENTITY; -- action_property_relationship

Entity data types and their attributes

action_property_relationship
          name: label;
          description: text;
          relating_action_property: action_property;
          related_action_property: action_property;

Users

action_property_relationship

Global rules for this entity data type

          -

public interface EAction_property_relationship extends EEntity

name (explicit attribute)

          boolean testName(EAction_property_relationship type)
          String getName(EAction_property_relationship type)
          void setName(EAction_property_relationship type, String value)
          void unsetName(EAction_property_relationship type)

description (explicit attribute)

          boolean testDescription(EAction_property_relationship type)
          String getDescription(EAction_property_relationship type)
          void setDescription(EAction_property_relationship type, String value)
          void unsetDescription(EAction_property_relationship type)

relating_action_property (explicit attribute)

          boolean testRelating_action_property(EAction_property_relationship type)
          EAction_property getRelating_action_property(EAction_property_relationship type)
          void setRelating_action_property(EAction_property_relationship type, EAction_property value)
          void unsetRelating_action_property(EAction_property_relationship type)

related_action_property (explicit attribute)

          boolean testRelated_action_property(EAction_property_relationship type)
          EAction_property getRelated_action_property(EAction_property_relationship type)
          void setRelated_action_property(EAction_property_relationship type, EAction_property value)
          void unsetRelated_action_property(EAction_property_relationship type)

public class CAction_property_relationship implements EAction_property_relationship

          static EAttribute attributeName(EAction_property_relationship type)
          static EAttribute attributeDescription(EAction_property_relationship type)
          static EAttribute attributeRelating_action_property(EAction_property_relationship type)
          static int usedinRelating_action_property(EAction_property_relationship type, EAction_property instance, ASdaiModel domain, AAction_property_relationship result)
          static EAttribute attributeRelated_action_property(EAction_property_relationship type)
          static int usedinRelated_action_property(EAction_property_relationship type, EAction_property instance, ASdaiModel domain, AAction_property_relationship result)

public class AAction_property_relationship extends AEntity

          public EAction_property_relationship getByIndex(int index)
          public EAction_property_relationship getCurrentMember(SdaiIterator it)