Overview Index

SDAI_MAPPING_SCHEMA (jsdai.mapping)


ENTITY real_constraint
          SUBTYPE OF (attribute_value_constraint);
          constraint_value : REAL;
UNIQUE
          ur1 : attribute, constraint_value;
END_ENTITY; -- real_constraint

A real_constraint specifies a constraint on real value. Attribute must point to attribute that is of type real.           constraint_value: A constraint_value defines a constant to which constraint attribute must be equal.

Entity data types and their attributes

constraint
          -
constraint_attribute
          -
attribute_value_constraint
          attribute: attribute_value_constraint_select;
real_constraint
          constraint_value: REAL;

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
attribute_value_constraint
real_constraint

Global rules for this entity data type

          -

public interface EReal_constraint extends EAttribute_value_constraint

constraint_value (explicit attribute)

          boolean testConstraint_value(EReal_constraint type)
          double getConstraint_value(EReal_constraint type)
          void setConstraint_value(EReal_constraint type, double value)
          void unsetConstraint_value(EReal_constraint type)

public class CReal_constraint implements EReal_constraint

          static EAttribute attributeConstraint_value(EReal_constraint type)

public class AReal_constraint extends AEntity

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