Overview Schemas Index

FEA_DEFINITION_RELATIONSHIPS_SCHEMA (jsdai.SFea_definition_relationships_schema)


ENTITY fea_shell_section_idealisation_relationship;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          idealised : general_property;
          idealising : surface_section;
END_ENTITY; -- fea_shell_section_idealisation_relationship

Entity data types and their attributes

fea_shell_section_idealisation_relationship
          id: identifier;
          name: label;
          (OPT) description: text;
          idealised: general_property;
          idealising: surface_section;

Users

fea_shell_section_idealisation_relationship

Global rules for this entity data type

          -

public interface EFea_shell_section_idealisation_relationship extends EEntity

id (explicit attribute)

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

name (explicit attribute)

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

description (explicit attribute)

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

idealised (explicit attribute)

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

idealising (explicit attribute)

          boolean testIdealising(EFea_shell_section_idealisation_relationship type)
          ESurface_section getIdealising(EFea_shell_section_idealisation_relationship type)
          void setIdealising(EFea_shell_section_idealisation_relationship type, ESurface_section value)
          void unsetIdealising(EFea_shell_section_idealisation_relationship type)

public class CFea_shell_section_idealisation_relationship implements EFea_shell_section_idealisation_relationship

          static EAttribute attributeId(EFea_shell_section_idealisation_relationship type)
          static EAttribute attributeName(EFea_shell_section_idealisation_relationship type)
          static EAttribute attributeDescription(EFea_shell_section_idealisation_relationship type)
          static EAttribute attributeIdealised(EFea_shell_section_idealisation_relationship type)
          static int usedinIdealised(EFea_shell_section_idealisation_relationship type, EGeneral_property instance, ASdaiModel domain, AFea_shell_section_idealisation_relationship result)
          static EAttribute attributeIdealising(EFea_shell_section_idealisation_relationship type)
          static int usedinIdealising(EFea_shell_section_idealisation_relationship type, ESurface_section instance, ASdaiModel domain, AFea_shell_section_idealisation_relationship result)

public class AFea_shell_section_idealisation_relationship extends AEntity

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