Class TopologicalDocumentTypeSorter


  • public class TopologicalDocumentTypeSorter
    extends java.lang.Object
    Class that sorts a list of document types in topological order according to the document references between the types. Document types without any outgoing document references are considered to be first in the topological order.
    Author:
    geirst
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<NewDocumentType> sort​(java.util.Collection<NewDocumentType> documentTypes)  
      • Methods inherited from class java.lang.Object

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