Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY population_dependent_bound
          SUBTYPE OF (bound);
          schema_name : STRING;
          entity_name : STRING;
          method_name : STRING;
DERIVE
          SELF\bound.bound_value : INTEGER := 0;
END_ENTITY; -- population_dependent_bound

Entity data types and their attributes

bound
          bound_value: INTEGER;
population_dependent_bound
          schema_name: STRING;
          entity_name: STRING;
          method_name: STRING;
          (RT) (DER) bound_value: INTEGER;

Users

bound
          aggregate_target_parameter.lower_bound
          aggregate_target_parameter.upper_bound
          array_type.lower_index
          array_type.upper_index
          binary_type.width
          inverse_attribute.max_cardinality
          inverse_attribute.min_cardinality
          real_type.precision
          string_type.width
          variable_size_aggregation_type.lower_bound
          variable_size_aggregation_type.upper_bound
population_dependent_bound
          annotation.target
                    documentation_object

Global rules for this entity data type

          -

public interface EPopulation_dependent_bound extends EBound

schema_name (explicit attribute)

          boolean testSchema_name(EPopulation_dependent_bound type)
          String getSchema_name(EPopulation_dependent_bound type)
          void setSchema_name(EPopulation_dependent_bound type, String value)
          void unsetSchema_name(EPopulation_dependent_bound type)

entity_name (explicit attribute)

          boolean testEntity_name(EPopulation_dependent_bound type)
          String getEntity_name(EPopulation_dependent_bound type)
          void setEntity_name(EPopulation_dependent_bound type, String value)
          void unsetEntity_name(EPopulation_dependent_bound type)

method_name (explicit attribute)

          boolean testMethod_name(EPopulation_dependent_bound type)
          String getMethod_name(EPopulation_dependent_bound type)
          void setMethod_name(EPopulation_dependent_bound type, String value)
          void unsetMethod_name(EPopulation_dependent_bound type)

public class CPopulation_dependent_bound implements EPopulation_dependent_bound

          static EAttribute attributeSchema_name(EPopulation_dependent_bound type)
          static EAttribute attributeEntity_name(EPopulation_dependent_bound type)
          static EAttribute attributeMethod_name(EPopulation_dependent_bound type)
          static EAttribute attributeBound_value(EPopulation_dependent_bound type)

public class APopulation_dependent_bound extends AEntity

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