Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY aggregate_target_parameter
          SUBTYPE OF (target_parameter);
          lower_bound : OPTIONAL bound;
          upper_bound : OPTIONAL bound;
END_ENTITY; -- aggregate_target_parameter

Entity data types and their attributes

target_parameter
          name: express_id;
          parent: map_definition;
          extent: entity_definition;
          order: INTEGER;
aggregate_target_parameter
          (OPT) lower_bound: bound;
          (OPT) upper_bound: bound;

Users

target_parameter
aggregate_target_parameter

Global rules for this entity data type

          -

public interface EAggregate_target_parameter extends ETarget_parameter

lower_bound (explicit attribute)

          boolean testLower_bound(EAggregate_target_parameter type)
          EBound getLower_bound(EAggregate_target_parameter type)
          void setLower_bound(EAggregate_target_parameter type, EBound value)
          void unsetLower_bound(EAggregate_target_parameter type)

upper_bound (explicit attribute)

          boolean testUpper_bound(EAggregate_target_parameter type)
          EBound getUpper_bound(EAggregate_target_parameter type)
          void setUpper_bound(EAggregate_target_parameter type, EBound value)
          void unsetUpper_bound(EAggregate_target_parameter type)

public class CAggregate_target_parameter implements EAggregate_target_parameter

          static EAttribute attributeLower_bound(EAggregate_target_parameter type)
          static int usedinLower_bound(EAggregate_target_parameter type, EBound instance, ASdaiModel domain, AAggregate_target_parameter result)
          static EAttribute attributeUpper_bound(EAggregate_target_parameter type)
          static int usedinUpper_bound(EAggregate_target_parameter type, EBound instance, ASdaiModel domain, AAggregate_target_parameter result)

public class AAggregate_target_parameter extends AEntity

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