Package nl.tue.astar

Interface Delegate<H extends Head,​T extends Tail>

    • Method Detail

      • createInitialRecord

        Record createInitialRecord​(H head,
                                   Trace trace)
        instantiates a record for the given head. Cost is 0
        Parameters:
        head -
        Returns:
      • createInitialTail

        T createInitialTail​(H head)
        creates the initial tail for the given head.
        Parameters:
        head -
        Returns: