Class GroupFactory


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

      Constructors 
      Constructor Description
      GroupFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Group create​(Group root, java.lang.Object... path)  
      static Group create​(java.lang.Object... path)  
      static Group createRoot()  
      • Methods inherited from class java.lang.Object

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

      • GroupFactory

        public GroupFactory()
    • Method Detail

      • createRoot

        public static Group createRoot()
      • create

        public static Group create​(java.lang.Object... path)
      • create

        public static Group create​(Group root,
                                   java.lang.Object... path)