Overview Schemas Index

METHOD_DEFINITION_SCHEMA (jsdai.SMethod_definition_schema)


ENTITY relationship_condition;
          name : label;
          applicable_relationships : SET [1:?] OF relationship_with_condition;
          condition_description : text;
END_ENTITY; -- relationship_condition

Entity data types and their attributes

relationship_condition
          name: label;
          applicable_relationships: SET [1:?] OF relationship_with_condition;
          condition_description: text;

Known subtypes

          repeat_count (TASK_SPECIFICATION_XIM)
          repeat_until (TASK_SPECIFICATION_XIM)
          repeat_while (TASK_SPECIFICATION_XIM)

Users

relationship_condition

Global rules for this entity data type

          -

public interface ERelationship_condition extends EEntity

name (explicit attribute)

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

applicable_relationships (explicit attribute)

          boolean testApplicable_relationships(ERelationship_condition type)
          ARelationship_with_condition getApplicable_relationships(ERelationship_condition type)
          ARelationship_with_condition createApplicable_relationships(ERelationship_condition type)
          void unsetApplicable_relationships(ERelationship_condition type)

condition_description (explicit attribute)

          boolean testCondition_description(ERelationship_condition type)
          String getCondition_description(ERelationship_condition type)
          void setCondition_description(ERelationship_condition type, String value)
          void unsetCondition_description(ERelationship_condition type)

public class CRelationship_condition implements ERelationship_condition

          static EAttribute attributeName(ERelationship_condition type)
          static EAttribute attributeApplicable_relationships(ERelationship_condition type)
          static int usedinApplicable_relationships(ERelationship_condition type, EEntity instance, ASdaiModel domain, ARelationship_condition result)
          static EAttribute attributeCondition_description(ERelationship_condition type)

public class ARelationship_condition extends AEntity

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