Class Joint

All Implemented Interfaces:
ROLS, Serializable, Cloneable, MutableTreeNode, TreeNode

public class Joint extends MSNode
The Joint class contains the geometry produced by the FGroup Joiner method.
Since:
1.0
Author:
Michael J. Schnieders
See Also:
  • Constructor Details

    • Joint

      public Joint()
      Default Constructor
    • Joint

      public Joint(String name)
      Constructor for Joint.
      Parameters:
      name - a String object.
    • Joint

      public Joint(MSGroup group1, MSGroup group2, MSNode bondNode, MSNode angleNode, MSNode stretchBendNode, MSNode ureyBradleyNode, MSNode outOfPlaneNode, MSNode torsionNode, MSNode improperTorsionNode, MSNode stretchTorsionNode, MSNode angleTorsionNode, MSNode piOrbitalTorsionNode, MSNode torsionTorsionNode)
      Constructs a Joint between Group 1 and Group 2.
      Parameters:
      group1 - a MSGroup object.
      group2 - a MSGroup object.
      bondNode - a MSNode object.
      angleNode - a MSNode object.
      stretchBendNode - a MSNode object.
      ureyBradleyNode - a MSNode object.
      outOfPlaneNode - a MSNode object.
      torsionNode - a MSNode object.
      improperTorsionNode - a MSNode object.
      stretchTorsionNode - a MSNode object.
      angleTorsionNode - a MSNode object.
      piOrbitalTorsionNode - a MSNode object.
      torsionTorsionNode - a MSNode object.
  • Method Details