Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY state_relationship;
          name : label;
          description : text;
          relating_state : state;
          related_state : state;
END_ENTITY; -- state_relationship

Entity data types and their attributes

state_relationship
          name: label;
          description: text;
          relating_state: state;
          related_state: state;

Users

state_relationship

Global rules for this entity data type

          -

public interface EState_relationship extends EEntity

name (explicit attribute)

          boolean testName(EState_relationship type)
          String getName(EState_relationship type)
          void setName(EState_relationship type, String value)
          void unsetName(EState_relationship type)

description (explicit attribute)

          boolean testDescription(EState_relationship type)
          String getDescription(EState_relationship type)
          void setDescription(EState_relationship type, String value)
          void unsetDescription(EState_relationship type)

relating_state (explicit attribute)

          boolean testRelating_state(EState_relationship type)
          EState getRelating_state(EState_relationship type)
          void setRelating_state(EState_relationship type, EState value)
          void unsetRelating_state(EState_relationship type)

related_state (explicit attribute)

          boolean testRelated_state(EState_relationship type)
          EState getRelated_state(EState_relationship type)
          void setRelated_state(EState_relationship type, EState value)
          void unsetRelated_state(EState_relationship type)

public class CState_relationship implements EState_relationship

          static EAttribute attributeName(EState_relationship type)
          static EAttribute attributeDescription(EState_relationship type)
          static EAttribute attributeRelating_state(EState_relationship type)
          static int usedinRelating_state(EState_relationship type, EState instance, ASdaiModel domain, AState_relationship result)
          static EAttribute attributeRelated_state(EState_relationship type)
          static int usedinRelated_state(EState_relationship type, EState instance, ASdaiModel domain, AState_relationship result)

public class AState_relationship extends AEntity

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