Overview Index

SDAI_MAPPING_SCHEMA (jsdai.mapping)


ENTITY exact_entity_constraint
          SUBTYPE OF (entity_constraint);
END_ENTITY; -- exact_entity_constraint

An exact_entity_constraint is entity constraint that constraints the attribute to be of some specific entity type, excluding subtypes of it.

Entity data types and their attributes

constraint
          -
constraint_attribute
          -
entity_constraint
          domain: entity_definition;
          attribute: attribute_select;
exact_entity_constraint
          -

Users

constraint
constraint_attribute
          constraint_relationship.element2
                    constraint_select
          end_of_path_constraint.constraints
                    constraint_select
          entity_mapping.constraints
                    constraint_select
          entity_mapping_relationship.constraints
                    constraint_select
          generic_attribute_mapping.constraints
                    constraint_select
          instance_constraint.element1
                    constraint_select
          intersection_constraint.subpaths
                    constraint_select
          negation_constraint.constraints
                    constraint_select
          type_constraint.constraints
                    constraint_select
entity_constraint
          aggregate_member_constraint.attribute
                    aggregate_member_constraint_select
          aggregate_size_constraint.attribute
                    aggregate_member_constraint_select
          attribute_mapping.path
                    attribute_mapping_path_select
          entity_mapping_relationship.path
                    attribute_mapping_path_select
          inverse_attribute_constraint.inverted_attribute
                    inverse_attribute_constraint_select
          path_constraint.element1
                    path_constraint_select
exact_entity_constraint

Global rules for this entity data type

          -

public interface EExact_entity_constraint extends EEntity_constraint


public class CExact_entity_constraint implements EExact_entity_constraint


public class AExact_entity_constraint extends AEntity

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