Interface IGroup

    • Method Detail

      • containsLeafRecurse

        boolean containsLeafRecurse​(ILeaf entity)
      • getLeafsDirect

        java.util.Collection<ILeaf> getLeafsDirect()
      • getChildren

        java.util.Collection<IGroup> getChildren()
      • moveEntitiesTo

        void moveEntitiesTo​(IGroup dest)
      • size

        int size()
      • getNamespace

        Code getNamespace()
      • getConcurrentSeparator

        char getConcurrentSeparator()
      • setConcurrentSeparator

        void setConcurrentSeparator​(char separator)