Overview Schemas Index

STRUCTURAL_RESPONSE_REPRESENTATION_SCHEMA (jsdai.SStructural_response_representation_schema)


ENTITY system_and_freedom;
          matrix_coordinate_system : directionally_explicit_element_coordinate_system;
          freedom : degree_of_freedom;
END_ENTITY; -- system_and_freedom

Entity data types and their attributes

system_and_freedom
          matrix_coordinate_system: directionally_explicit_element_coordinate_system;
          freedom: degree_of_freedom;

Users

system_and_freedom
          directionally_explicit_element_representation.systems_and_freedoms

Global rules for this entity data type

          -

public interface ESystem_and_freedom extends EEntity

matrix_coordinate_system (explicit attribute)

          int testMatrix_coordinate_system(ESystem_and_freedom type)
          case 1
              EEntity getMatrix_coordinate_system(ESystem_and_freedom type)
              void setMatrix_coordinate_system(ESystem_and_freedom type, EEntity value, EEntity node1)
          void unsetMatrix_coordinate_system(ESystem_and_freedom type)

freedom (explicit attribute)

          int testFreedom(ESystem_and_freedom type)
          case sFreedomEnumerated_degree_of_freedom:
              int getFreedom(ESystem_and_freedom type, EEnumerated_degree_of_freedom node1)
              void setFreedom(ESystem_and_freedom type, int value, EEnumerated_degree_of_freedom node1)
          case sFreedomApplication_defined_degree_of_freedom:
              String getFreedom(ESystem_and_freedom type, EApplication_defined_degree_of_freedom node1)
              void setFreedom(ESystem_and_freedom type, String value, EApplication_defined_degree_of_freedom node1)
          void unsetFreedom(ESystem_and_freedom type)

public class CSystem_and_freedom implements ESystem_and_freedom

          static EAttribute attributeMatrix_coordinate_system(ESystem_and_freedom type)
          static int usedinMatrix_coordinate_system(ESystem_and_freedom type, EEntity instance, ASdaiModel domain, ASystem_and_freedom result)
          static EAttribute attributeFreedom(ESystem_and_freedom type)
          static int usedinFreedom(ESystem_and_freedom type, EEntity instance, ASdaiModel domain, ASystem_and_freedom result)

public class ASystem_and_freedom extends AEntity

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