Overview Schemas Index

ACTION_AND_MODEL_RELATIONSHIPS_SCHEMA (jsdai.SAction_and_model_relationships_schema)


ENTITY action_view_relationship;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          discretised_model : discretised_action_model_select;
          idealised_action : idealised_action_select;
END_ENTITY; -- action_view_relationship

Entity data types and their attributes

action_view_relationship
          id: identifier;
          name: label;
          (OPT) description: text;
          discretised_model: discretised_action_model_select;
          idealised_action: idealised_action_select;

Users

action_view_relationship

Global rules for this entity data type

          -

public interface EAction_view_relationship extends EEntity

id (explicit attribute)

          boolean testId(EAction_view_relationship type)
          String getId(EAction_view_relationship type)
          void setId(EAction_view_relationship type, String value)
          void unsetId(EAction_view_relationship type)

name (explicit attribute)

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

description (explicit attribute)

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

discretised_model (explicit attribute)

          int testDiscretised_model(EAction_view_relationship type)
          case 1
              EEntity getDiscretised_model(EAction_view_relationship type)
              void setDiscretised_model(EAction_view_relationship type, EEntity value, EEntity node1)
          void unsetDiscretised_model(EAction_view_relationship type)

idealised_action (explicit attribute)

          int testIdealised_action(EAction_view_relationship type)
          case 1
              EEntity getIdealised_action(EAction_view_relationship type)
              void setIdealised_action(EAction_view_relationship type, EEntity value, EEntity node1)
          void unsetIdealised_action(EAction_view_relationship type)

public class CAction_view_relationship implements EAction_view_relationship

          static EAttribute attributeId(EAction_view_relationship type)
          static EAttribute attributeName(EAction_view_relationship type)
          static EAttribute attributeDescription(EAction_view_relationship type)
          static EAttribute attributeDiscretised_model(EAction_view_relationship type)
          static int usedinDiscretised_model(EAction_view_relationship type, EEntity instance, ASdaiModel domain, AAction_view_relationship result)
          static EAttribute attributeIdealised_action(EAction_view_relationship type)
          static int usedinIdealised_action(EAction_view_relationship type, EEntity instance, ASdaiModel domain, AAction_view_relationship result)

public class AAction_view_relationship extends AEntity

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