Class ModelUtil


  • public class ModelUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ModelUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getLineageString​(Form f)  
      static java.lang.String toString​(Form f)  
      static java.lang.String toString​(Form[] f)  
      static java.lang.String toString​(Form f, boolean continueFollowing)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ModelUtil

        public ModelUtil()
    • Method Detail

      • toString

        public static java.lang.String toString​(Form f)
      • toString

        public static java.lang.String toString​(Form[] f)
      • toString

        public static java.lang.String toString​(Form f,
                                                boolean continueFollowing)
      • getLineageString

        public static java.lang.String getLineageString​(Form f)