Overview Schemas Index

NUMERICAL_INTERFACE_MIM (jsdai.SNumerical_interface_mim)


ENTITY variable_expression
          SUBTYPE OF (variable_semantics);
          property_associated : property_variable_rep_select;
END_ENTITY; -- variable_expression

Entity data types and their attributes

variable_semantics
          -
variable_expression
          property_associated: property_variable_rep_select;

Users

variable_semantics
          environment.semantics
variable_expression

Global rules for this entity data type

          -

public interface EVariable_expression extends EVariable_semantics

property_associated (explicit attribute)

          int testProperty_associated(EVariable_expression type)
          case 1
              EEntity getProperty_associated(EVariable_expression type)
              void setProperty_associated(EVariable_expression type, EEntity value, EEntity node1)
          void unsetProperty_associated(EVariable_expression type)

public class CVariable_expression implements EVariable_expression

          static EAttribute attributeProperty_associated(EVariable_expression type)
          static int usedinProperty_associated(EVariable_expression type, EEntity instance, ASdaiModel domain, AVariable_expression result)

public class AVariable_expression extends AEntity

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