Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY point_freedom_and_value_definition
          SUPERTYPE OF (ONEOF (point_freedom_values, point_freedom_action_definition))
          SUBTYPE OF (state_definition);
          required_point : analysis_item_within_representation;
          coordinate_system : fea_axis2_placement_3d;
          degrees_of_freedom : freedoms_list;
          values : LIST [1:?] OF measure_or_unspecified_value;
WHERE
          wr1: SIZEOF(degrees_of_freedom.freedoms) = SIZEOF (values);
          wr2: ('GEOMETRY_SCHEMA.POINT' IN  TYPEOF  (required_point.item)) OR
       ('TOPOLOGY_SCHEMA.VERTEX_POINT' IN TYPEOF (required_point.item));
END_ENTITY; -- point_freedom_and_value_definition

Entity data types and their attributes

state_definition
          defined_state: state;
point_freedom_and_value_definition
          required_point: analysis_item_within_representation;
          coordinate_system: fea_axis2_placement_3d;
          degrees_of_freedom: freedoms_list;
          values: LIST [1:?] OF measure_or_unspecified_value;

Known subtypes

          point_freedom_action_definition (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)
          point_freedom_values (FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA)

Users

state_definition
          distribution_view_relationship.discretised_model
                    discretised_distribution_model_select
          same_discretised_distribution_model.equivalent_records
                    discretised_distribution_model_select
point_freedom_and_value_definition

Global rules for this entity data type

          -

public interface EPoint_freedom_and_value_definition extends EState_definition

required_point (explicit attribute)

          boolean testRequired_point(EPoint_freedom_and_value_definition type)
          EAnalysis_item_within_representation getRequired_point(EPoint_freedom_and_value_definition type)
          void setRequired_point(EPoint_freedom_and_value_definition type, EAnalysis_item_within_representation value)
          void unsetRequired_point(EPoint_freedom_and_value_definition type)

coordinate_system (explicit attribute)

          boolean testCoordinate_system(EPoint_freedom_and_value_definition type)
          EFea_axis2_placement_3d getCoordinate_system(EPoint_freedom_and_value_definition type)
          void setCoordinate_system(EPoint_freedom_and_value_definition type, EFea_axis2_placement_3d value)
          void unsetCoordinate_system(EPoint_freedom_and_value_definition type)

degrees_of_freedom (explicit attribute)

          boolean testDegrees_of_freedom(EPoint_freedom_and_value_definition type)
          EFreedoms_list getDegrees_of_freedom(EPoint_freedom_and_value_definition type)
          void setDegrees_of_freedom(EPoint_freedom_and_value_definition type, EFreedoms_list value)
          void unsetDegrees_of_freedom(EPoint_freedom_and_value_definition type)

values (explicit attribute)

          boolean testValues(EPoint_freedom_and_value_definition type)
          AMeasure_or_unspecified_value getValues(EPoint_freedom_and_value_definition type)
          AMeasure_or_unspecified_value createValues(EPoint_freedom_and_value_definition type)
          void unsetValues(EPoint_freedom_and_value_definition type)

public class CPoint_freedom_and_value_definition implements EPoint_freedom_and_value_definition

          static EAttribute attributeRequired_point(EPoint_freedom_and_value_definition type)
          static int usedinRequired_point(EPoint_freedom_and_value_definition type, EAnalysis_item_within_representation instance, ASdaiModel domain, APoint_freedom_and_value_definition result)
          static EAttribute attributeCoordinate_system(EPoint_freedom_and_value_definition type)
          static int usedinCoordinate_system(EPoint_freedom_and_value_definition type, EFea_axis2_placement_3d instance, ASdaiModel domain, APoint_freedom_and_value_definition result)
          static EAttribute attributeDegrees_of_freedom(EPoint_freedom_and_value_definition type)
          static int usedinDegrees_of_freedom(EPoint_freedom_and_value_definition type, EFreedoms_list instance, ASdaiModel domain, APoint_freedom_and_value_definition result)
          static EAttribute attributeValues(EPoint_freedom_and_value_definition type)
          static int usedinValues(EPoint_freedom_and_value_definition type, EEntity instance, ASdaiModel domain, APoint_freedom_and_value_definition result)

public class APoint_freedom_and_value_definition extends AEntity

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