Esempio n. 1
0
 public String toString() {
   String temp =
       "Terms= \n"
           + terms.toString()
           + "\n"
           + "Relations=\n"
           + relations
           + "\n"
           + "Instances=\n"
           + instances
           + "\n"
           + "sourceAbbreviations=\n"
           + sourceAbbreviations;
   return temp;
 }