Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY substructure_node_reference;
          substructure_element_ref : substructure_element_representation;
          node_ref : node_representation;
END_ENTITY; -- substructure_node_reference

Entity data types and their attributes

substructure_node_reference
          substructure_element_ref: substructure_element_representation;
          node_ref: node_representation;

Users

substructure_node_reference
          field_variable_node_definition.node
                    node_output_reference
          nodal_dof_reduction.required_node
                    node_output_reference
          nodal_freedom_and_value_definition.node
                    node_output_reference
          node_analysis_message.node
                    node_output_reference
          single_point_constraint_element.required_node
                    node_output_reference

Global rules for this entity data type

          -

public interface ESubstructure_node_reference extends EEntity

substructure_element_ref (explicit attribute)

          boolean testSubstructure_element_ref(ESubstructure_node_reference type)
          ESubstructure_element_representation getSubstructure_element_ref(ESubstructure_node_reference type)
          void setSubstructure_element_ref(ESubstructure_node_reference type, ESubstructure_element_representation value)
          void unsetSubstructure_element_ref(ESubstructure_node_reference type)

node_ref (explicit attribute)

          boolean testNode_ref(ESubstructure_node_reference type)
          ENode_representation getNode_ref(ESubstructure_node_reference type)
          void setNode_ref(ESubstructure_node_reference type, ENode_representation value)
          void unsetNode_ref(ESubstructure_node_reference type)

public class CSubstructure_node_reference implements ESubstructure_node_reference

          static EAttribute attributeSubstructure_element_ref(ESubstructure_node_reference type)
          static int usedinSubstructure_element_ref(ESubstructure_node_reference type, ESubstructure_element_representation instance, ASdaiModel domain, ASubstructure_node_reference result)
          static EAttribute attributeNode_ref(ESubstructure_node_reference type)
          static int usedinNode_ref(ESubstructure_node_reference type, ENode_representation instance, ASdaiModel domain, ASubstructure_node_reference result)

public class ASubstructure_node_reference extends AEntity

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