Class RulesHolderTraverser<T>


  • public abstract class RulesHolderTraverser<T>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract java.util.List<T> getParents​(T node)  
      java.util.List<T> traverse​(java.util.List<T> initNodes, T specialNode)  
      • Methods inherited from class java.lang.Object

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

      • RulesHolderTraverser

        public RulesHolderTraverser()
    • Method Detail

      • traverse

        public java.util.List<T> traverse​(@NotNull
                                          java.util.List<T> initNodes,
                                          @Nullable
                                          T specialNode)
      • getParents

        @NotNull
        public abstract java.util.List<T> getParents​(@NotNull
                                                     T node)