Overview Schemas Index

EXPRESSION_EXTENSIONS_SCHEMA (jsdai.SExpression_extensions_schema)


ENTITY variable_assignment;
          the_function : defined_function;
          the_variable : generic_variable;
END_ENTITY; -- variable_assignment

Entity data types and their attributes

variable_assignment
          the_function: defined_function;
          the_variable: generic_variable;

Users

variable_assignment

Global rules for this entity data type

          -

public interface EVariable_assignment extends EEntity

the_function (explicit attribute)

          boolean testThe_function(EVariable_assignment type)
          EDefined_function getThe_function(EVariable_assignment type)
          void setThe_function(EVariable_assignment type, EDefined_function value)
          void unsetThe_function(EVariable_assignment type)

the_variable (explicit attribute)

          boolean testThe_variable(EVariable_assignment type)
          EGeneric_variable getThe_variable(EVariable_assignment type)
          void setThe_variable(EVariable_assignment type, EGeneric_variable value)
          void unsetThe_variable(EVariable_assignment type)

public class CVariable_assignment implements EVariable_assignment

          static EAttribute attributeThe_function(EVariable_assignment type)
          static int usedinThe_function(EVariable_assignment type, EDefined_function instance, ASdaiModel domain, AVariable_assignment result)
          static EAttribute attributeThe_variable(EVariable_assignment type)
          static int usedinThe_variable(EVariable_assignment type, EGeneric_variable instance, ASdaiModel domain, AVariable_assignment result)

public class AVariable_assignment extends AEntity

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