Interface GraphExecutor<E>

    • Method Detail

      • validateForExecution

        boolean validateForExecution​(GraphParams<E> params)
        Validates that the parameters given say the current node should be executed. An example of when they may not want to be executed is when a link (edge) no longer exists between two nodes.
        Parameters:
        params - parameters on the current node to be executed
        Returns:
        true if the current node should be executed, false otherwise