Overview Schemas Index

PRESENTATION_RESOURCE_SCHEMA (jsdai.SPresentation_resource_schema)


ENTITY state_variable_with_colour;
          state_variable : REAL;
          associated_colour : colour_specification;
END_ENTITY; -- state_variable_with_colour

Entity data types and their attributes

state_variable_with_colour
          state_variable: REAL;
          associated_colour: colour_specification;

Users

state_variable_with_colour
          colour_association_table.discrete_states_with_colours

Global rules for this entity data type

          -

public interface EState_variable_with_colour extends EEntity

state_variable (explicit attribute)

          boolean testState_variable(EState_variable_with_colour type)
          double getState_variable(EState_variable_with_colour type)
          void setState_variable(EState_variable_with_colour type, double value)
          void unsetState_variable(EState_variable_with_colour type)

associated_colour (explicit attribute)

          boolean testAssociated_colour(EState_variable_with_colour type)
          EColour_specification getAssociated_colour(EState_variable_with_colour type)
          void setAssociated_colour(EState_variable_with_colour type, EColour_specification value)
          void unsetAssociated_colour(EState_variable_with_colour type)

public class CState_variable_with_colour implements EState_variable_with_colour

          static EAttribute attributeState_variable(EState_variable_with_colour type)
          static EAttribute attributeAssociated_colour(EState_variable_with_colour type)
          static int usedinAssociated_colour(EState_variable_with_colour type, EColour_specification instance, ASdaiModel domain, AState_variable_with_colour result)

public class AState_variable_with_colour extends AEntity

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