toTripleStr method

String toTripleStr()

Return: Three-letter notation.

Implementation

String toTripleStr() {
  return name;
}