Overview Schemas Index

FINITE_ELEMENT_ANALYSIS_CONTROL_AND_RESULT_SCHEMA (jsdai.SFinite_element_analysis_control_and_result_schema)


ENTITY linear_constraint_equation_nodal_term;
          node : node_representation;
          coordinate_system : fea_axis2_placement_3d;
          freedom_and_coefficient_term : freedom_and_coefficient;
          dependent : LOGICAL;
END_ENTITY; -- linear_constraint_equation_nodal_term

Entity data types and their attributes

linear_constraint_equation_nodal_term
          node: node_representation;
          coordinate_system: fea_axis2_placement_3d;
          freedom_and_coefficient_term: freedom_and_coefficient;
          dependent: LOGICAL;

Users

linear_constraint_equation_nodal_term
          linear_constraint_equation_element.freedoms_and_coefficients

Global rules for this entity data type

          -

public interface ELinear_constraint_equation_nodal_term extends EEntity

node (explicit attribute)

          boolean testNode(ELinear_constraint_equation_nodal_term type)
          ENode_representation getNode(ELinear_constraint_equation_nodal_term type)
          void setNode(ELinear_constraint_equation_nodal_term type, ENode_representation value)
          void unsetNode(ELinear_constraint_equation_nodal_term type)

coordinate_system (explicit attribute)

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

freedom_and_coefficient_term (explicit attribute)

          boolean testFreedom_and_coefficient_term(ELinear_constraint_equation_nodal_term type)
          EFreedom_and_coefficient getFreedom_and_coefficient_term(ELinear_constraint_equation_nodal_term type)
          void setFreedom_and_coefficient_term(ELinear_constraint_equation_nodal_term type, EFreedom_and_coefficient value)
          void unsetFreedom_and_coefficient_term(ELinear_constraint_equation_nodal_term type)

dependent (explicit attribute)

          boolean testDependent(ELinear_constraint_equation_nodal_term type)
          int getDependent(ELinear_constraint_equation_nodal_term type)
          void setDependent(ELinear_constraint_equation_nodal_term type, int value)
          void unsetDependent(ELinear_constraint_equation_nodal_term type)

public class CLinear_constraint_equation_nodal_term implements ELinear_constraint_equation_nodal_term

          static EAttribute attributeNode(ELinear_constraint_equation_nodal_term type)
          static int usedinNode(ELinear_constraint_equation_nodal_term type, ENode_representation instance, ASdaiModel domain, ALinear_constraint_equation_nodal_term result)
          static EAttribute attributeCoordinate_system(ELinear_constraint_equation_nodal_term type)
          static int usedinCoordinate_system(ELinear_constraint_equation_nodal_term type, EFea_axis2_placement_3d instance, ASdaiModel domain, ALinear_constraint_equation_nodal_term result)
          static EAttribute attributeFreedom_and_coefficient_term(ELinear_constraint_equation_nodal_term type)
          static int usedinFreedom_and_coefficient_term(ELinear_constraint_equation_nodal_term type, EFreedom_and_coefficient instance, ASdaiModel domain, ALinear_constraint_equation_nodal_term result)
          static EAttribute attributeDependent(ELinear_constraint_equation_nodal_term type)

public class ALinear_constraint_equation_nodal_term extends AEntity

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