Class DefaultLogixNGInitializationManager

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(LogixNG logixNG)
      Adds a LogixNG to the end of list.
      void delete​(int index)
      Deletes a LogixNG from the list.
      void delete​(LogixNG logixNG)
      Deletes a LogixNG from the list.
      java.util.List<LogixNG> getList()
      Returns an unmodifiable list of the initialization LogixNGs
      void moveDown​(int index)
      Moves the LogixNG down (lower priority)
      void moveUp​(int index)
      Moves the LogixNG up (higher priority)
      void printTree​(java.util.Locale locale, java.io.PrintWriter writer, java.lang.String indent)
      Print the tree to a stream.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait