Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY volume_3d_element_location_point_variable_values
          SUBTYPE OF (volume_3d_element_field_variable_definition);
          basis : BOOLEAN;
          values_and_locations : SET [1:?] OF volume_3d_element_value_and_location;
          variable : volume_variable;
WHERE
          wr1: consistent_set_values (values_and_locations, variable);
          wr2: appropriate_set_value_existence (values_and_locations, 
       TYPEOF (SELF\state_definition.defined_state));
END_ENTITY; -- volume_3d_element_location_point_variable_values

Entity data types and their attributes

state_definition
          defined_state: state;
field_variable_definition
          -
field_variable_element_definition
          -
volume_3d_element_field_variable_definition
          element: volume_3d_element_output_reference;
volume_3d_element_location_point_variable_values
          basis: BOOLEAN;
          values_and_locations: SET [1:?] OF volume_3d_element_value_and_location;
          variable: volume_variable;

Users

state_definition
          distribution_view_relationship.discretised_model
                    discretised_distribution_model_select
          same_discretised_distribution_model.equivalent_records
                    discretised_distribution_model_select
field_variable_definition
field_variable_element_definition
volume_3d_element_field_variable_definition
volume_3d_element_location_point_variable_values

Global rules for this entity data type

          -

public interface EVolume_3d_element_location_point_variable_values extends EVolume_3d_element_field_variable_definition

basis (explicit attribute)

          boolean testBasis(EVolume_3d_element_location_point_variable_values type)
          boolean getBasis(EVolume_3d_element_location_point_variable_values type)
          void setBasis(EVolume_3d_element_location_point_variable_values type, boolean value)
          void unsetBasis(EVolume_3d_element_location_point_variable_values type)

values_and_locations (explicit attribute)

          boolean testValues_and_locations(EVolume_3d_element_location_point_variable_values type)
          AVolume_3d_element_value_and_location getValues_and_locations(EVolume_3d_element_location_point_variable_values type)
          AVolume_3d_element_value_and_location createValues_and_locations(EVolume_3d_element_location_point_variable_values type)
          void unsetValues_and_locations(EVolume_3d_element_location_point_variable_values type)

variable (explicit attribute)

          int testVariable(EVolume_3d_element_location_point_variable_values type)
          case sVariableVolume_scalar_variable:
              int getVariable(EVolume_3d_element_location_point_variable_values type, EVolume_scalar_variable node1)
              void setVariable(EVolume_3d_element_location_point_variable_values type, int value, EVolume_scalar_variable node1)
          case sVariableVolume_angular_variable:
              int getVariable(EVolume_3d_element_location_point_variable_values type, EVolume_angular_variable node1)
              void setVariable(EVolume_3d_element_location_point_variable_values type, int value, EVolume_angular_variable node1)
          case sVariableVolume_vector_3d_variable:
              int getVariable(EVolume_3d_element_location_point_variable_values type, EVolume_vector_3d_variable node1)
              void setVariable(EVolume_3d_element_location_point_variable_values type, int value, EVolume_vector_3d_variable node1)
          case sVariableVolume_tensor2_3d_variable:
              int getVariable(EVolume_3d_element_location_point_variable_values type, EVolume_tensor2_3d_variable node1)
              void setVariable(EVolume_3d_element_location_point_variable_values type, int value, EVolume_tensor2_3d_variable node1)
          case sVariableApplication_defined_scalar_variable:
              String getVariable(EVolume_3d_element_location_point_variable_values type, EApplication_defined_scalar_variable node1)
              void setVariable(EVolume_3d_element_location_point_variable_values type, String value, EApplication_defined_scalar_variable node1)
          case sVariableApplication_defined_vector_3d_variable:
              String getVariable(EVolume_3d_element_location_point_variable_values type, EApplication_defined_vector_3d_variable node1)
              void setVariable(EVolume_3d_element_location_point_variable_values type, String value, EApplication_defined_vector_3d_variable node1)
          case sVariableApplication_defined_tensor2_3d_variable:
              String getVariable(EVolume_3d_element_location_point_variable_values type, EApplication_defined_tensor2_3d_variable node1)
              void setVariable(EVolume_3d_element_location_point_variable_values type, String value, EApplication_defined_tensor2_3d_variable node1)
          void unsetVariable(EVolume_3d_element_location_point_variable_values type)

public class CVolume_3d_element_location_point_variable_values implements EVolume_3d_element_location_point_variable_values

          static EAttribute attributeBasis(EVolume_3d_element_location_point_variable_values type)
          static EAttribute attributeValues_and_locations(EVolume_3d_element_location_point_variable_values type)
          static int usedinValues_and_locations(EVolume_3d_element_location_point_variable_values type, EVolume_3d_element_value_and_location instance, ASdaiModel domain, AVolume_3d_element_location_point_variable_values result)
          static EAttribute attributeVariable(EVolume_3d_element_location_point_variable_values type)
          static int usedinVariable(EVolume_3d_element_location_point_variable_values type, EEntity instance, ASdaiModel domain, AVolume_3d_element_location_point_variable_values result)

public class AVolume_3d_element_location_point_variable_values extends AEntity

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