Overview Schemas Index

METHOD_DEFINITION_SCHEMA (jsdai.SMethod_definition_schema)


ENTITY context_dependent_action_relationship;
          name : label;
          relating_relationship : action_relationship;
          related_relationship : action_relationship;
UNIQUE
          ur1 : relating_relationship, related_relationship;
WHERE
          wr1: relating_relationship.relating_action :=:
       related_relationship.relating_action;
END_ENTITY; -- context_dependent_action_relationship

Entity data types and their attributes

context_dependent_action_relationship
          name: label;
          relating_relationship: action_relationship;
          related_relationship: action_relationship;

Users

context_dependent_action_relationship
          process_or_process_relationship_effectivity.effective_process_or_process_relationship
                    process_or_process_relationship
                              relationship_with_condition
          relationship_condition.applicable_relationships
                    relationship_with_condition
          repeat_count.applicable_relationships
                    relationship_with_condition
          repeat_until.applicable_relationships
                    relationship_with_condition
          repeat_while.applicable_relationships
                    relationship_with_condition

Global rules for this entity data type

          -

public interface EContext_dependent_action_relationship extends EEntity

name (explicit attribute)

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

relating_relationship (explicit attribute)

          boolean testRelating_relationship(EContext_dependent_action_relationship type)
          EAction_relationship getRelating_relationship(EContext_dependent_action_relationship type)
          void setRelating_relationship(EContext_dependent_action_relationship type, EAction_relationship value)
          void unsetRelating_relationship(EContext_dependent_action_relationship type)

related_relationship (explicit attribute)

          boolean testRelated_relationship(EContext_dependent_action_relationship type)
          EAction_relationship getRelated_relationship(EContext_dependent_action_relationship type)
          void setRelated_relationship(EContext_dependent_action_relationship type, EAction_relationship value)
          void unsetRelated_relationship(EContext_dependent_action_relationship type)

public class CContext_dependent_action_relationship implements EContext_dependent_action_relationship

          static EAttribute attributeName(EContext_dependent_action_relationship type)
          static EAttribute attributeRelating_relationship(EContext_dependent_action_relationship type)
          static int usedinRelating_relationship(EContext_dependent_action_relationship type, EAction_relationship instance, ASdaiModel domain, AContext_dependent_action_relationship result)
          static EAttribute attributeRelated_relationship(EContext_dependent_action_relationship type)
          static int usedinRelated_relationship(EContext_dependent_action_relationship type, EAction_relationship instance, ASdaiModel domain, AContext_dependent_action_relationship result)

public class AContext_dependent_action_relationship extends AEntity

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