Class MSRoot

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

public class MSRoot extends MSNode
The MSRoot class is the root of the Force Field X data structure.
Since:
1.0
Author:
Michael J. Schnieders
See Also:
  • Constructor Details

    • MSRoot

      public MSRoot()
      Default MSRoot Constructor
  • Method Details

    • equals

      public boolean equals(Object o)

      MSNode equality := same class and same name. Consider replacing with a Comparator<MSNode> for cases where non-reference equality is desired.

      Overrides:
      equals in class MSNode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class MSNode
    • toString

      public String toString()

      Overridden toString method returns the MSNode's name

      Overrides:
      toString in class MSNode