Class DMNResourceDependenciesSorter


  • public class DMNResourceDependenciesSorter
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<DMNResource> sort​(java.util.List<DMNResource> ins)
      Return a new list of DMNResource sorted by dependencies (required dependencies comes first)
      • Methods inherited from class java.lang.Object

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

      • DMNResourceDependenciesSorter

        public DMNResourceDependenciesSorter()
    • Method Detail

      • sort

        public static java.util.List<DMNResource> sort​(java.util.List<DMNResource> ins)
        Return a new list of DMNResource sorted by dependencies (required dependencies comes first)