Overview Schemas Index

FEA_DEFINITION_RELATIONSHIPS_SCHEMA (jsdai.SFea_definition_relationships_schema)


ENTITY fea_beam_section_idealisation_relationship;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          idealised : general_property;
          idealising : curve_element_section_definition;
END_ENTITY; -- fea_beam_section_idealisation_relationship

Entity data types and their attributes

fea_beam_section_idealisation_relationship
          id: identifier;
          name: label;
          (OPT) description: text;
          idealised: general_property;
          idealising: curve_element_section_definition;

Users

fea_beam_section_idealisation_relationship

Global rules for this entity data type

          -

public interface EFea_beam_section_idealisation_relationship extends EEntity

id (explicit attribute)

          boolean testId(EFea_beam_section_idealisation_relationship type)
          String getId(EFea_beam_section_idealisation_relationship type)
          void setId(EFea_beam_section_idealisation_relationship type, String value)
          void unsetId(EFea_beam_section_idealisation_relationship type)

name (explicit attribute)

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

description (explicit attribute)

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

idealised (explicit attribute)

          boolean testIdealised(EFea_beam_section_idealisation_relationship type)
          EGeneral_property getIdealised(EFea_beam_section_idealisation_relationship type)
          void setIdealised(EFea_beam_section_idealisation_relationship type, EGeneral_property value)
          void unsetIdealised(EFea_beam_section_idealisation_relationship type)

idealising (explicit attribute)

          boolean testIdealising(EFea_beam_section_idealisation_relationship type)
          ECurve_element_section_definition getIdealising(EFea_beam_section_idealisation_relationship type)
          void setIdealising(EFea_beam_section_idealisation_relationship type, ECurve_element_section_definition value)
          void unsetIdealising(EFea_beam_section_idealisation_relationship type)

public class CFea_beam_section_idealisation_relationship implements EFea_beam_section_idealisation_relationship

          static EAttribute attributeId(EFea_beam_section_idealisation_relationship type)
          static EAttribute attributeName(EFea_beam_section_idealisation_relationship type)
          static EAttribute attributeDescription(EFea_beam_section_idealisation_relationship type)
          static EAttribute attributeIdealised(EFea_beam_section_idealisation_relationship type)
          static int usedinIdealised(EFea_beam_section_idealisation_relationship type, EGeneral_property instance, ASdaiModel domain, AFea_beam_section_idealisation_relationship result)
          static EAttribute attributeIdealising(EFea_beam_section_idealisation_relationship type)
          static int usedinIdealising(EFea_beam_section_idealisation_relationship type, ECurve_element_section_definition instance, ASdaiModel domain, AFea_beam_section_idealisation_relationship result)

public class AFea_beam_section_idealisation_relationship extends AEntity

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